Kai Kang
0e0b545014
sudo: update multilib patch for sudo.conf
...
Update multilib patch for sudo.conf that there is one more replacement
of @plugindir@ to avoid installation conflict.
(From OE-Core rev: e1afed1569bc076a1823e997137884172acc7123)
Signed-off-by: Kai Kang <kai.kang@windriver.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 22:14:13 +01:00
Khem Raj
7d6f264fab
librsvg: Fix vendored libc to work on riscv and musl
...
These are patches applied to rust libc already but since librsvg uses
its own copy of libc, we need to patch it here too
(From OE-Core rev: 7ff7e97a73ae2e5fb37fd9248d3dd011053eaa6c)
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 22:14:13 +01:00
Ross Burton
c43b4d6785
strace: show test suite log on failure
...
If the tests fail, dump the log so we can see the failures.
(From OE-Core rev: 3154a65039831b1e041217707fdd6ca042f588fb)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Alexander Kanavin
28e8d76683
waffle: convert to git, website is down
...
(From OE-Core rev: 28391c20044058e05a1bfdacc31a3e876828fb72)
Signed-off-by: Alexander Kanavin <alex@linutronix.de >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Tim Orling
2156f9be5e
python3-pyyaml: upgrade 5.4.1 -> 6.0
...
Now uses "vendored" distutils from setuptools by default
rather than from Python stdlib.
Changes
=======
* https://github.com/yaml/pyyaml/pull/327
-- Change README format to Markdown
* https://github.com/yaml/pyyaml/pull/483
-- Add a test for YAML 1.1 types
* https://github.com/yaml/pyyaml/pull/497
-- fix float resolver to ignore `.` and `._`
* https://github.com/yaml/pyyaml/pull/550
-- drop Python 2.7
* https://github.com/yaml/pyyaml/pull/553
-- Fix spelling of “hexadecimal”
* https://github.com/yaml/pyyaml/pull/556
-- fix representation of Enum subclasses
* https://github.com/yaml/pyyaml/pull/557
-- fix libyaml extension compiler warnings
* https://github.com/yaml/pyyaml/pull/560
-- fix ResourceWarning on leaked file descriptors
* https://github.com/yaml/pyyaml/pull/561
-- always require `Loader` arg to `yaml.load()`
* https://github.com/yaml/pyyaml/pull/564
-- remove remaining direct distutils usage
(From OE-Core rev: 2abc7a612a71b3594f3183fbb824a708269ae694)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Tim Orling
aa600e70d9
python3-setuptools: _distutils/sysconfig fix
...
Add patch to append STAGING_LIBDIR python-sysconfigdata to sys.path so
that packages which set SETUPTOOLS_USE_DISUTILS='local' cross-compile
properly with python3-setuptools-native.
Fixes:
ModuleNotFoundError: No module named '_sysconfigdata'
References:
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html#porting-from-distutils
(From OE-Core rev: f6fb99c53f779966fc902a629d0a8bbd9f84c6be)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Ross Burton
00372aa2f5
testimage: remove target_modules_path
...
There is no need to pass target_modules_path anymore, so remove it.
(From OE-Core rev: 3d579fb7e4eb96fe0e20e2a7a5948940ca086f99)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Ross Burton
9fa83474ad
oeqa/runtime: search sys.path explicitly for modules
...
The controller module loading code needs to be told what directories
to search for modules via the target_modules_path keyword argument, which
is set to BBPATH.
However, as the actual module loading is done via importlib this relies
on the paths being on sys.path, which it is as base.bbclass puts each
layer's lib/ in sys.path.
Simplify the code by removing this indirection, and simply search
sys.path directly.
(From OE-Core rev: 570a19581f582f77e04d6892adb647cd649a6943)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Ross Burton
c7d6f9965e
oeqa/runtime: load modules using importlib
...
Instead of using __import__() which is low-level and discouraged, use
importlib.
(From OE-Core rev: 9f501d22eab5dbd565f3f5783f4f484a6d1f70a2)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Jose Quaresma
676757f187
sstate: fix touching files inside pseudo
...
running the 'id' command inside the sstate_create_package
function shows that this funcion run inside the pseudo:
uid=0(root) gid=0(root) groups=0(root)
The check for touch files [ ! -w ${SSTATE_PKG} ]
will always return true and the touch can fail
when the real user don't have permission or
in readonly filesystem.
As the documentation refers, the file test operator "-w"
check if the file has write permission (for the user running the test).
We can avoid this test running the touch and mask any return errors
that we have.
(From OE-Core rev: f6e7445c94443544e92fda97a017ce93393c5f84)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Stefan Herbrechtsmeier
700202afb1
npm: Remove unnecessary configs argument from npm run command
...
(From OE-Core rev: e5031366ff3519814aff8b95c524659a398e62c1)
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Stefan Herbrechtsmeier
7ab5afa819
recipetool: Simplify common source files skip in guess_license
...
(From OE-Core rev: 189c0297632968900715d7a4a5edcdf3a56e25f5)
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Peter Hoyes
b8127b50e2
u-boot: Fix syntax error in ${UBOOT_ENV}.scr compilation
...
A previous commit (a3d3c2d4ac ) introduced
support for compiling a U-Boot boot script, but the logic contained a
syntax error which was only visible in the build log. Fix the error by
using separate []s for each expression in the if statement.
(From OE-Core rev: e33994157abbea897ceaf465f9d2a99a9c8212b1)
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:28 +01:00
Martin Jansa
f482f1d531
boost: allow searching for python310
...
(From OE-Core rev: a8add0bdec7c51c9a7f851b2c63017c79faaa273)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Thomas Perrot
cbfd377c7d
image_types: allow the creation of block devices on top of UBI volumes
...
Currently, the function multiubi_mkfs doesn't allow using anything else than
UBIFS over UBI.
Here, we propose to introduce two variables that allow to customize the ubinize
configuration and the image dependency, in order to be able to build UBI
images using the ubiblock abstraction layer and block filesystems.
For example, with this change it is possible to build a UBI volume using a
compressed squashfs, with the following configuration:
UBI_VOLTYPE ?= "static"
UBI_IMGTYPE ?= "squasfs-lz4"
(From OE-Core rev: 6f0c6a0cc9b4685716f0991ce350d046810eb8ec)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Andreas Müller
3622d27b84
webkitgtk: add gperf-native to DEPENDS to fix build
...
| Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least
| version "3.0.1")
(From OE-Core rev: 840c5b442d4b27a3791ced63565bf757de1d95ca)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Jose Quaresma
d7b24328bf
sstate.bbclass: count the files on mirrors using the pre local files
...
We don't need extra python collections to count the found files
on the sstate cache and sstate mirrors.
The main found collections provides all the files that were found.
Then we only need to store the nunber of files that found on the
local sstate cache and the files that found on the sstate cache
mirror is derived from that.
(From OE-Core rev: 0fe71f31593e87b9188b388860d2ba94bf8266bc)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Alexander Kanavin
43f07bdc9f
systemd: disable seccomp on mips32
...
(From OE-Core rev: abf13cf886a50429b15d46e414112646cd935c2e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Ross Burton
5fcae1bb66
strace: remove TOOLCHAIN assignment
...
Back in 2016 strace failed to link when using clang, but this isn't the
case anymore.
(From OE-Core rev: 6ff24e6a8192525fbce69e03a317cc1a30870ed0)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Ross Burton
9889cebcdd
strace: remove obsolete patch
...
This patch isn't needed with strace 5.14, which includes stdint.h
centrally.
(From OE-Core rev: 3bd3e7302618cd82d1448e3fd84a8a7a27e36656)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Ross Burton
0b66f93a70
gawk: reduce strictness of the time test
...
The time.awk test does a sleep() and verifies that the actual delay is
close to the requested time. However on a loaded system the range of
acceptable durations is quite tight and will occasionally fail.
Solve this by increasing the range of acceptable delays slightly to
between 50% and 200% of the requested delay.
[ YOCTO #14371 ]
(From OE-Core rev: 92920dd698c5d3a3d8197083f0a1932e7f6550dc)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Ross Burton
52f2c3413c
gawk: replace AR patch with upstreamed patch
...
(From OE-Core rev: 18da900ec1b4a9bac2c205145ec2282c52543fd2)
Signed-off-by: Ross Burton <ross.burton@arm.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Alexandre Belloni
1037d5b2b0
maintainers.inc: fix up rust-cross entry
...
(From OE-Core rev: 5fedca5c3bcfc7643176e30e045434321ffbc21d)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Pgowda
a87bff5925
rust-cross: Fix directory not deleted for race glibc vs. musl
...
Use different recipe names for the two different targets so that
when switching libcs overlapping files in the sysroot don't cause
issues.
(From OE-Core rev: 33be44a02beb7c52f075f660ad8e0641e360011c)
Signed-off-by: Pgowda <pgowda.cve@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:27 +01:00
Pablo Saavedra Rodi?o
6a6b4755ee
mesa: upgrade 21.2.1 -> 21.2.4
...
Contains 'Make YUV formats we're going to emulate external-only' [1]
was applied in 21.2.4. This fixes red label issues on video for VC4,
Freedreno and others.
Deletes meta/recipes-graphics/mesa/files/without-neon.patch [2]
already in Mesa since 21.2.
Release notes:
* 21.2.2: https://docs.mesa3d.org/relnotes/21.2.2.html
* 21.2.3: https://docs.mesa3d.org/relnotes/21.2.3.html
* 21.2.4: https://docs.mesa3d.org/relnotes/21.2.4.html
[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12569
(From OE-Core rev: 51fccaa16a3cb78ace077ba593b6cdde5e085528)
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Kiran Surendran
1c1dd2097f
ffmpeg: fix CVE-2021-38114
...
backport from upstream
(From OE-Core rev: fe9cdf74f7ef3637ed7c600182f8a0ba40510d2a)
Signed-off-by: Kiran Surendran <kiran.surendran@windriver.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Martin Jansa
e736b200a0
webkitgtk: add PACKAGECONFIG for opengl-or-es
...
* added in:
29421afdcd
* fixes build without opengl in DISTRO_FEATURES which was failing since upgrade to 2.34.0 with:
| CMake Error at Source/cmake/OptionsGTK.cmake:353 (message):
| Either GLX or EGL is needed.
| Call Stack (most recent call first):
| Source/cmake/WebKitCommon.cmake:220 (include)
| CMakeLists.txt:20 (include)
* and add a patch to fix building this version with opengl and gles disabled
(default oe-core setup without opengl in DISTRO_FEATURES)
(From OE-Core rev: 7214f09c77675b66e63b8f342a93c6b4db16e53d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Yureka
faf701d2d5
systemd: add missing include for musl
...
Fixes "error: ‘FTW_ACTIONRETVAL’ undeclared (first use in this
function)" in src/shared/mount-setup.c.
(From OE-Core rev: 7707d08bb10db5eb782a2476be58ebe4b8bba154)
Signed-off-by: Yureka <yuka@yuka.dev >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
af067d427f
libssh2: skip one of the ptests until openssh 8.8 compatibility is fixed
...
(From OE-Core rev: 0a4275e61ec719247ddd1df5950ad570e8d3af02)
Signed-off-by: Alexander Kanavin <alex@linutronix.de >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
e76d5c9140
gnupg: update 2.3.2 -> 2.3.3
...
(From OE-Core rev: dabf520ef0868eb5e0f97444da28ff44e9f8d0c1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
c3d0437b26
libsoup-2.4: upgrade 2.72.0 -> 2.74.0
...
(From OE-Core rev: 56cae0c26f4795735487536affa7b28278e8af39)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
bc294b1894
libmd: upgrade 1.0.3 -> 1.0.4
...
(From OE-Core rev: f8db9cb455482ca811f7e76c5ca62476ae0c363d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
da18999915
libcap: upgrade 2.54 -> 2.59
...
(From OE-Core rev: da4b08a95523b44e1893a3cf42083dd459d1f6a6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
b7c5da9e9e
libatomic-ops: upgrade 7.6.10 -> 7.6.12
...
(From OE-Core rev: ee3672b87f89658902080619f62e8a447eebe525)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
fb5b9b4c98
iso-codes: upgrade 4.6.0 -> 4.7.0
...
(From OE-Core rev: 0e35b943d75e0eec1bed3141e2c5c015db60fb8f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
c3fb35fa54
fribidi: upgrade 1.0.10 -> 1.0.11
...
(From OE-Core rev: a0e4bcd7c161cfe44bd3f930d1043fd6d001226a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
5357004743
diffoscope: upgrade 182 -> 187
...
(From OE-Core rev: abaa36442f1617bcaa941d5b159b6e40042141f8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
3f03a5ab34
libwpe: upgrade 1.10.1 -> 1.12.0
...
(From OE-Core rev: 41619fa9e544e0710895b2df36c44db55530e684)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
017e212004
puzzles: upgrade to latest revision
...
(From OE-Core rev: f543568534a0d082a35537bdf12377e74acdafb0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
c845dd2fac
mpg123: upgrade 1.28.2 -> 1.29.0
...
(From OE-Core rev: fbb90b1e5c975ca1cfdf8b23b9e26351abee1d95)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
6ee2cf5b64
wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
...
(From OE-Core rev: 00c590f50d6894089ff7ce8ad6e263431d9cc550)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
bb33f95a25
linux-firmware: upgrade 20210818 -> 20210919
...
License-Update: additional files
(From OE-Core rev: 8dac57dfed45a0d8a049473f2efc1711b56273a4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
ddfd77653a
libinput: upgrade 1.19.0 -> 1.19.1
...
(From OE-Core rev: 31c5fc68779f480b162b0d37e63fd63be69bbc9a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
2cd0f675b4
pango: upgrade 1.48.9 -> 1.48.10
...
(From OE-Core rev: e722519f38c1f9e8ac481238c31da47a4a07b470)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
52da172bcd
harfbuzz: upgrade 2.9.1 -> 3.0.0
...
(From OE-Core rev: 978c85d09a0deb89822caf5618cd793527ca404c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
a5ddc17014
libdazzle: upgrade 3.40.0 -> 3.42.0
...
(From OE-Core rev: e839aa6f554198fd68139bade029646339abc182)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
676d7313c9
json-glib: upgrade 1.6.4 -> 1.6.6
...
(From OE-Core rev: e56081b228ef6873c505641dd0a661fd6d537731)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
64ab9d93fe
gsettings-desktop-schemas: upgrade 40.0 -> 41.0
...
(From OE-Core rev: 56503d928e62ddd100aa7d3cf78b70ed37879c20)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
2bbd3f6440
gobject-introspection: upgrade 1.68.0 -> 1.70.0
...
(From OE-Core rev: dd256fc5ef67175f5ce7f8a599a42a2807ad63a0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00
Alexander Kanavin
81fe8f63be
sudo: upgrade 1.9.8p1 -> 1.9.8p2
...
(From OE-Core rev: f34e0126128a35e2d9d58ae097929ba292d80f33)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com >
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2021-10-23 17:42:26 +01:00