diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/lib_package.bbclass | 14 | ||||
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass index 9843ed9f4c..1f0542a4ca 100644 --- a/meta/classes/lib_package.bbclass +++ b/meta/classes/lib_package.bbclass | |||
@@ -1,8 +1,8 @@ | |||
1 | PACKAGES =+ "${PN}-bin" | 1 | # |
2 | # ${PN}-bin is defined in bitbake.conf | ||
3 | # | ||
4 | # We need to allow the other packages to be greedy with what they | ||
5 | # want out of /bin and /usr/bin before ${PN}-bin gets greedy. | ||
6 | # | ||
7 | PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PN}-bin ${PN}" | ||
2 | 8 | ||
3 | FILES_${PN} = "${libexecdir} ${libdir}/lib*${SOLIBS} \ | ||
4 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | ||
5 | ${base_libdir}/*${SOLIBS} \ | ||
6 | ${datadir}/${BPN} ${libdir}/${BPN}" | ||
7 | |||
8 | FILES_${PN}-bin = "${bindir}/* ${sbindir}/* /bin/* /sbin/*" | ||
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e0727578e2..face25e80c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -266,6 +266,8 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} | |||
266 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 266 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |
267 | ${libdir}/bonobo/servers" | 267 | ${libdir}/bonobo/servers" |
268 | 268 | ||
269 | FILES_${PN}-bin = "${bindir}/* ${sbindir}/*" | ||
270 | |||
269 | FILES_${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \ | 271 | FILES_${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \ |
270 | ${datadir}/gnome/help" | 272 | ${datadir}/gnome/help" |
271 | SECTION_${PN}-doc = "doc" | 273 | SECTION_${PN}-doc = "doc" |