diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-17 20:54:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-17 20:54:07 +0000 |
commit | 5b799cc33c5f71523cb860dd6fd233c1a3dd9ab5 (patch) | |
tree | 1c8f680491716a6c99b407a8bed1ee541b8066cb /meta/conf/bitbake.conf | |
parent | 375f699c3a2b45836615966f516177fbb776071f (diff) | |
download | poky-5b799cc33c5f71523cb860dd6fd233c1a3dd9ab5.tar.gz |
bitbake.conf: Add PACKAGES_DYNAMIC for PN-locale packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4860 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index eabe5ff82f..697832acae 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -174,6 +174,7 @@ SOLIBSDEV_darwin = ".dylib" | |||
174 | SOLIBSDEV_darwin8 = ".dylib" | 174 | SOLIBSDEV_darwin8 = ".dylib" |
175 | 175 | ||
176 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" | 176 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" |
177 | PACKAGES_DYNAMIC = "${PN}-locale-*" | ||
177 | FILES = "" | 178 | FILES = "" |
178 | 179 | ||
179 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ | 180 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ |