mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
7 lines
158 B
BlitzBasic
7 lines
158 B
BlitzBasic
SECTION = "unknown"
|
|
include popt_${PV}.bb
|
|
inherit native
|
|
|
|
S = "${WORKDIR}/popt-${PV}"
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
|