]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: Move pkg.m4 from -dev to package
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Jan 2012 00:00:57 +0000 (16:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2012 11:27:33 +0000 (11:27 +0000)
If pkgconfig is installed you're doing development work and the -dev package
makes little sense in the pkgconfig case. Keeping the .m4 file associated with
the main package therefore makes more sense than having the user install both.

[YOCTO #1908]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/pkgconfig/pkgconfig.inc
meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb

index 641bfae37319fb6004ae6756b44dcac8f065e401..00c23d7ff8328cd32b77a1869471484169ba131a 100644 (file)
@@ -31,3 +31,5 @@ do_configure_prepend () {
 }
 
 BBCLASSEXTEND = "native nativesdk"
+
+FILES_${PN} += "${datadir}/aclocal/pkg.m4"
index 76c0df916da117a00205150343d555d659acfc72..1d7ba49b955aeabeb8fbef3e820e2878c51bf9c7 100644 (file)
@@ -1,6 +1,6 @@
 require pkgconfig.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
 SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"