aboutsummaryrefslogtreecommitdiffstats
path: root/automake/automake-native_1.8.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'automake/automake-native_1.8.2.oe')
-rw-r--r--automake/automake-native_1.8.2.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/automake/automake-native_1.8.2.oe b/automake/automake-native_1.8.2.oe
deleted file mode 100644
index 066e66f8fa..0000000000
--- a/automake/automake-native_1.8.2.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "devel"
-include automake_${PV}.oe
-S = "${WORKDIR}/automake-${PV}"
-DEPENDS = "autoconf-native"
-
-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
-}