diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:06:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:06:39 +0000 |
commit | 4219e8ab43016c7fc943befa6c7797e752158b4e (patch) | |
tree | 82d2127c7d6b0dbdeb3127c835e6301b7d621484 /packages/automake | |
parent | 8a1173d8e5dac9a8d659a2d548895ffd79cee1d0 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
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
Diffstat (limited to 'packages/automake')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 4 | ||||
-rw-r--r-- | packages/automake/automake_1.8.2.bb | 4 | ||||
-rw-r--r-- | packages/automake/automake_1.8.4.bb | 4 | ||||
-rw-r--r-- | packages/automake/automake_1.9.2.bb | 4 | ||||
-rw-r--r-- | packages/automake/automake_1.9.3.bb | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index e28e79009e..ec701320a9 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -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 diff --git a/packages/automake/automake_1.8.2.bb b/packages/automake/automake_1.8.2.bb index a61ab5cc98..c064d7f6e5 100644 --- a/packages/automake/automake_1.8.2.bb +++ b/packages/automake/automake_1.8.2.bb @@ -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 diff --git a/packages/automake/automake_1.8.4.bb b/packages/automake/automake_1.8.4.bb index b0f2ab169b..03fb7b5214 100644 --- a/packages/automake/automake_1.8.4.bb +++ b/packages/automake/automake_1.8.4.bb @@ -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 diff --git a/packages/automake/automake_1.9.2.bb b/packages/automake/automake_1.9.2.bb index e720475f8b..c6e17d040b 100644 --- a/packages/automake/automake_1.9.2.bb +++ b/packages/automake/automake_1.9.2.bb @@ -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 diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb index 448974e65c..6786a29ad0 100644 --- a/packages/automake/automake_1.9.3.bb +++ b/packages/automake/automake_1.9.3.bb @@ -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 |