From 6475aaecc926c7dffbd4cd76344073415e34d0b8 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 26 Jul 2012 00:36:48 -0700 Subject: pkgconfig: Fix packaging issue The pkg.m4 file should be packaged as part of the base package instead of the -dev package, it had been in the base package, but I seemed to have missed that it moved during my PACKAGES reorder, and this caused the meta-toolchain to break [YOCTO #1908] (From OE-Core rev: d2dba9aebef323a57824b41d09991850c703be35) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/pkgconfig/pkgconfig.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc') diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 00c23d7ff8..10dba04896 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc @@ -32,4 +32,9 @@ do_configure_prepend () { BBCLASSEXTEND = "native nativesdk" +# Set an empty dev package to ensure the base PN package gets +# the pkg.m4 macros, pkgconfig does not deliver any other -dev +# files. +FILES_${PN}-dev = "" FILES_${PN} += "${datadir}/aclocal/pkg.m4" +RREPLACES_${PN}-dev = "${PN}" -- cgit v1.2.3-54-g00ecf