Lines Matching refs:pkg
3 flags for development frameworks. It is similar to pkg-config from \
20 file://pkg-config-wrapper \
21 file://pkg-config-native.in \
22 file://pkg-config-esdk.in \
28 EXTRA_OECONF += "--with-pkg-config-dir='${libdir}/pkgconfig:${datadir}/pkgconfig'"
32 # pkg-config compatibility issues.
33 install -m 0755 "${WORKDIR}/pkg-config-wrapper" "${D}${bindir}/pkg-config"
37 # Install a pkg-config-native wrapper that will use the native sysroot instead
38 # of the MACHINE sysroot, for using pkg-config when building native tools.
40 < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native
41 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native
44 < ${WORKDIR}/pkg-config-esdk.in > ${B}/pkg-config-esdk
45 install -m755 ${B}/pkg-config-esdk ${D}${bindir}/pkg-config-esdk
49 # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
51 RPROVIDES:${PN} += "pkgconfig(pkg-config)"
53 # Include pkg.m4 in the main package, leaving libpkgconf dev files in -dev
62 mv $pkgconfdir/pkg-config $pkgconfdir/pkg-config.real
63 ln -rs $pkgconfdir/pkg-config-esdk $pkgconfdir/pkg-config
64 sed -i -e "s|^pkg-config|pkg-config.real|" $pkgconfdir/pkg-config-native