aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake/automake-native_1.8.2.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-27 00:46:40 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-27 00:46:40 +0100
commitd9bc47972d62ad5fe941c74ab7976c8bcd5e5445 (patch)
treec084e10c1cadbf0c82d2a6b7e03558532a63f537 /packages/automake/automake-native_1.8.2.bb
parentd88b40520a77d11e60ac0974e2466720e68e5576 (diff)
downloadopenembedded-d9bc47972d62ad5fe941c74ab7976c8bcd5e5445.tar.gz
automake: update to 1.10.2
remove older ones
Diffstat (limited to 'packages/automake/automake-native_1.8.2.bb')
-rw-r--r--packages/automake/automake-native_1.8.2.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/automake/automake-native_1.8.2.bb b/packages/automake/automake-native_1.8.2.bb
deleted file mode 100644
index 9a8b1726a8..0000000000
--- a/packages/automake/automake-native_1.8.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "devel"
-require automake_${PV}.bb
-S = "${WORKDIR}/automake-${PV}"
-DEPENDS = "autoconf-native"
-RDEPENDS_${PN} = "autoconf-native perl-native-runtime"
-
-inherit native
-
-do_stage () {
- oe_runmake install
- install -d ${datadir}
- if [ ! -e ${datadir}/aclocal ]; then
- ln -sf aclocal-1.8 ${datadir}/aclocal
- fi
- if [ ! -e ${datadir}/automake ]; then
- ln -sf automake-1.8 ${datadir}/automake
- fi
-}