summaryrefslogtreecommitdiff
path: root/packages/automake/automake_1.9.2.bb
diff options
context:
space:
mode:
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