]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: Drop the RREPLACES for pkgconfig-dev
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2012 16:56:41 +0000 (17:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2012 16:57:39 +0000 (17:57 +0100)
This line causes pkgconfig-dev to replace pkgconfig so the package with all the files
in is replaced by one with no files. This makes no sense and hence we should just
remove this broken line.

At this point in the release, this is the safest way to fix this even if an empty -dev
package is left available.

[YOCTO #2878]

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

index 10dba04896a34299bfa6256180f9748a446df927..8a8320e043a76a8dad539283ac68234fcb4025d0 100644 (file)
@@ -37,4 +37,3 @@ BBCLASSEXTEND = "native nativesdk"
 # files.
 FILES_${PN}-dev = ""
 FILES_${PN} += "${datadir}/aclocal/pkg.m4"
-RREPLACES_${PN}-dev = "${PN}"
index 08a3dbfc29a1bdf343affea7359e12cf903e0192..1e60c54cbf3df1f892cbbca7b9be9fabfb2651e2 100644 (file)
@@ -1,6 +1,6 @@
 require pkgconfig.inc
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
 SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"