[oe-commits] Richard Purdie : pkgconfig: Drop version from RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Wed Jul 16 16:21:11 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 381d8ad7d600a74e21c8f8590dde2db0cdbd9584
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=381d8ad7d600a74e21c8f8590dde2db0cdbd9584

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jul 16 09:34:14 2014 +0000

pkgconfig: Drop version from RPROVIDES

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/pkgconfig/pkgconfig.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index 62c886f..c4ada80 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.



More information about the Openembedded-commits mailing list