aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake_1.9.2.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 11:06:39 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 11:06:39 +0000
commit4219e8ab43016c7fc943befa6c7797e752158b4e (patch)
tree82d2127c7d6b0dbdeb3127c835e6301b7d621484 /packages/automake/automake_1.9.2.bb
parent8a1173d8e5dac9a8d659a2d548895ffd79cee1d0 (diff)
downloadopenembedded-4219e8ab43016c7fc943befa6c7797e752158b4e.tar.gz
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/automake_1.9.2.bb')
-rw-r--r--packages/automake/automake_1.9.2.bb4
1 files changed, 2 insertions, 2 deletions
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