diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-06 01:16:39 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:49 -0700 |
commit | 7acdd6177fda4643d2f04f45eb7490e45a3d491e (patch) | |
tree | a8914e60a41613748c708449ed63ecd8e6bc11d3 /meta/conf/bitbake.conf | |
parent | cb43d97988475646074c53a264f563bf0cb2907a (diff) | |
download | openembedded-core-7acdd6177fda4643d2f04f45eb7490e45a3d491e.tar.gz openembedded-core-7acdd6177fda4643d2f04f45eb7490e45a3d491e.tar.bz2 openembedded-core-7acdd6177fda4643d2f04f45eb7490e45a3d491e.zip |
bitbake.conf: add PN-bin and cleanup lib_package.bbclass
Since we now have PN as the end of the package list, we can almost get rid of
lib_package, each recipe can just add PACKAGES =+ PN-bin instead of the inherit
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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} ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ ${libdir}/bonobo/servers" +FILES_${PN}-bin = "${bindir}/* ${sbindir}/*" + FILES_${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \ ${datadir}/gnome/help" SECTION_${PN}-doc = "doc" |