First pass of .oe cleanups.
[openembedded.git] / automake / automake-native_1.8.2.oe
1 include automake_${PV}.oe
2 S = "${WORKDIR}/automake-${PV}"
3 DEPENDS = "autoconf-native patcher-native "
4
5 inherit native
6
7 do_stage () {
8         oe_runmake install
9         install -d ${datadir}
10         if [ ! -e ${datadir}/aclocal ]; then
11                 ln -sf aclocal-1.8 ${datadir}/aclocal
12         fi
13         if [ ! -e ${datadir}/automake ]; then
14                 ln -sf automake-1.8 ${datadir}/automake
15         fi
16 }