blob: c4028ab43ca780828173cb87e7f6ec5bd0cb30d9 (
plain)
1
2
3
4
5
6
7
8
|
require pkgconfig.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
DEFAULT_PREFERENCE = "-1"
S = "${WORKDIR}/pkg-config-${PV}/"
inherit native
DEPENDS = ""
|