summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-18 16:00:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:34:11 +0000
commit05f421f200698616af76040c51cbcf6e10e7d614 (patch)
tree099dc89709db73018fd001a733c68cc9753b0df7 /meta/recipes-devtools/pkgconfig/pkgconfig.inc
parentb19b27676e190d27b8cceeed4baa50309a844c12 (diff)
downloadpoky-05f421f200698616af76040c51cbcf6e10e7d614.tar.gz
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 <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc2
1 files changed, 2 insertions, 0 deletions
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 () {
31} 31}
32 32
33BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"
34
35FILES_${PN} += "${datadir}/aclocal/pkg.m4"