1 2 3 4 5 6 7 8 9 10 11 12 13 14
SECTION = "console/utils" require pkgconfig.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}" S = "${WORKDIR}/pkg-config-${PV}/" inherit native DEPENDS = "" do_configure() { gnu-configize libtoolize --force oe_runconf }