diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-08-20 08:38:04 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 23:39:43 +0100 |
commit | b4bef9ad8e72b0d9ea29d6e2e6c6632dff93bdab (patch) | |
tree | 0f77d9dae1ff34eee418b0721fd66819fb377fb9 /meta/conf/bitbake.conf | |
parent | 5d2e88c3c233352d5724aa87b1fb6e08ac4693b4 (diff) | |
download | poky-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/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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" | |||
210 | 210 | ||
211 | FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \ | 211 | FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \ |
212 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ | 212 | ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ |
213 | ${base_libdir}/*.a ${base_libdir}/*.o ${datadir}/aclocal" | 213 | ${datadir}/pkgconfig ${datadir}/aclocal \ |
214 | ${base_libdir}/*.a ${base_libdir}/*.o" | ||
214 | SECTION_${PN}-dev = "devel" | 215 | SECTION_${PN}-dev = "devel" |
215 | ALLOW_EMPTY_${PN}-dev = "1" | 216 | ALLOW_EMPTY_${PN}-dev = "1" |
216 | RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPV})" | 217 | RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPV})" |