Lines Matching refs:pkg
2 DESCRIPTION = "pkg-config is a helper tool used when compiling applications and libraries. It helps…
4 HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
5 BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
14 SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
15 file://pkg-config-esdk.in \
16 file://pkg-config-native.in \
42 # the pkg.m4 macros, pkgconfig does not deliver any other -dev
45 FILES:${PN} += "${datadir}/aclocal/pkg.m4"
48 # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
50 RPROVIDES:${PN} += "pkgconfig(pkg-config)"
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.
57 < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native
58 install -m755 ${B}/pkg-config-native ${D}${bindir}/pkg-config-native
61 < ${WORKDIR}/pkg-config-esdk.in > ${B}/pkg-config-esdk
62 install -m755 ${B}/pkg-config-esdk ${D}${bindir}/pkg-config-esdk
68 mv $pkgconfdir/pkg-config $pkgconfdir/pkg-config.real
69 ln -rs $pkgconfdir/pkg-config-esdk $pkgconfdir/pkg-config
70 sed -i -e "s|^pkg-config|pkg-config.real|" $pkgconfdir/pkg-config-native