aboutsummaryrefslogtreecommitdiffstats
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:26:13 +0100
commit0d6774dc46663fe6b42a69ab7f6c9afc6a9d38ab (patch)
tree8bb4cd56aff8f0e4d11da68117be5f3d1912a12c /meta/recipes-devtools/pkgconfig
parent10d9c5858d0e63879df49c8d8572c04085349f42 (diff)
downloadopenembedded-core-contrib-0d6774dc46663fe6b42a69ab7f6c9afc6a9d38ab.tar.gz
pkgconfig: Drop version from RPROVIDES
Versioned RPROVIDES don't make sense and break the pkgdata rprovides code. 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"
# When using the RPM generated automatic package dependencies, some packages
# will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by
# specifying an appropriate provide.
-RPROVIDES_${PN} += "pkgconfig(pkg-config) (= ${PV})"
+RPROVIDES_${PN} += "pkgconfig(pkg-config)"
# Install a pkg-config-native wrapper that will use the native sysroot instead
# of the MACHINE sysroot, for using pkg-config when building native tools.