From: Tim Orling
* Perl modules are beginning to fail to fetch
* Default CPAN site seems to be flaky lately
* Add option to mirrors.bbclass to use metacpan.org
* Continue to use main CPAN site as default in bitbake.conf
Tim Orling (2):
mirrors.bbclass: add ${CPAN_MIRROR} option
bitbake.conf:
From: Tim Orling
* Set default to http://search.cpan.org/CPAN/, as it should be
Signed-off-by: Tim Orling
---
meta/conf/bitbake.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9f14785..fde8d76 100644
--- a/meta/conf/bitbake.conf
++
From: Tim Orling
* Perl modules fail to fetch because default CPAN site has been flaky lately.
* Create option to use metacpan.org as a mirror.
Signed-off-by: Tim Orling
---
meta/classes/mirrors.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/mirrors.bbclass b/meta/c
From: yzhu1
$CC is able to has ',', when $CC includes some flags, which will trigger error,
like:
| Creating Makefile from Makefile.in
| sed: -e expression #1, char 72: unknown option to `s'
|
| sed: -e expression #1, char 72: unknown option to `s'
So use '#' instead of ',' as se
On 05/20/2014 10:37 AM, Saul Wold wrote:
Richard,
This contains the set from yesterday, plus additional updates
and the first load of CVE patches (most will be back ported to
daisy).
Sau!
The following changes since commit be0327b6a900be5434b6b1f08277faf2f65d5da8:
initrdscripts: fix for /r
Richard,
This contains the set from yesterday, plus additional updates
and the first load of CVE patches (most will be back ported to
daisy).
Sau!
The following changes since commit be0327b6a900be5434b6b1f08277faf2f65d5da8:
initrdscripts: fix for /run/media (2014-05-20 14:53:00 +0100)
are a
On Tue, May 20, 2014 at 02:42:45PM +0100, Richard Purdie wrote:
> On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote:
> > * forward port this patch from daisy:
> > commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4
> > Author: Tom Zanussi
> > Date: Thu Mar 6 22:26:20 2014 -0600
> >
> >
On Tue, 2014-05-20 at 14:42 +0100, Richard Purdie wrote:
> On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote:
> > * forward port this patch from daisy:
> > commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4
> > Author: Tom Zanussi
> > Date: Thu Mar 6 22:26:20 2014 -0600
> >
> > lttng
On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote:
> * forward port this patch from daisy:
> commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4
> Author: Tom Zanussi
> Date: Thu Mar 6 22:26:20 2014 -0600
>
> lttng-modules: Fix 3.14 bio tracepoints
>
> * how is it possible that it's
Hi all:
In lvm2.inc, EXTRA_OECONF has been assigned before ‘EXTRA_OECONF =
"--with-usrlibdir=${libdir}"’.
So, ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’ should be changed to
‘EXTRA_OECONF += "--with-usrlibdir=${libdir}"’.
Signed-off-by: Yao Xinpan
---
meta-oe/recipes-support/lvm2/lvm2.inc
10 matches
Mail list logo