Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Rongqing Li <rongqing.li@windriver.com>
To: Phil Blundell <pb@pbcl.net>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] base-files: create /usr/lib/locale dir
Date: Tue, 18 Jun 2013 16:42:47 +0800	[thread overview]
Message-ID: <51C01D87.9080804@windriver.com> (raw)
In-Reply-To: <1371542851.5066.1.camel@pb-ThinkPad-R50e>



On 06/18/2013 04:07 PM, Phil Blundell wrote:
> On Tue, 2013-06-18 at 15:19 +0800, rongqing.li@windriver.com 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


  reply	other threads:[~2013-06-18  8:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18  7:19 [PATCH 0/1] base-files: create /usr/lib/locale dir rongqing.li
2013-06-18  7:19 ` [PATCH 1/1] " rongqing.li
2013-06-18  8:07   ` Phil Blundell
2013-06-18  8:42     ` Rongqing Li [this message]
2013-06-18  9:12       ` Phil Blundell
2013-06-18 14:19         ` Mark Hatle
2013-06-18  8:24   ` [PATCH 0/1] " Burton, Ross
2013-06-18  8:39     ` Rongqing Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51C01D87.9080804@windriver.com \
    --to=rongqing.li@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=pb@pbcl.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox