From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QwsnJ-0003NI-5Z for openembedded-core@lists.openembedded.org; Fri, 26 Aug 2011 11:33:45 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p7Q9Ste2001793 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 26 Aug 2011 02:28:55 -0700 (PDT) Received: from localhost (128.224.162.28) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Fri, 26 Aug 2011 02:28:54 -0700 Message-ID: Old-Date: Fri, 26 Aug 2011 15:59:28 +0800 Date: Fri, 26 Aug 2011 17:29:41 +0800 To: From: Xiaofeng Yan MIME-Version: 1.0 Subject: [PATCH 0/1] eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 09:33:45 -0000 Content-Type: text/plain From: Xiaofeng Yan The above variables lost their function, which caused no locale resources in an lsb image because locale resources were splitted from eglibc-package.inc and put into "eglibc-locale.inc". For continuing to effect the above variables, I move them from eglibc-package.inc to eglibc-locale.inc. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/eglibc-locale Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/eglibc-locale Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE meta/recipes-core/eglibc/eglibc-locale.inc | 20 ++++++++++++++++++++ meta/recipes-core/eglibc/eglibc-package.inc | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-)