summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 09:34:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 12:28:49 +0100
commitb56d2f51bbc7011c3cd33ae1c220ace99dd1a342 (patch)
treed5e98a5023fbadd19a04a68b48f09bcfbd19d836 /meta/recipes-devtools/pkgconfig
parent391704dd969356d45ac828e8815dc6ba1d6273f5 (diff)
downloadpoky-b56d2f51bbc7011c3cd33ae1c220ace99dd1a342.tar.gz
pkgconfig: Drop version from RPROVIDES
Versioned RPROVIDES don't make sense and break the pkgdata rprovides code. (From OE-Core rev: 0d6774dc46663fe6b42a69ab7f6c9afc6a9d38ab) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index 62c886fce1..c4ada808ab 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
@@ -35,7 +35,7 @@ FILES_${PN} += "${datadir}/aclocal/pkg.m4"
35# When using the RPM generated automatic package dependencies, some packages 35# When using the RPM generated automatic package dependencies, some packages
36# will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by 36# will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
37# specifying an appropriate provide. 37# specifying an appropriate provide.
38RPROVIDES_${PN} += "pkgconfig(pkg-config) (= ${PV})" 38RPROVIDES_${PN} += "pkgconfig(pkg-config)"
39 39
40# Install a pkg-config-native wrapper that will use the native sysroot instead 40# Install a pkg-config-native wrapper that will use the native sysroot instead
41# of the MACHINE sysroot, for using pkg-config when building native tools. 41# of the MACHINE sysroot, for using pkg-config when building native tools.