diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-25 16:29:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:48:04 +0100 |
commit | ae2a8947567930c058e388b326986ab0e56d0d57 (patch) | |
tree | 375f3548f275f3fa29face5ee829a6eaf27b855e /meta/conf/bitbake.conf | |
parent | d205a164e7ad40b4ee354c721a929f0a85d81299 (diff) | |
download | poky-ae2a8947567930c058e388b326986ab0e56d0d57.tar.gz |
bitbake.conf: Use BPN in FILES paths
Use BPN instead of PN in FILES path to support multilib.
(From OE-Core rev: cb247225a96d57e67ce32c5674bb13b703e30a7c)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b3ff0477aa..a68be0786b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -262,7 +262,7 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} | |||
262 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 262 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
263 | ${base_bindir}/* ${base_sbindir}/* \ | 263 | ${base_bindir}/* ${base_sbindir}/* \ |
264 | ${base_libdir}/*${SOLIBS} \ | 264 | ${base_libdir}/*${SOLIBS} \ |
265 | ${datadir}/${PN} ${libdir}/${PN}/* \ | 265 | ${datadir}/${BPN} ${libdir}/${BPN}/* \ |
266 | ${datadir}/pixmaps ${datadir}/applications \ | 266 | ${datadir}/pixmaps ${datadir}/applications \ |
267 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 267 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |
268 | ${libdir}/bonobo/servers" | 268 | ${libdir}/bonobo/servers" |
@@ -283,7 +283,7 @@ SECTION_${PN}-staticdev = "devel" | |||
283 | RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" | 283 | RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" |
284 | 284 | ||
285 | DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ | 285 | DOTDEBUG-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ |
286 | ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${PN}/.debug \ | 286 | ${base_bindir}/.debug ${base_sbindir}/.debug ${base_libdir}/.debug ${libdir}/${BPN}/.debug \ |
287 | ${libdir}/matchbox-panel/.debug /usr/src/debug" | 287 | ${libdir}/matchbox-panel/.debug /usr/src/debug" |
288 | 288 | ||
289 | DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug" | 289 | DEBUGFILEDIRECTORY-dbg = "/usr/lib/debug /usr/src/debug" |