From 05f421f200698616af76040c51cbcf6e10e7d614 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 18 Jan 2012 16:00:57 -0800 Subject: pkgconfig: Move pkg.m4 from -dev to package 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] (From OE-Core rev: 80fdf2cf2b048d7c2e8dff9c47490f47fc62e820) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/pkgconfig/pkgconfig.inc | 2 ++ 1 file changed, 2 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 641bfae373..00c23d7ff8 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc @@ -31,3 +31,5 @@ do_configure_prepend () { } BBCLASSEXTEND = "native nativesdk" + +FILES_${PN} += "${datadir}/aclocal/pkg.m4" -- cgit v1.2.3-54-g00ecf