summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* squashfs-tools: Mark as incompatible with muslAdrian Bunk2019-05-272-46/+3
| | | | | | | | | | | | | | | | Silently ignoring FNM_EXTMATCH makes fnmatch() behave different from what callers expect. Mark as incompatible with musl instead of risking broken runtime behaviour. The practical consequences should be small since what is used in OE is mainly squashfs-tools-native. (From OE-Core rev: c9aed6a84c0a33fee8a52603b22cc2b78928eb5f) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson.bbclass: Make meson support aarch64_be.Lei Maohui2019-05-271-0/+2
| | | | | | | | | Added aarch64_be into cpu family. (From OE-Core rev: 40187613038aa9c1ca16eaa46d0669f69f80a398) Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python*-setuptools: add separate packages for pkg_resources moduleLuca Boccassi2019-05-271-0/+11
| | | | | | | | | | | | | | | | | | | | | The pkg_resources Python module is useful by itself, for example for automatic loading of resources shipped in a Python package. Add separate packages for it, so that users can depend on them individually and avoid pulling in the entire setuptools, which include scripts to download other packages, which might not be desired on minimal images. Other distributions like Debian and Ubuntu already split setuptools and pkg-resources in this way. The setuptools packages now depend on the new pkg-resources packages, to avoid regressions for other packages that depend on them already. (From OE-Core rev: 4316d9afe920460e5d2236f217027cce37ed7bf5) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gsettings-desktop-schemas: upgrade 3.28.1 -> 3.32.0Andreas Müller2019-05-273-13/+49
| | | | | | | | | | | * build with meson * dependency intltool-native can go - they moved gettext only translation * put gnome inherits together (From OE-Core rev: e965b72c08fc94c7c6dbfea36505400f3dbb2c53) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib-networking: add PACKAGECONFIG for opensslMartin Jansa2019-05-271-0/+1
| | | | | | | | | | | | | | | * gnutls from meta-gplv2 isn't new enough for this version of glib-networking: meson.build:74:0: ERROR: Invalid version of dependency, need 'gnutls' ['>= 3.4.6'] found '3.3.30' * disabling gnutls PACKAGECONFIG isn't an option either: meson.build:131:2: ERROR: Problem encountered: No TLS backends enabled. Please enable at least one TLS backend * add an option to replace gnutls with openssl (From OE-Core rev: 7fe82038105709a02a29d6b1359b9e6cd4e9dade) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl/modules: Add various missing ptest perl module dependenciesRichard Purdie2019-05-227-1/+14
| | | | | | | | | Whilst not complete, this resolves some module dependency failures being seen by various lib*-perl ptests and in quilt. (From OE-Core rev: 2706b396ef9699c560cded4384cbfc9d79beaa7f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* m4: Add coreutils and diffutils dependency for ptestRichard Purdie2019-05-221-1/+1
| | | | | | | | | The scripts use options not supported by busybox utils such as head and diff so the full coreutils and diffutils utilities are needed. (From OE-Core rev: f3f60e024a2718d18a68897d7f5ca5e4fbb96f61) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre: Add make dependency for ptestRichard Purdie2019-05-221-0/+2
| | | | | | | | The tests are run from a makefile so this dependency is needed. (From OE-Core rev: 0fe3490b5c6ce731b705a5e40341350d64165a4d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: Add sudo dependency for ptestRichard Purdie2019-05-221-1/+1
| | | | | | | | Without this we see test failures due to the sudo binary being missing. (From OE-Core rev: b9e4db06dd95ce709a4a895014cc98fdd7df4624) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash: Fix bash-ptest dependenciesRichard Purdie2019-05-221-2/+2
| | | | | | | | | | Bash's ptest needs glibc-utils (for locale), some extra locales for various tests it uses options busybox doesn't support for some tools, hence coreutils and also runs perl for some tests. (From OE-Core rev: 7ce6f69e56ef7ccc0187722cd78728a6505073b7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl-rdepends: Add missing module dependenciesRichard Purdie2019-05-221-0/+2
| | | | | | | | Adding these fixes the acl and attr ptests to work within minimal images. (From OE-Core rev: d877a7b819e08c2d308ef544a849169c096ef68b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* btrfs-tools: update to 5.1Alexander Kanavin2019-05-221-1/+1
| | | | | | | (From OE-Core rev: f98a8e4b60f8bafd9921e4f1235fea197ae8a580) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* epiphany: update to 3.32.2Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: d3c06e1e0859edab6de411d2c9e6d23104029d01) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: update to 2.24.2Alexander Kanavin2019-05-222-6/+27
| | | | | | | | | | | Add a patch to address a missing format string error. Drop the x86-specifc setting for GSTREAMER_GL as it is no longer needed. (From OE-Core rev: e920e58af56d1d1279d396bfb4e8baf38605b6d1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* usbutils: upgrade 010->012Alexander Kanavin2019-05-222-33/+2
| | | | | | | (From OE-Core rev: 22a61a71daa7019e1b89ec5aabbecc0126e453aa) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* freetype: upgrade 2.9.1 -> 2.10.0Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 663aec1e444ddc091c4937879ab224f7587e2016) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* acpica: upgrade 20190405 -> 20190509Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 60f2db00702315446bfa0189e59529d74f371d07) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-examples: upgrade to 1.16.0Alexander Kanavin2019-05-221-4/+4
| | | | | | | | | Upstream has started to tag releases, so drop UPSTREAM_CHECK_COMMITS (From OE-Core rev: 4df5e8c514a1a169664483505a512547ae68b81e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash-completion: upgrade 2.8 -> 2.9Alexander Kanavin2019-05-221-7/+2
| | | | | | | | | | Delete the deletion of files, as they are no longer included in bash-completion (util-linux provides them). (From OE-Core rev: 9f9846d975ca9cc863e1510e47a2d2ebb5573302) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pbr: upgrade 5.1.3 -> 5.2.0Alexander Kanavin2019-05-222-5/+5
| | | | | | | (From OE-Core rev: 414231e9cd75e4d845997b2c5d17d350034747b3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: upgrade to latest revisionAlexander Kanavin2019-05-221-63/+65
| | | | | | | (From OE-Core rev: 643c3ae10fddbae339e47783d9bf1abf1209ce8d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x264: upgrade to latest revisionAlexander Kanavin2019-05-221-1/+1
| | | | | | | (From OE-Core rev: 12d58ae866a64ce0497a4f9ee906ba07cb04e48a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: upgrade 2.66.1 -> 2.66.2Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: ba8008e426fbf8417bf08e13393d62ea92669c77) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib-networking: upgrade 2.60.1 -> 2.60.2Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: cb91333aece799ef1d0e2f11a0ff95e60a24cb25) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-atk: upgrade 2.30.0 -> 2.32.0Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 22f6cfe0409cfedafa67ef591287ece6c8f7ce3d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* at-spi2-core: upgrade 2.30.0 -> 2.32.1Alexander Kanavin2019-05-222-38/+5
| | | | | | | (From OE-Core rev: a87ff44d6740990dae63d93d6500f5d616c36048) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pkgconf: upgrade 1.6.0 -> 1.6.1Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 83978add57bd5047109de2c1beb53ebdf4945f8b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pip: upgrade 19.0.3 -> 19.1.1Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: e5d6709f3d2da93dee740fd8ed6102ab80e8cbab) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcrypt: upgrade 4.4.4 -> 4.4.6Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 12efd701b9875bb955dca038ab67b7fec8fb21f4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lz4: upgrade 1.9.0 -> 1.9.1Alexander Kanavin2019-05-221-1/+1
| | | | | | | (From OE-Core rev: 7c0d51db40a6130ee306381bc18a4a426810a66b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-lib: upgrade 1.1.8 -> 1.1.9Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 39e3b6bd4b7e9082d231116df4b4629b10215bb3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: upgrade 1.1.8 -> 1.1.9Alexander Kanavin2019-05-222-2/+2
| | | | | | | (From OE-Core rev: 6937ef4bf460308613ff78a5653672793150dcf8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-plugins: upgrade 1.1.8 -> 1.1.9Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 167714c1786c32deef1b4e87059f71ad2fee08f9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: upgrade 4.2.1 -> 5.0.0Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: d90ee9a197a0fb3b7374d39d0f79fbea744a8e4e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemtap: upgrade 4.0 -> 4.1Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 3c87e898695bb53aa595a380fdac881c24bfd6b9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go: update 1.12.1->1.12.5Alexander Kanavin2019-05-221-3/+3
| | | | | | | (From OE-Core rev: f9bdc86f5e313f46cca0c1e0d5419bc71672e002) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nss: upgrade 3.43 -> 3.44Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 57a6c7bfa326ec7d3c5b162821ac02649acdfc9b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-mako: upgrade 1.0.9 -> 1.0.10Alexander Kanavin2019-05-222-2/+2
| | | | | | | (From OE-Core rev: d081fd6b04788da7ed8eb46c0bc79e725a9acb2c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: upgrade 2.30.0 -> 2.32.0Alexander Kanavin2019-05-223-47/+7
| | | | | | | (From OE-Core rev: 7e2e6852691e8ac40424f73b46225cda907c6ab6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bison: upgrade 3.1 -> 3.3.2Alexander Kanavin2019-05-222-11/+9
| | | | | | | (From OE-Core rev: adda007f4afe0d69fba5c2decf2e70d040d89e6d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0Alexander Kanavin2019-05-222-5/+5
| | | | | | | (From OE-Core rev: 01b3218f227180c551e298e7a76fe43be5781b4f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdazzle: upgrade 3.32.1 -> 3.32.2Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: fe1e0651a42c1c1964338c0356318b2cdbe95fb1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* createrepo-c: upgrade 0.12.2 -> 0.14.0Alexander Kanavin2019-05-221-2/+2
| | | | | | | (From OE-Core rev: 1b75de0de748189b00caec12a27f5a9123c5c35e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmodulemd: fix erroneous linking against v2 library when v1 was requestedAlexander Kanavin2019-05-222-0/+29
| | | | | | | (From OE-Core rev: f754a9bd0c0b53e449f66d792b5387de6a822865) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmodulemd: upgrade 2.2.3 -> 2.4.0Alexander Kanavin2019-05-221-3/+3
| | | | | | | (From OE-Core rev: 23361e76e3c22aff62b2d61fe09858981b19424c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librepo: upgrade 1.9.6 -> 1.10.2Alexander Kanavin2019-05-221-1/+1
| | | | | | | (From OE-Core rev: 35238268a6941322dc6f0fb795b1c74e7c5163ed) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ofono: Fix another race condition during the buildAdrian Bunk2019-05-222-0/+51
| | | | | | | (From OE-Core rev: 1e4b8c0f60edad14a422dc22b42bd6618695ce85) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ofono: Use external ell instead of an internal copyAdrian Bunk2019-05-223-2/+39
| | | | | | | (From OE-Core rev: 3683f524dc60325b3f3b1bc3a32e70a41064ae03) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: bitbake: fetch2/npm: fix npw view parsingJean-Marie LEMETAYER2019-05-211-14/+5
| | | | | | | | | | | | | | | | | Fixes [YOCTO #13344] When parsing manually the 'npm view --json' ouput, an extra closing brackets in a JSON string can leads the fetcher to fail with a JSONDecodeError exception. This commit use the JSON parser to extract: - The last object in the returned array if there are multiple results. - The returned object if there is only one result. (Bitbake rev: 3d319c79981811d3cfd4732885057db4fd5afcc2) Signed-off-by: Jean-Marie LEMETAYER <jean-marie.lemetayer@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake: svn.py: Stop SVN from directly pulling from an external layer w/o ↵Mark Hatle2019-05-212-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | fetcher Add a new option to the svn fetcher url "externals=allowed". This will allow a user to enable svn co w/ externals. However, this does avoid the fetcher, network access and mirror systems. By default we no longer allow externals in the checkout. This ensures a deterministic download. The system does attempt to identify SVN repos that have externals enabled, and will warn the user. It is up to the user to determine if these are necessary for the recipe. They may disable the warning by adding "externals=nowarn" to the url. In the future we would like to parse this list and see if the items are already in the SRC_URI for that recipe, but with SVN being in limited use these days that extra work is likely not worth the trouble. Add test cases that generated a local SVN tree, with an external source set to github bitbake in svn format. One test case checks that externals are ignored, and one checks that they in downloaded. (Bitbake rev: bf53f07c3647e57d8452a7743a2b04bcb72c80d6) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>