aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-08-20 08:38:04 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 23:39:43 +0100
commitb4bef9ad8e72b0d9ea29d6e2e6c6632dff93bdab (patch)
tree0f77d9dae1ff34eee418b0721fd66819fb377fb9 /meta/conf
parent5d2e88c3c233352d5724aa87b1fb6e08ac4693b4 (diff)
downloadopenembedded-core-b4bef9ad8e72b0d9ea29d6e2e6c6632dff93bdab.tar.gz
bitbake.conf: Add shared/pkgconfig files to standard -dev glob
Add the pkgconfig files that may appear into the shared directory into the -dev globbing. Also change the udev integration to remove the manual instance of the shared directory .pc file. Signed-off-by: Mark Hatle <mhatle@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 31d8668d11..788ba4efe9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -210,7 +210,8 @@ SECTION_${PN}-doc = "doc"
FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \
${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \
- ${base_libdir}/*.a ${base_libdir}/*.o ${datadir}/aclocal"
+ ${datadir}/pkgconfig ${datadir}/aclocal \
+ ${base_libdir}/*.a ${base_libdir}/*.o"
SECTION_${PN}-dev = "devel"
ALLOW_EMPTY_${PN}-dev = "1"
RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPV})"