diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 04:01:48 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 04:01:48 +0000 |
commit | 2b8c6f9fc428c6f300c0249d49053b02c5ea3379 (patch) | |
tree | 6b3a42507ec6e8a111012d48e66e0bcd84839c33 /automake/automake_1.8.2.oe | |
parent | 8cd816fb5a418e831cca69f12db67f600e3d9119 (diff) |
Package the automake & aclocal dirs in datadir, in the automake packages.
BKrev: 41997bacR2W6U_aH9FBhy9ZB6qyljw
Diffstat (limited to 'automake/automake_1.8.2.oe')
-rw-r--r-- | automake/automake_1.8.2.oe | 3 |
1 files changed, 3 insertions, 0 deletions
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} |