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