blob: f5f44ace406553e85d716f2080eb4079e98cd494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require pkgconfig.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
PR = "${INC_PR}.1"
S = "${WORKDIR}/pkg-config-${PV}/"
inherit native
DEPENDS = ""
SRC_URI[md5sum] = "d922a88782b64441d06547632fd85744"
SRC_URI[sha256sum] = "08a0e072d6a05419a58124db864f0685e6ac96e71b2875bf15ac12714e983b53"
|