summaryrefslogtreecommitdiff
path: root/automake/automake-native_1.7.7.oe
blob: 1aff93157199a2760751d905d11c009774a884eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include automake_${PV}.oe
S = ${WORKDIR}/automake-${PV}

inherit native

do_stage () {
	oe_runmake install
	install -d ${datadir}
	if [ ! -e ${datadir}/aclocal ]; then
		ln -sf aclocal-1.7 ${datadir}/aclocal
	fi
	if [ ! -e ${datadir}/automake ]; then
		ln -sf automake-1.7 ${datadir}/automake
	fi
}