aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake_1.8.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.8.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.8.2.bb')
-rw-r--r--packages/automake/automake_1.8.2.bb4
1 files changed, 2 insertions, 2 deletions
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