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
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
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
* 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
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/
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
/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.
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
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,
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
10 matches
Mail list logo