summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc5
1 files changed, 5 insertions, 0 deletions
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 () {
32 32
33BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"
34 34
35# Set an empty dev package to ensure the base PN package gets
36# the pkg.m4 macros, pkgconfig does not deliver any other -dev
37# files.
38FILES_${PN}-dev = ""
35FILES_${PN} += "${datadir}/aclocal/pkg.m4" 39FILES_${PN} += "${datadir}/aclocal/pkg.m4"
40RREPLACES_${PN}-dev = "${PN}"