Re: [OE-core] [PATCH 4/7] oe-git-proxy: Add a new comprehensive git proxy script

2013-02-09 Thread Bruce Ashfield
On Sat, Feb 9, 2013 at 12:02 PM, Otavio Salvador wrote: > On Sat, Feb 9, 2013 at 2:59 PM, Darren Hart > wrote: > > > > > > On 02/08/2013 06:43 PM, Otavio Salvador wrote: > >> On Fri, Feb 8, 2013 at 8:27 PM, Darren Hart > wrote: > >>> oe-git-proxy.sh is a simple tool to be used via GIT_PROXY_COMM

Re: [OE-core] [PATCH 1/1] eglibc: Add missing dependency of gettext-native

2013-02-09 Thread Richard Purdie
On Sat, 2013-02-09 at 19:35 +0200, Andrei Gherzan wrote: > /bin/bash: msgfmt: command not found > | make[2]: *** [be.mo] Error 127 > > Signed-off-by: Andrei Gherzan > --- > meta/recipes-core/eglibc/eglibc_2.17.bb |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/me

[OE-core] [PATCH 3/3] udev: PR bump

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- meta/recipes-core/udev/udev_182.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev_182.bb b/meta/recipes-core/udev/udev_182.bb index 56d412e..42b4d08 100644 --- a/meta/recipes-core/udev/udev_182.bb +++ b/meta/re

[OE-core] [PATCH 2/3] udev: Cleanup .inc file

2013-02-09 Thread Andrei Gherzan
* udev-acl and udev-concolekit have no files so remove these packages * there's nothing in sbindir so remove useless sbindir = "${base_sbindir}" * there is no udevinfo or udevtest so remove these from udev-utils * udevadm is installed in bindir so modify it's path in FILES_udev-utils Signed-off-by

[OE-core] [PATCH 1/3] udev: Modify init script to use the correct path of udevadm

2013-02-09 Thread Andrei Gherzan
udevadm is installed in /usr/bin not in /usr/sbin. Init script modified accordingly. Signed-off-by: Andrei Gherzan --- meta/recipes-core/udev/udev/init | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/

[OE-core] [PATCH] ncurses.inc: Fix display corruption and add fallback for sstate compiled paths

2013-02-09 Thread Jason Wessel
CQID: WIND00402979 Display corruption was occurring on 64 bit hosts using menuconfig for the kernel and busybox with the ncurses-native or ncurses-nativesdk because the configure arguments were not sufficient vs the expected use from the upstream source. Also changed in this commit is to provide

[OE-core] [PATCH 1/1] eglibc: Add missing dependency of gettext-native

2013-02-09 Thread Andrei Gherzan
/bin/bash: msgfmt: command not found | make[2]: *** [be.mo] Error 127 Signed-off-by: Andrei Gherzan --- meta/recipes-core/eglibc/eglibc_2.17.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc_2.17.bb b/meta/recipes-core/eglibc/eglibc_2.

Re: [OE-core] [PATCH 4/7] oe-git-proxy: Add a new comprehensive git proxy script

2013-02-09 Thread Otavio Salvador
On Sat, Feb 9, 2013 at 2:59 PM, Darren Hart wrote: > > > On 02/08/2013 06:43 PM, Otavio Salvador wrote: >> On Fri, Feb 8, 2013 at 8:27 PM, Darren Hart wrote: >>> oe-git-proxy.sh is a simple tool to be used via GIT_PROXY_COMMAND. It >>> uses BSD netcat to make SOCKS5 or HTTPS proxy connections. It

Re: [OE-core] [PATCH 4/7] oe-git-proxy: Add a new comprehensive git proxy script

2013-02-09 Thread Darren Hart
On 02/08/2013 06:43 PM, Otavio Salvador wrote: > On Fri, Feb 8, 2013 at 8:27 PM, Darren Hart wrote: >> oe-git-proxy.sh is a simple tool to be used via GIT_PROXY_COMMAND. It >> uses BSD netcat to make SOCKS5 or HTTPS proxy connections. It uses >> ALL_PROXY to determine the proxy server, protocol,

Re: [OE-core] [PATCH 13/22] package.bbclass: Rewrite split_and_strip_files

2013-02-09 Thread Enrico Scholz
Richard Purdie writes: > - os.path.isfile(file): > ... > +try: > +s = os.stat(file) > +except OSError, (err, strerror): > +if err != errno.ENOENT: > +raise Causes a regression (resp