summaryrefslogtreecommitdiff
path: root/automake/automake-native_1.8.2.oe
blob: 49a83a6a57f3b2c30f52997b252bcc896f2780f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}