Package the automake & aclocal dirs in datadir, in the automake packages.
authorChris Larson <clarson@kergoth.com>
Tue, 16 Nov 2004 04:01:48 +0000 (04:01 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 16 Nov 2004 04:01:48 +0000 (04:01 +0000)
BKrev: 41997bacR2W6U_aH9FBhy9ZB6qyljw

automake/automake_1.7.7.oe
automake/automake_1.8.2.oe
automake/automake_1.8.4.oe

index 5d78dbe..23777b6 100644 (file)
@@ -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}
index 2834813..a132e5b 100644 (file)
@@ -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}
index dd802af..352ea7e 100644 (file)
@@ -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}