Merge oe-devel@oe-devel.bkbits.net:openembedded
authorChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 11:06:39 +0000 (11:06 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 11:06:39 +0000 (11:06 +0000)
into handhelds.org:/home/kergoth/code/openembedded

2005/03/09 06:06:19-05:00 handhelds.org!kergoth
Add autoconf to automake's RDEPENDS.  Add automake to autoconf's RRECOMMENDS.

BKrev: 422ed8bf20O86QKN29lZVEnaQiZc8g

packages/autoconf/autoconf_2.57.bb
packages/autoconf/autoconf_2.59.bb
packages/automake/automake_1.7.7.bb
packages/automake/automake_1.8.2.bb
packages/automake/automake_1.8.4.bb
packages/automake/automake_1.9.2.bb
packages/automake/automake_1.9.3.bb

index e69de29..86059aa 100644 (file)
@@ -0,0 +1,10 @@
+SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
+          file://program_prefix.patch;patch=1"
+LICENSE = "GPL"
+DESCRIPTION = "A package of M4 macros to produce scripts to \
+automatically configure sourcecode." 
+
+PR = "r1"
+RRECOMMENDS_${PN} = "automake"
+SECTION = "devel"
+inherit autotools
index e69de29..162ca14 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "A package of M4 macros to produce scripts to \
+automatically configure sourcecode."
+LICENSE = "GPL"
+HOMEPAGE = "http://www.gnu.org/software/autoconf/"
+SECTION = "devel"
+RRECOMMENDS_${PN} = "automake"
+PR = "r1"
+
+SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
+          file://program_prefix.patch;patch=1 \
+          file://autoreconf-include.patch;patch=1 \
+          file://autoreconf-exclude.patch;patch=1 \
+          file://autoreconf-foreign.patch;patch=1 \
+          file://autoreconf-gnuconfigize.patch;patch=1 \
+          file://autoconf259-update-configscripts.patch;patch=1 \
+          file://autoheader-nonfatal-warnings.patch;patch=1 \
+          file://sizeof_types.patch;patch=1"
+inherit autotools
index e28e790..ec70132 100644 (file)
@@ -2,11 +2,11 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "autoconf perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index a61ab5c..c064d7f 100644 (file)
@@ -3,14 +3,14 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "autoconf perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index b0f2ab1..03fb7b5 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
@@ -10,7 +10,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "autoconf perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index e720475..c6e17d0 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 S = "${WORKDIR}/automake-${PV}"
@@ -13,7 +13,7 @@ DEFAULT_PREFERENCE = "-1"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "autoconf perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install
index 448974e..6786a29 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 S = "${WORKDIR}/automake-${PV}"
@@ -13,7 +13,7 @@ DEFAULT_PREFERENCE = "-1"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "autoconf perl"
 
 do_install () {
        oe_runmake 'DESTDIR=${D}' install