On Mon, Jul 22, 2019 at 10:51:35AM +0100, Burton, Ross wrote:
> Do we need the Python 2 variation of scons in oe-core, or even at all?
Regarding the latter, do you see what is needed for making gpsd in
meta-oe working with the Python 3 variant?
Upstream seems to support it, but it fails to build
Fixes CVE-2019-7572, CVE-2019-7574, CVE-2019-7575, CVE-2019-7576,
CVE-2019-7577, CVE-2019-7578, CVE-2019-7635, CVE-2019-7637,
CVE-2019-7638.
Signed-off-by: Anuj Mittal
---
.../libsdl/libsdl-1.2.15/CVE-2019-7572.patch | 114 +++
.../libsdl/libsdl-1.2.15/CVE-2019-7574.patch | 68 +++
Release notes:
https://www.mpg123.de/#2019-07-18
Signed-off-by: Anuj Mittal
---
.../mpg123/{mpg123_1.25.10.bb => mpg123_1.25.11.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/mpg123/{mpg123_1.25.10.bb => mpg123_1.25.11.bb}
(94%)
diff --g
On Mon, Jul 22, 2019 at 6:05 PM Mittal, Anuj wrote:
>
> On Mon, 2019-07-22 at 17:59 -0700, Khem Raj wrote:
> > On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj
> > wrote:
> > > On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote:
> > > > -LICENSE = "LGPLv2.1 | MPL-1.0"
> >
> > this should be MPL-2.0
On Mon, 2019-07-22 at 17:59 -0700, Khem Raj wrote:
> On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj
> wrote:
> > On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote:
> > > -LICENSE = "LGPLv2.1 | MPL-1.0"
>
> this should be MPL-2.0 | LGPL-2.1
>
> > > -LIC_FILES_CHKSUM =
> > > "file://COPYING;md5=d
On Mon, Jul 22, 2019 at 4:17 PM Mittal, Anuj wrote:
>
> On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote:
> > -LICENSE = "LGPLv2.1 | MPL-1.0"
this should be MPL-2.0 | LGPL-2.1
> > -LIC_FILES_CHKSUM =
> > "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
> > -
> > file://LICENSE;md5=d1a0
On Mon, 2019-07-22 at 09:37 +0800, Kang Kai wrote:
> I just run oe-selftest -a with this patch after you updated the patch
> in
> oe-core. But I met some (>15) errors
>
> ERROR: Unable to start bitbake server (None)
>
> But I think it should not be related with init manager changes and
> will
>
On Mon, 2019-07-22 at 15:48 +0100, Ross Burton wrote:
> -LICENSE = "LGPLv2.1 | MPL-1.0"
> -LIC_FILES_CHKSUM =
> "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
> -
> file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
> +LICENSE = "LGPLv2.1 | MPL-2"
> +LIC_FILES_CHKSUM =
Add unittests for bootimg-biosplusefi SourcePlugin in wic module.
First test check wic creation works correctly.
Second test uses qemu to boot image and checks that it has both
EFI and BIOS files in a single partition.
Signed-off-by: William Bourque
---
meta-selftest/wic/test_biosplusefi_plugin.
Add a source plugin that support both EFI and legacy PC-Bios.
While using this plugin, both bootloaders configurations reside
in the same /boot partitions.
This plugin has very little code : to avoid code duplication,
we simply re-import bootimg-pcbios and bootmg-efi source and
call both their Sour
All,
The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means people
can find them. They're being listed on the triage page under the appropriate
heading:
https://wiki.yoctoproject.org/wiki/Bug_Triage#N
Just send this patch as a v2 (git send-email -v2 ... if you didn't
know the handy shortcut).
On Mon, 22 Jul 2019 at 16:53, Oleksandr Kravchuk
wrote:
>
> Would it work if I resend this patch only or should I resend the entire
> sequence of patches?
>
> On 22/07/2019 12:16, Burton, Ross wrote:
> >
Would it work if I resend this patch only or should I resend the entire
sequence of patches?
On 22/07/2019 12:16, Burton, Ross wrote:
> (The recipe is doing DEPENDS= and overriding the DEPENDS+= in
> setuptools3.bbclass)
>
> On Mon, 22 Jul 2019 at 11:15, Burton, Ross wrote:
>> The upgrade is fail
Note that this upgrade includes some API breakage.
Signed-off-by: Ross Burton
---
...ibical.pc.in-fix-iculibs-remove-full.patch | 44 ---
.../{libical_2.0.0.bb => libical_3.0.5.bb}| 20 +
2 files changed, 12 insertions(+), 52 deletions(-)
delete mode 100644
meta/rec
(The recipe is doing DEPENDS= and overriding the DEPENDS+= in
setuptools3.bbclass)
On Mon, 22 Jul 2019 at 11:15, Burton, Ross wrote:
>
> The upgrade is failing for me:
>
> ERROR: python3-git-2.1.12-r0 do_configure: Function failed:
> do_configure (log file is located at
> /data/poky-tmp/master/wo
The upgrade is failing for me:
ERROR: python3-git-2.1.12-r0 do_configure: Function failed:
do_configure (log file is located at
/data/poky-tmp/master/work/corei7-64-poky-linux/python3-git/2.1.12-r0/temp/log.do_configure.32072)
ERROR: Logfile of failure stored in:
/data/poky-tmp/master/work/corei7-
Do we need the Python 2 variation of scons in oe-core, or even at all?
Ross
On Mon, 22 Jul 2019 at 01:18, Oleksandr Kravchuk
wrote:
>
> Signed-off-by: Oleksandr Kravchuk
> ---
> ...hon-scons-native_3.0.5.bb => python-scons-native_3.1.0.bb} | 0
> .../python/{python-scons_3.0.5.bb => python-sco
Fixes musl issue
implicit declaration of function 'minor' is invalid in C99
[-Wimplicit-function-declaration]
which eventually ends up with a linker error
Signed-off-by: Khem Raj
---
...acros.h-for-major-minor-defines-in-g.patch | 99 ---
1 file changed, 39 insertions(+), 60 de
Fixes
implicit declaration of function 'minor' is invalid in C99
[-Wimplicit-function-declaration]
which eventually ends up with a linker error
Signed-off-by: Khem Raj
---
.../mdadm/files/include_sysmacros.patch| 14 ++
meta/recipes-extended/mdadm/mdadm_4.1.bb
License-Update: Added contributor list and copyright years
https://git.musl-libc.org/cgit/musl/commit/COPYRIGHT?id=7a6c8a0df1b685d788fd4d3763681bb3018806d7
https://git.musl-libc.org/cgit/musl/commit/COPYRIGHT?id=d6dcd4185bddff34724d6d539f834e9daf7dcf3d
- include release 1.1.23
- Add riscv support
20 matches
Mail list logo