summaryrefslogtreecommitdiff
path: root/automake/automake_1.8.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'automake/automake_1.8.4.oe')
-rw-r--r--automake/automake_1.8.4.oe3
1 files changed, 3 insertions, 0 deletions
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}