[oe-commits] org.oe.dev glibc-package.bbclass: Correct PACKAGES_DYNAMIC

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Aug 25 13:05:01 UTC 2007


glibc-package.bbclass: Correct PACKAGES_DYNAMIC

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: c9235531d0eda1ab2165b6651685887b61d57ba1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c9235531d0eda1ab2165b6651685887b61d57ba1
Files:
1
packages/glibc/glibc-package.bbclass
Diffs:

#
# mt diff -rec91a6a53e07da3ce05394496f7ce9a48edea81e -rc9235531d0eda1ab2165b6651685887b61d57ba1
#
# 
# 
# patch "packages/glibc/glibc-package.bbclass"
#  from [2529c6468fce1e1b9ff4d39758addca2534e19fb]
#    to [9dba580dba140e0ac409182fb8682f99d79b11f6]
# 
============================================================
--- packages/glibc/glibc-package.bbclass	2529c6468fce1e1b9ff4d39758addca2534e19fb
+++ packages/glibc/glibc-package.bbclass	9dba580dba140e0ac409182fb8682f99d79b11f6
@@ -27,7 +27,7 @@ PACKAGES = "glibc-dbg glibc catchsegv sl
 BINARY_LOCALE_ARCHES ?= "arm.*"
 
 PACKAGES = "glibc-dbg glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
-PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-*"
+PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-* locale-base-*"
 
 libc_baselibs = "/lib/libc* /lib/libm* /lib/ld* /lib/libpthread* /lib/libresolv* /lib/librt* /lib/libutil* /lib/libnsl* /lib/libnss_files* /lib/libnss_compat* /lib/libnss_dns* /lib/libdl* /lib/libanl* /lib/libBrokenLocale*"
 






More information about the Openembedded-commits mailing list