From: Chris Larson Date: Tue, 16 Nov 2004 04:01:48 +0000 (+0000) Subject: Package the automake & aclocal dirs in datadir, in the automake packages. X-Git-Tag: Release-2010-05/1~16214 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8c6f9fc428c6f300c0249d49053b02c5ea3379;p=openembedded.git Package the automake & aclocal dirs in datadir, in the automake packages. BKrev: 41997bacR2W6U_aH9FBhy9ZB6qyljw --- diff --git a/automake/automake_1.7.7.oe b/automake/automake_1.7.7.oe index 5d78dbec0f..23777b6202 100644 --- a/automake/automake_1.7.7.oe +++ b/automake/automake_1.7.7.oe @@ -2,8 +2,11 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2" DESCRIPTION = "A tool for automatically generating Makefiles." SECTION = "devel" LICENSE = "GPL" +PR = "r1" inherit autotools +FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" + do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}/${datadir} diff --git a/automake/automake_1.8.2.oe b/automake/automake_1.8.2.oe index 2834813230..a132e5ba33 100644 --- a/automake/automake_1.8.2.oe +++ b/automake/automake_1.8.2.oe @@ -3,11 +3,14 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \ DESCRIPTION = "A tool for automatically generating Makefiles." SECTION = "devel" LICENSE = "GPL" +PR = "r1" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}" inherit autotools +FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" + do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}/${datadir} diff --git a/automake/automake_1.8.4.oe b/automake/automake_1.8.4.oe index dd802afdc1..352ea7e86a 100644 --- a/automake/automake_1.8.4.oe +++ b/automake/automake_1.8.4.oe @@ -2,12 +2,15 @@ DESCRIPTION = "A tool for automatically generating Makefiles." LICENSE = "GPL" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" +PR = "r1" SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}" inherit autotools +FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" + do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}/${datadir}