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