Op 9 dec. 2011, om 20:57 heeft Khem Raj het volgende geschreven:
> On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie
> wrote:
>>
>> The above line is a bashism and is breaking builds with dash
>> as /bin/sh :(
>
> I thought bashism was too deep in oe. I can certainly revert to using dash if
> tha
On Sat, 2011-12-10 at 09:16 +0100, Koen Kooi wrote:
> Op 9 dec. 2011, om 20:57 heeft Khem Raj het volgende geschreven:
>
> > On Fri, Dec 9, 2011 at 5:30 AM, Richard Purdie
> > wrote:
> >>
> >> The above line is a bashism and is breaking builds with dash
> >> as /bin/sh :(
> >
> > I thought bash
On Sat, Dec 10, 2011 at 12:30:58AM +0100, Wolfgang Denk wrote:
> Dear Martin Jansa,
>
> In message <20111209080731.gb3...@jama.jama.net> you wrote:
> >
> > On Fri, Dec 09, 2011 at 08:55:05AM +0100, Anders Darander wrote:
> > > * Frans Meulenbroeks [111209 08:25]:
> > >
> > > > recipe dirs norma
On Fri, Dec 9, 2011 at 22:07, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> Hmm, this has just merged with the typo, sorry (it had been around a
> while with no comments). Can someone sent a follow up please?
>
I will send a patch fixing it.
--
Otavio Salvador
s/No cover letter will be send./No cover letter will be sent./
Signed-off-by: Otavio Salvador
---
scripts/send-pull-request |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 8d51ce2..09f4245 100755
--- a/scripts/
Changing back addtask of do_populate_lic as it does not need to be
before do_compile and the change causes updated recipes to fail,
requiring a clean.
The following changes since commit 924b1e47ab7895e42dd6a56952beb2ef2f61e4fe:
license/copyleft: exception for ast parse (2011-12-10 00:18:15 +00
From: Elizabeth Flanagan
This addtask for do_populate_lic should be reverted back
to before do_package as before do_compile causes failures
when recipes are updated.
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
On 12/10/2011 09:03 AM, Beth Flanagan wrote:
From: Elizabeth Flanagan
This addtask for do_populate_lic should be reverted back
to before do_package as before do_compile causes failures
when recipes are updated.
Beth,
The [YOCTO #1819] goes in the commit body, not the "subject part"
Sau!
S
On Fri, Dec 9, 2011 at 11:30 AM, Khem Raj wrote:
> Minor release 0.15.1 of 0.15 branch is available for QEMU
>
> Generate a testing script to help with eglibc cross testing
>
> Add nfs-utils-client to nfs-server package group so when we
> have server, we can also have client, helps in eglibc cross
We need to build texinfo-native to get and install the makedoc tool
[YOCTO #1664]
Signed-off-by: Saul Wold
---
meta/conf/bitbake.conf |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index eeb1fc4..f79e3f7 100644
--- a/meta
Signed-off-by: Saul Wold
---
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
index b33eca9..7955e3b 100644
--- a/
Need to have the texinfo-native build and install a host sysroot makedoc
binary and then patch the target build to use this binary. This requires
that we don't ASSUME_PROVIDED texinfo-native any longer since we need to
install this makedoc tool which is not part of the normal distrubtion.
This con
Add self-hosted-host-tools for non-build related tools
Signed-off-by: Saul Wold
---
meta/recipes-core/tasks/task-self-hosted.bb | 54 +++---
1 files changed, 31 insertions(+), 23 deletions(-)
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb
b/meta/recipes-core/tas
This has some changes to enable the self-hosted build to
startup in X cleanly.
One note, the texinfo change may change if I can get it to
correctly build the native/host cross tools correctly, currently
there is a problem with that part of the build which has already
been addressed in a older pat
The current libcurses (backward compat) links to libncurses.so.5.9,
this causes a problem since this library also needs libtinfo, the
libncurses.so, uses a "ld script" to include both, libcurses.so
should point to libncurses.so (the script) not the library.
Signed-off-by: Saul Wold
---
meta/reci
Dear Saul Wold,
In message
<71f6cb63e711721a1a03cfc1c0f1d054472241fe.1323554268.git@linux.intel.com>
you wrote:
> Add self-hosted-host-tools for non-build related tools
...
> +e2fsprogs \
...
> +genext2fs \
It's certainly nice to have the ext2 tools then, but would it not also
make
On Fri, Dec 9, 2011 at 4:34 PM, Richard Purdie
wrote:
> Without this we don't take advantage of any configured multiple CPU
> cores which seems a shame.
>
> Signed-off-by: Richard Purdie
> ---
> diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
> index d0cc279..120a524 100644
On 12/10/2011 03:24 PM, Wolfgang Denk wrote:
Dear Saul Wold,
In
message<71f6cb63e711721a1a03cfc1c0f1d054472241fe.1323554268.git@linux.intel.com>
you wrote:
Add self-hosted-host-tools for non-build related tools
...
+e2fsprogs \
...
+genext2fs \
It's certainly nice to have t
Dear Saul,
Am Samstag, den 10.12.2011, 14:01 -0800 schrieb Saul Wold:
> Add self-hosted-host-tools for non-build related tools
>
> Signed-off-by: Saul Wold
> ---
> meta/recipes-core/tasks/task-self-hosted.bb | 54 +++---
> 1 files changed, 31 insertions(+), 23 deletions(-
19 matches
Mail list logo