mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@311 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
294 B
BlitzBasic
11 lines
294 B
BlitzBasic
SECTION = "devel"
|
|
include autoconf_${PV}.bb
|
|
DEPENDS = "m4-native gnu-config-native"
|
|
RDEPENDS_${PN} = "m4-native gnu-config-native"
|
|
RRECOMMENDS_${PN} = "automake-native"
|
|
|
|
S = "${WORKDIR}/autoconf-${PV}"
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
|
|
|
|
inherit native
|