mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
8 lines
208 B
BlitzBasic
8 lines
208 B
BlitzBasic
SECTION = "devel"
|
|
include autoconf_${PV}.bb
|
|
DEPENDS = "m4-native gnu-config-native"
|
|
S = "${WORKDIR}/autoconf-${PV}"
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
|
|
|
|
inherit native
|