Re: [OE-core] [PATCH] guile: fix the depends for target recipes

2014-01-05 Thread jhuang0
On 1/3/2014 6:15 PM, Martin Jansa wrote: On Fri, Jan 03, 2014 at 05:37:32PM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The depenency on guild-native and libatomics-ops is missing in multilib build, fix the depends with class-target. Signed-off-by:

Re: [OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread jhuang0
On 11/26/2013 4:24 PM, yzhu1 wrote: When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable

Re: [OE-core] [PATCH] xinetd: add status of init.d command

2013-11-26 Thread jhuang0
On 11/26/2013 4:57 PM, jackie.hu...@windriver.com wrote: From: Li Wang li.w...@windriver.com CQID: WIND00439690 Sorry forgot to remove this, I will re-send. Thanks, Jackie Signed-off-by: Li Wang li.w...@windriver.com --- meta/recipes-extended/xinetd/xinetd/xinetd.init | 9 -

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 4:00 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 08:23, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 4:13 PM, jhuang0 wrote: On 11/22/2013 4:00 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 08:23, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-22 Thread jhuang0
On 11/22/2013 6:06 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 22.11.2013 11:00, jackie.hu...@windriver.com wrote: +Upstream-Status: Inappropriate [compatibility] Should be backport as I'm about to commit my patch upstream once I've finished xen part and some documentation pertaining

Re: [OE-core] [PATCH 0/2 v5] grub-efi: change to generate EFI image in target package

2013-11-22 Thread jhuang0
) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_grub-efi_v5_1122_3 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_grub-efi_v5_1122_3 Jackie Huang (2): grub-efi: change to generate EFI image in target package grub-efi: allow compilation

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread jhuang0
On 11/22/2013 10:49 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow

Re: [OE-core] [PATCH 1/2] grub-efi: change to generate EFI image in target package

2013-11-21 Thread jhuang0
On 11/22/2013 10:45 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com It's not a good idea to generate the target EFI image in a native packge, This was admittedly a hack when I wrote it... it would

Re: [OE-core] [PATCH 2/2] grub-efi: allow compilation without large model support

2013-11-21 Thread jhuang0
On 11/22/2013 1:04 PM, Darren Hart wrote: On Fri, 2013-11-22 at 11:37 +0800, jhuang0 wrote: On 11/22/2013 10:49 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com -mcmodel=large is not supported by gcc

Re: [OE-core] [PATCH 1/2] grub-efi: change to generate EFI image in target package

2013-11-21 Thread jhuang0
On 11/22/2013 1:02 PM, Darren Hart wrote: On Fri, 2013-11-22 at 12:49 +0800, jhuang0 wrote: On 11/22/2013 10:45 AM, Darren Hart wrote: On Wed, 2013-11-20 at 09:40 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com It's not a good idea to generate

Re: [OE-core] [v2 PATCH 1/2] grub-efi-native: fix build failure on 32bit host

2013-11-15 Thread jhuang0
On 11/14/2013 9:58 AM, jhuang0 wrote: On 11/14/2013 6:06 AM, Saul Wold wrote: On 11/08/2013 11:56 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com grub-efi-native builds grub with efi platform, then run grub-mkimage command with built in cfg and modules

Re: [OE-core] [v2 PATCH 1/2] grub-efi-native: fix build failure on 32bit host

2013-11-13 Thread jhuang0
On 11/14/2013 6:06 AM, Saul Wold wrote: On 11/08/2013 11:56 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com grub-efi-native builds grub with efi platform, then run grub-mkimage command with built in cfg and modules to generate an EFI binary for the target,

Re: [OE-core] [PATCH 1/1] grub-efi-native: fix build failure on 32bit host

2013-11-08 Thread jhuang0
On 11/8/2013 10:03 AM, jhuang0 wrote: On 11/8/2013 8:42 AM, Saul Wold wrote: On 11/07/2013 03:30 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com grub-efi-native builds grub with efi platform, then run grub-mkimage command with built in cfg and modules

Re: [OE-core] [PATCH 1/1] grub-efi-native: fix build failure on 32bit host

2013-11-07 Thread jhuang0
On 11/7/2013 7:24 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com CQID: WIND00441128 Sorry to include this, I will resend with this removed. Thanks, Jackie grub-efi-native builds grub with efi platform, then run grub-mkimage command with built in cfg

Re: [OE-core] [PATCH 1/1] grub-efi-native: fix build failure on 32bit host

