Merge bk://openembedded@openembedded.bkbits.net/packages
authorMatthias Hentges <oe@hentges.net>
Wed, 29 Sep 2004 15:10:37 +0000 (15:10 +0000)
committerMatthias Hentges <oe@hentges.net>
Wed, 29 Sep 2004 15:10:37 +0000 (15:10 +0000)
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages

2004/09/29 16:41:23+02:00 mn-logistik.de!schurig
fix some   INHERIT += "oelint"   warnings

BKrev: 415ad06dOGp0_TI_vyRVCWHZOjrasg

13 files changed:
autoconf/autoconf_2.59.oe
automake/automake_1.8.4.oe
binutils/binutils_2.15.91.0.2.oe
bison/bison_1.875.oe
flex/flex_2.5.31.oe
gcc/gcc_3.4.2.oe
glibc/glibc_2.3.2+cvs20040726.oe
libtool/libtool_1.5.6.oe
offlineimap/offlineimap_4.0.3.oe
patcher/patcher_20040913.oe
python/python-native_2.3.3.oe
python/python_2.3.4.oe
sqlite/sqlite_2.8.15.oe

index 41c8e21..8863ac4 100644 (file)
@@ -1,3 +1,9 @@
+DESCRIPTION = "A package of M4 macros to produce scripts to \
+automatically configure sourcecode."
+LICENSE = "GPL"
+HOMEPAGE = "http://www.gnu.org/software/autoconf/"
+SECTION = "devel"
+
 SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://program_prefix.patch;patch=1 \
           file://autoreconf-include.patch;patch=1 \
@@ -7,7 +13,4 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://autoconf259-update-configscripts.patch;patch=1 \
           file://autoheader-nonfatal-warnings.patch;patch=1 \
           file://sizeof_types.patch;patch=1"
-DESCRIPTION = "A package of M4 macros to produce scripts to \
-automatically configure sourcecode." 
-
 inherit autotools
index e69de29..dd802af 100644 (file)
@@ -0,0 +1,20 @@
+DESCRIPTION = "A tool for automatically generating Makefiles."
+LICENSE = "GPL"
+HOMEPAGE = "http://www.gnu.org/software/automake/"
+SECTION = "devel"
+
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
+
+inherit autotools
+
+do_install () {
+       oe_runmake 'DESTDIR=${D}' install
+       install -d ${D}/${datadir}
+       if [ ! -e ${D}/${datadir}/aclocal ]; then
+               ln -sf aclocal-1.8 ${D}/${datadir}/aclocal
+       fi
+       if [ ! -e ${D}/${datadir}/automake ]; then
+               ln -sf automake-1.8 ${D}/${datadir}/automake
+       fi
+}
index f5bfabb..ad570de 100644 (file)
@@ -1,10 +1,12 @@
-inherit autotools
-
 DESCRIPTION = "A GNU collection of binary utilities"
+HOMEPAGE = "http://www.gnu.org/software/binutils/"
+SECTION = "devel"
 LICENSE = "GPL"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 PR = "r3"
 
+inherit autotools
+
 PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks"
 
 FILES_${PN} = " \
index fca2973..eff89cd 100644 (file)
@@ -1,4 +1,8 @@
 DESCRIPTION = "GNU Project parser generator (yacc replacement)."
+HOMEPAGE = "http://www.gnu.org/software/bison/"
+LICENSE = "GPL"
+SECTION = "devel"
+PRIORITY = "optional"
 
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.bz2 \
           file://m4.patch;patch=1"
index 0bbb3a7..9c8317b 100644 (file)
@@ -1,5 +1,9 @@
 DESCRIPTION = "Flex is a tool for generating programs \
 that recognize lexical patterns in text."
+HOMEPAGE = "http://www.gnu.org/software/flex/"
+LICENSE = "GPL"
+SECTION = "devel"
+PRIORITY = "optional"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \
           file://include.patch;patch=1"
index 4aa1d3a..dc15ba8 100644 (file)
@@ -3,6 +3,8 @@ PR = "r0"
 inherit autotools
 
 DESCRIPTION = "The GNU cc and gcc C compilers."
+HOMEPAGE = "http://www.gnu.org/software/gcc/"
+SECTION = "devel"
 LICENSE = "GPL"
 MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 
index 5889b2d..a476a74 100644 (file)
@@ -1,11 +1,13 @@
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-cvs"
-PR = "r9"
 DESCRIPTION = "GNU C Library"
+HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
 LICENSE = "LGPL"
 SECTION = "libs"
 PRIORITY = "required"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-cvs"
+PR = "r9"
+
 GLIBC_ADDONS ?= "linuxthreads"
 GLIBC_EXTRA_OECONF ?= ""
 
index 66c7a26..bb740c1 100644 (file)
@@ -2,6 +2,9 @@ DESCRIPTION = "Generic library support script \
 This is GNU libtool, a generic library support script.  Libtool hides \
 the complexity of generating special library types (such as shared \
 libraries) behind a consistent interface."
+HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
+LICENSE = "GPL"
+SECTION = "devel"
 PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
index e69de29..e9ea45f 100644 (file)
@@ -0,0 +1,11 @@
+DESCRIPTION = "OfflineIMAP is a tool to simplify your e-mail reading."
+HOMEPAGE = "http://gopher.quux.org:70/devel/offlineimap"
+LICENSE = "GPL"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+SECTION = "net"
+LICENSE = "GPL PSF"
+
+SRC_URI = "http://gopher.quux.org:70/devel/offlineimap/offlineimap_${PV}.tar.gz"
+S = "${WORKDIR}/offlineimap"
+
+inherit distutils
index e69de29..95ab5f0 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "Patcher is a perl script for managing patches."
+HOMEPAGE = "http://www.holgerschurig.de/patcher.html"
+LICENSE = "Perl"
+DEPENDS = ""
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-${PV}.tar.bz2"
+S="${WORKDIR}/patcher"
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 patcher.py ${D}/${bindir}/patcher
+}
+
+DEPENDS_prepend_delete = "patcher "
index d6aa390..28b6c90 100644 (file)
@@ -1,4 +1,6 @@
 DESCRIPTION = "Python Programming Language"
+HOMEPAGE = "http://www.python.org"
+LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
index c519d3b..323aef1 100644 (file)
@@ -1,4 +1,6 @@
 DESCRIPTION = "Python Programming Language"
+HOMEPAGE = "http://www.python.org"
+LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
index 7a11339..2a5a677 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "An Embeddable SQL Database Engine"
+HOMEPAGE = "http://www.sqlite.org/"
 SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "readline ncurses"