diff options
Diffstat (limited to 'packages/automake/automake_1.8.2.bb')
-rw-r--r-- | packages/automake/automake_1.8.2.bb | 4 |
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 |