2013-11-07 Thread jhuang0
On 11/8/2013 8:42 AM, Saul Wold wrote: On 11/07/2013 03:30 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com grub-efi-native builds grub with efi platform, then run grub-mkimage command with built in cfg and modules to generate an EFI binary for the target,

Re: [OE-core] [PATCH 1/1] midori: exclude from self-hosted for mips64

2013-10-25 Thread jhuang0
On 10/25/2013 8:32 PM, Khem Raj wrote: On Mon, Oct 21, 2013 at 11:04 PM, jackie.hu...@windriver.com wrote: midori depends on webkit-gtk which could not build for mips64. what issues do you see building webkit-gtk for mips64, IIRC I fixed it some time ago I didn't see the webkit-gtk

Re: [OE-core] [PATCH 1/1] libunistring: remove the test to convert euc-jp in configure

2013-09-17 Thread jhuang0
On 9/17/2013 8:32 PM, Richard Purdie wrote: On Tue, 2013-09-17 at 13:31 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Remove the test Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided since we don't support HP-UX and if the

Re: [OE-core] [PATCH] pulseaudio: avoid gcc ICE by omitting code TEMPORARILY

2013-09-09 Thread jhuang0
On 9/9/2013 6:21 PM, Phil Blundell wrote: On Mon, 2013-09-09 at 18:10 +0800, jackie.hu...@windriver.com wrote: From: Randy MacLeod randy.macl...@windriver.com It's a FYI patch for anyone who might be having the same problem. pulseaudio-4.0 causes an internal compiler error. Temporarily

Re: [OE-core] [PATCH 0/1] remove the unnecessary protocol parameters

