Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / automake / automake-native_1.8.4.oe
1 SECTION = "devel"
2 include automake_${PV}.oe
3 S = "${WORKDIR}/automake-${PV}"
4 DEPENDS = "autoconf-native"
5
6 inherit native
7
8 do_stage () {
9         oe_runmake install
10         install -d ${datadir}
11         if [ ! -e ${datadir}/aclocal ]; then
12                 ln -sf aclocal-1.8 ${datadir}/aclocal
13         fi
14         if [ ! -e ${datadir}/automake ]; then
15                 ln -sf automake-1.8 ${datadir}/automake
16         fi
17 }