Lines Matching full:native
16 file://pkg-config-native.in \
32 PACKAGECONFIG:class-native = ""
35 PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
39 BBCLASSEXTEND = "native nativesdk"
52 # Install a pkg-config-native wrapper that will use the native sysroot instead
53 # of the MACHINE sysroot, for using pkg-config when building native tools.
54 do_install:append:class-native () {
57 < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native
58 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native
67 pkgconfdir="${SSTATE_INSTDIR}/recipe-sysroot-native/${bindir_native}"
70 sed -i -e "s|^pkg-config|pkg-config.real|" $pkgconfdir/pkg-config-native
74 SSTATEPOSTUNPACKFUNCS:append:class-native = " pkgconfig_sstate_fixup_esdk"