]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: Drop version from RPROVIDES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jul 2014 09:34:14 +0000 (09:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jul 2014 11:26:13 +0000 (12:26 +0100)
Versioned RPROVIDES don't make sense and break the pkgdata rprovides code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig.inc

index 62c886fce1b330a2bdb0782358f182a98581faa2..c4ada808ab109f46dd013e06526d92aeca268608 100644 (file)
@@ -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.