summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-23 11:42:03 +0000
committerChris Larson <clarson@kergoth.com>2004-01-23 11:42:03 +0000
commit31aba0db248276bd8fdd0e08ef0e3f3bbfde223c (patch)
tree93b2003b0a00bbe5059f8d7773e976543d404d2e /automake
parenta4ea6db84962e272bf9c1315bd98a65caa852d9b (diff)
Small fixes here and there in some -native builds.
BKrev: 4011088b6uyZvFFENH7gtaKmZS5SeQ
Diffstat (limited to 'automake')
-rw-r--r--automake/automake-native_1.8.2.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/automake/automake-native_1.8.2.oe b/automake/automake-native_1.8.2.oe
index e69de29bb2..bf82aee15e 100644
--- a/automake/automake-native_1.8.2.oe
+++ b/automake/automake-native_1.8.2.oe
@@ -0,0 +1,16 @@
+include automake_${PV}.oe
+S = ${WORKDIR}/automake-${PV}
+DEPENDS = autoconf-native patcher-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
+}