mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02: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}"
|