2013-09-01 Thread jhuang0
On 8/30/2013 5:22 PM, Martin Jansa wrote: On Fri, Aug 30, 2013 at 09:56:35AM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com What I did to remove these: I checked that we only use git and svn: $ find meta \( -name *.bb -o -name *.inc -o -name *.bbclass

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-29 Thread jhuang0
On 8/28/2013 11:50 AM, Randy MacLeod wrote: On 13-08-27 07:29 PM, Richard Purdie wrote: On Tue, 2013-08-27 at 22:08 +0200, Martin Jansa wrote: On Tue, Aug 27, 2013 at 03:57:09PM -0400, Randy MacLeod wrote: On 13-08-23 05:48 AM, Laszlo Papp wrote: Signed-off-by: Laszlo Papp lp...@kde.org

Re: [OE-core] [PATCH 0/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-27 Thread jhuang0
DEFAULTTUNE_virtclass-multilib-lib32 = x86 INCOMPATIBLE_LICENSE = GPLv3 -- The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de: texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_gplv3_0801_2

Re: [OE-core] [PATCH 4/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-22 Thread jhuang0
On 8/22/2013 2:42 PM, Khem Raj wrote: Hi Jackie One thing comes to mind is that these scripts are hardcoding the binaries and may be it would be nicer to replace the bindir, libdir and so on at install time, that would make them flexible where /usr is not used e.g. but I guess thats a

Re: [OE-core] [PATCH 5/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-21 Thread jhuang0
On 8/22/2013 1:34 AM, Saul Wold wrote: On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfsserver

Re: [OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-21 Thread jhuang0
On 8/22/2013 1:34 AM, Saul Wold wrote: On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../openssh/openssh-6.2p2/init

Re: [OE-core] [PATCH 2/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-20 Thread jhuang0
On 8/20/2013 2:39 PM, Phil Blundell wrote: On Tue, 2013-08-20 at 11:25 +0800, jackie.hu...@windriver.com wrote: @@ -37,6 +40,19 @@ case $0 in ;; esac +# default /var/log/boot is not an option since /var/log becomes +# /var/volatile/log +logfile=/var/local/bootlogd.log + +#

Re: [OE-core] [PATCH 0/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-20 Thread jhuang0
Added signed-off in the patch: The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089: meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0

Re: [OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-20 Thread jhuang0
On 8/20/2013 5:53 PM, Burton, Ross wrote: On 19 August 2013 17:19, Saul Wold s...@linux.intel.com wrote: Jackie Huang (1): texinfo: handle correctly @enumerate specification greater than 10 The patch is missing a signed-off, but then again the patch header does have Jackie's email in.

Re: [OE-core] [PATCH 0/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jhuang0
repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_texinfo_mpatrol_0816_1 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_texinfo_mpatrol_0816_1 Sorry that the removing of a trailing white space in the patch would cause patching fail, plase use the updated one

Re: [OE-core] [PATCH 1/2] dbus: remove build host test in configure script

2013-07-22 Thread jhuang0
master. rebased: The following changes since commit 8fc6904fe97438478119db6cd23b7b4eb33b50aa: curl: add upstream status to patch (2013-07-18 12:21:13 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_dbus_0723_0 http://git.pokylinux.org

Re: [OE-core] [PATCH 1/1] msmtp: add GPLv2 compatiable version 1.4.12

2013-07-15 Thread jhuang0
On 7/16/2013 1:33 AM, Saul Wold wrote: On 07/14/2013 11:09 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Take existing recipe from oe-core and downrev for GPLv2 compatiable version. Add patch to deal with issues when building in bitbake. Signed-off-by:

Re: [OE-core] [PATCH 1/1] glib-2.0: inherit pythonnative

2013-07-09 Thread jhuang0
On 7/9/2013 10:56 PM, Burton, Ross wrote: On 8 July 2013 04:25, jackie.hu...@windriver.com wrote: glib-2.0 needs to inherit pythonnative because it depends on python-native. This has caused problems on SLED11.2 if no python-xml installed. I just built glib-2.0 from scratch without

Re: [OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread jhuang0
On 7/9/2013 3:47 AM, Andy Ross wrote: On 07/08/2013 12:35 PM, Saul Wold wrote: On 07/08/2013 12:10 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com udev requires blkid, but this wasn't explicit. Note that the dependency is on util-linux specifically, the

Re: [OE-core] [PATCH 2/2] dbus: move libdbus-1.so* to base_libdir

2013-06-26 Thread jhuang0
On 6/21/2013 8:36 PM, Richard Purdie wrote: On Fri, 2013-06-21 at 10:02 +0800, jhuang0 wrote: On 6/20/2013 7:46 PM, Saul Wold wrote: On 06/20/2013 04:14 AM, Richard Purdie wrote: On Thu, 2013-06-20 at 11:39 +0100, Burton, Ross wrote: On 20 June 2013 11:36, jackie.hu...@windriver.com

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread jhuang0
On 6/24/2013 3:23 PM, Paul Barker wrote: On 24 Jun 2013 07:28, jackie.hu...@windriver.com mailto:jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com mailto:jackie.hu...@windriver.com The code relies on hardware specific memory locations to access and

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread jhuang0
On 6/24/2013 11:23 PM, Richard Purdie wrote: On Mon, 2013-06-24 at 08:18 -0700, Saul Wold wrote: On 06/24/2013 12:45 AM, jhuang0 wrote: On 6/24/2013 3:23 PM, Paul Barker wrote: On 24 Jun 2013 07:28, jackie.hu...@windriver.com mailto:jackie.hu...@windriver.com wrote: From: Jackie

Re: [OE-core] [PATCH 1/2] consolekit: move libck-connector to base_libdir

2013-06-20 Thread jhuang0
a reference to /usr/ in /buildarea1/jhuang0/t_multilib/p_x64_0217/bitbake_build/tmp/work/ x86-wrsmllib32-linux/lib32-consolekit-0.4.5-r10/packages-split/i lib32-consolekit/lib/security/pam_ck_connector.la WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should

Re: [OE-core] [PATCH 2/2] dbus: move libdbus-1.so* to base_libdir

2013-06-20 Thread jhuang0
On 6/20/2013 7:46 PM, Saul Wold wrote: On 06/20/2013 04:14 AM, Richard Purdie wrote: On Thu, 2013-06-20 at 11:39 +0100, Burton, Ross wrote: On 20 June 2013 11:36, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com move libdbus-1.so* to base_libdir to kill a

Re: [OE-core] [PATCH] libxml2 CVE-2012-2807

2013-06-20 Thread jhuang0
On 6/20/2013 8:11 PM, Richard Purdie wrote: On Thu, 2013-06-20 at 19:09 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Multiple integer overflows in libxml2, as used in Google Chrome before 20.0.1132.43, on 64-bit Linux platforms allow remote attackers

Re: [OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-17 Thread jhuang0
On 6/17/2013 3:02 PM, Khem Raj wrote: On Jun 16, 2013, at 11:30 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux'

Re: [OE-core] [PATCH] dbus-wait: fix the help message typo

2013-06-17 Thread jhuang0
On 6/17/2013 6:59 PM, Richard Purdie wrote: On Mon, 2013-06-17 at 17:39 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31

Re: [OE-core] [PATCH] consolekit: move libck-connector to base_libdir

2013-06-16 Thread jhuang0
, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connector.so.0 = /usr/lib64/ libck-connector.so.0 (0xdead300 WARNING: QA Issue: lib32-consolekit: Found a reference to /usr/ in /buildarea1/jhuang0/t_multilib/p_x64_0217/bitbake_build/tmp

Re: [OE-core] [PATCH 1/1] lrzsz: check locale.h in configure

2013-05-30 Thread jhuang0
On 5/29/2013 10:02 PM, Saul Wold wrote: On 05/29/2013 05:27 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) Signed-off-by: Jackie

Re: [OE-core] [PATCH 1/2] pulseaudio: fix compilation on RHEL-5.8 64bit machine

2012-11-26 Thread jhuang0
On 11/22/2012 4:55 PM, Burton, Ross wrote: Hi, This patch is too hacky to go in at the moment. Hi Ross, Thanks for your comments, in fact the patch was for a weird edge case in the old version, I looked for the history and it seemed to be added as a workaround. And I tried some days but

Re: [OE-core] [PATCH 1/1] eglibc: always compile with optimization.

2012-11-12 Thread jhuang0
On 11/12/2012 5:48 PM, Phil Blundell wrote: On Mon, 2012-11-12 at 11:31 +0800, jackie.hu...@windriver.com wrote: +# eglibc can't be built without optimization, if someone tries to compile an +# entire image as -O0, we override it with -O2 here and give a note about it. +def

Re: [OE-core] [meta-networking][PATCH] ptpd-2.2.0: drop the patch adjust-daemon-name.patch

2012-11-08 Thread jhuang0
Sorry, wrong mailing list, plese ignore this. Thanks, Jackie On 11/8/2012 4:55 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The patch adjust-daemon-name.patch is to change the daemon name ptpd2 back to ptpd, which broke some functionality: root@qemu0:~#

Re: [OE-core] [PATCH 0/4] ruby: Add from OE-Classic and update to 1.9.3-p194

2012-10-09 Thread jhuang0
On 10/9/2012 8:38 PM, Burton, Ross wrote: On 9 October 2012 11:38, Paul Eggleton paul.eggle...@linux.intel.com wrote: * I sent this months ago but was told that oe-core is not the right place, however, we think it makes sense to add ruby to complete the scripting language set of:

Re: [OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-08-23 Thread jhuang0
On 7/24/2012 1:17 PM, jhuang0 wrote: On 7/23/2012 6:00 PM, Richard Purdie wrote: On Mon, 2012-07-23 at 16:38 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huangjackie.hu...@windriver.com do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add

Re: [OE-core] [PATCH 1/1] apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr

2012-08-20 Thread jhuang0
On 8/17/2012 8:13 PM, Martin Jansa wrote: On Fri, Aug 17, 2012 at 11:11:43AM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The copying for rules.mk was happened in do_configure_prepend, but it will be replaced by the one generated by configure, in

Re: [OE-core] [oe-commits] Jackie Huang : gdk-pixbuf: fix the postinstall script failure when no icon is installed

2012-08-17 Thread jhuang0
On 8/17/2012 3:21 PM, Burton, Ross wrote: On 17 August 2012 02:48, jhuang0 jackie.hu...@windriver.com wrote: Yeah, it would be better for the postinstall script, but for xcursor-transparent-theme without index.theme file, is it still a problem? Running gtk-update-icon-cache doesn't make

Re: [OE-core] [oe-commits] Jackie Huang : gdk-pixbuf: fix the postinstall script failure when no icon is installed

2012-08-16 Thread jhuang0
On 8/17/2012 6:02 AM, Martin Jansa wrote: On Thu, Aug 16, 2012 at 03:06:35PM +, Huang, Jie (Jackie) wrote: On Thu, Aug 16, 2012 at 02:30:51PM +, Huang, Jie (Jackie) wrote: On Thu, Aug 16, 2012 at 12:33:08PM +0200, Martin Jansa wrote: On Wed, Aug 15, 2012 at 01:32:02PM +,

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-23 Thread jhuang0
On 7/23/2012 6:09 PM, Richard Purdie wrote: On Sun, 2012-07-22 at 14:53 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huangjackie.hu...@windriver.com A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it

Re: [OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jhuang0
On 7/23/2012 6:00 PM, Richard Purdie wrote: On Mon, 2012-07-23 at 16:38 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huangjackie.hu...@windriver.com do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this.