On 06/18/2013 04:07 PM, Phil Blundell wrote:
On Tue, 2013-06-18 at 15:19 +0800, [email protected] wrote:
-           ${libdir} ${sbindir} ${datadir} \
+           ${libdir} /usr/lib/locale ${sbindir} ${datadir} \

This is bogus for a number of reasons.  If the only reason for having it
is for lsbtest, can't it go in some LSB recipe?

p.


Thanks, How about put it into do_install_append_linuxstdbase

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index fa1cc58..84663e3 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -139,6 +139,7 @@ do_install_append_linuxstdbase() {
        for d in ${dirs4775}; do
                 install -m 2755 -d ${D}$d
         done
+       install -m 755 -d ${D}/usr/lib/locale
 }

 PACKAGES = "${PN}-doc ${PN} ${PN}-dev ${PN}-dbg"

-Roy







--
Best Reagrds,
Roy | RongQing Li
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to