aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2019-01-07mariadb: Upgrade to 5.5.62stable/sumo-nextMingli Yu
MariaDB 5.5.62 is a maintenance release. It includes bugfixes and updates, including from MySQL 5.5.62. . XtraDB updated to 5.5.61-38.13 . Fixes for the following security vulnerabilities: CVE-2018-3282 CVE-2018-3174 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07mariadb: Upgrade to 5.5.61Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07mariadb: add UPSTREAM_CHECK_URIYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07mariadb: Upgrade to 5.5.60Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07nodejs: Enable system ICU supportKhem Raj
Latest Chromium needs it during build (cherry picked from commit d7d0cc5227d0dc7d3ff91ded9da841d65c3f3632) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07upm: Fix do_package error as following when enable multilib.leimaohui
do_package: QA Issue: upm: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/upm/pyupm_speaker.py /usr/lib/python3.5/site-packages/upm/pyupm_buzzer.py /usr/lib/python3.5/site-packages/upm/pyupm_lol.py /usr/lib/python3.5/site-packages/upm/_pyupm_linefinder.so /usr/lib/python3.5/site-packages/upm/_pyupm_mlx90614.so /usr/lib/python3.5/site-packages/upm/pyupm_dfrph.py ...... Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07ltrace_git: Update SRC_URI due to inaccessible problemJunil Kim
Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim <jjunil79.kim@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07libconfig: fix SRC_URIYi-Soo An
hyperrealm has moved to github and it is maintained there. The current SRC_URI is not available any longer. Signed-off-by: Yi-Soo An <yisooan@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-01-07rapidjson: Fix data abort on ARMJoshua Watt
The internal memory allocator that RapidJSON uses wasn't correctly aligning memory in all cases, which resulted in data aborts when running on ARM-based processors. This was fixed upstream in 748a652f04cd3a202ce3639770238bd9473b300c Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-11-26sblim-sfc-common: use official SPDX license for EPLArmin Kuster
WARNING: sblim-sfc-common-1.0.1-r0 do_populate_lic: sblim-sfc-common: No generic license file exists for: EPL in any provider it is EPL-1.0 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-11-21postgresql: update to 9.4.20Armin Kuster
Bug fix only updates. see: https://www.postgresql.org/docs/9.4/release-9-4-20.html Patches refreshed Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-30boinc: refresh patchesArmin Kuster
used quilt refresh patch Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-29tbb: check the version of the cross gcc instead of host gccGregory Vimont
When cross compiling on linux with gcc, the host gcc was used instead of the cross gcc to set compilation flags according to gcc version. Signed-off-by: Gregory Vimont <gregory.vimont@softbankrobotics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-29xmlstarlet: Disable PARALLEL_MAKE (again)Richard Purdie
* MJ: this was applied for 1.5.0 version in: https://patchwork.openembedded.org/patch/116023/ then removed with the upgrade to 1.6.1 in: https://patchwork.openembedded.org/patch/141059/ but as reported before this issue is still reproducible with 1.6.1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-27poppler: Update to 0.64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-27uim: Fix SRC_URITakuro Ashie
The place of uim archives has been moved to https://github.com/uim/uim/releases Signed-off-by: Takuro Ashie <ashie@clear-code.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-26protobuf: make python-protobuf dependency optional and default to offPaul Eggleton
A dependency on python-protobuf was added in commit 5f6fcfd36272768a3ff9078c07c572cf5dc01ccd for the sole purpose of providing a ptest, however python-protobuf is in meta-python and thus this means that meta-oe would depend on meta-python by default (assuming your distro enables ptest by default), and we don't want that - meta-oe isn't supposed to depend upon any layer other than openembedded-core. Luckily we can still have a ptest even without the python support, so add a PACKAGECONFIG and leave it disabled by default. Note: the PACKAGECONFIG here is not particularly useful since it's only about what goes into the -ptest package and thus also the dependency. I contemplated just using LANG_SUPPORT instead, but PACKAGECONFIG does have the advantage that it's introspectable and fairly well understood so in the end I went with it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-24grpc: move it from oe to networking layerArmin Kuster
grpc has dependancy on meta-networking packages. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-09openocd: prevent fetching git submodules during do_configureMartin Jansa
* I've tried just disabling them with: --disable-internal-jimtcl --disable-internal-libjaylink but that still tries to use missing jim.h: | ./src/helper/jim-nvp.h:47:10: fatal error: jim.h: No such file or directory | #include <jim.h> | ^~~~~~~ | compilation terminated. | Makefile:3619: recipe for target 'src/libopenocd_la-openocd.lo' failed | make[2]: *** [src/libopenocd_la-openocd.lo] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-09libqb: Fix build with goldMartin Jansa
* since the upgrade to 1.0.3 more specifically since this commit: https://github.com/ClusterLabs/libqb/commit/20246f544f74866885f4d9491f74152bd95e7786#diff-67e997bcfdac55191033d57a16d1408a it was failing to build with gold * add --enable-nosection-fallback to work around the issue Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-08-26libsodium: update to 1.0.16Oleksandr Kravchuk
Added link to bug tracker and updated md5sum of LICENSE, which has been updated with the copyright year. Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit edf011c30375104b667423fba794769f72ef5ed6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-08-19libnih: Fix do_package error when enable mutilib.leimaohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-08-19devmem2: ensure word is 32-bit, add support for 64-bit longDenys Dmytriyenko
Since sizeof(unsigned long) can be 8-byte on 64-bit architectures, use uint32_t instead for "word" access to always be 4-byte/32-bit long. Also introduce proper "long" 8-byte/64-bit access by using uint64_t. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1bcd15ed5b31bdec492af99f671718d7a6eb887b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-07-08php: upgrade 7.2.4 -> 7.2.7changqing.li@windriver.com
Included: 7.2.5 Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value). (CVE-2018-10549) Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on invalid sequence). (CVE-2018-10546) Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548) Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 188097b4e9f458b3c2268ba10ac28d0938b4fd2e) [Bug fix update] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14iperf3: Drop redundant patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f604119524d970f500fecd0fd698b1c40f81f72f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14lmbench: fix Upstream-Status metadata typos in patchMikko Rapeli
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f5017313a1aac88eef2becd506fcf8d07a425d66) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14gtest: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 316753e9cfe161f2435c173b30407370ffa2db96) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14minicoredumper: relocate admin-binaries to sbinChristophe PRIOUZEAU
Change path of minicoredumper on init/service script to /usr/sbin. Since the commit "relocate admin-binaries to sbin" on minicoredumper, minicoredumper binaries are installed on /usr/sbin directory instead of /usr/bin. src/minicoredumper/Makefile.am: sbin_PROGRAMS = minicoredumper Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d1cfe7a70cddd4026552e615f8027160abb7bf0b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14xorgxrdp: Fix the LicenseZheng Ruoqin
Change the License to MIT as Fedora. And I also found the license it's MIT in the spdx file of xorgxrdp. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2a777b925ad9165f87163b7ca7927a6f7e8aee4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14Fix zram module paramter nameMichael Siebecker
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14minicoredumper: fixes for sysvinit and systemdtexierp
The sysv initscript and systemd service assumes minicoredumper is installed in /usr/bin/. In our case minicoredumper is installed in /usr/sbin/ by default. Therefore, fix this path. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 26ba552614d21fb5aa8ecc3eb41ad3ca30f709ec) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14htop: Fix typoRobert Joslyn
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 14d7dce4f8741724b79e61c0ad68654cbf3f2117) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14python-cpuset: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit c2404f15b85a8114b9e9753b594b0a1be4c09f2b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libwebsockets: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit dd803999931f883b3df97a8c35550a3fc8cd482b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libuv: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 0c37018e7bcf066361ca603c226833880d2a53c6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14geany-plugins: Add dependency on fribidiKhem Raj
Its needed by addons Fixes ld: cannot find -lfribidi | collect2: error: ld returned 1 exit status | make[3]: *** [Makefile:569: addons.la] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 4a8851789a9da5748546d43c91a5ba8a0e6dd1df) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14openobex: explicitly set ASNEEDED from openobex recipeAndre McCurdy
Up to now, an openobex specific over-ride for ASNEEDED has been provided by oe-core (from as-needed.inc). If ASNEEDED does need to be over-ridden in order to build openobex it's not ideal that the over-ride comes from a different layer so define it directly in the meta-oe recipe. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit e59a9738c24ccaeac91740d1f67c607d4ee2a217) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14krb5: support environment setting on systemdHongxu Jia
Let krb5 support environment setting on systemd startup. Here is one requirement of environment setting from upstream krb5 ... https://web.mit.edu/kerberos/krb5-1.16/doc/admin/conf_files/kdc_conf.html |Normally, the kdc.conf file is found in the KDC state directory, LOCALSTATEDIR/krb5kdc. You can override the default location by setting the environment variable KRB5_KDC_PROFILE. ... The fix of (krb5-admin-server.service/krb5-kdc.service) refers ubuntu 1604 Variable RUN_KADMIND is sysvinit, move it out from default/krb5-admin-server Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 7eb04ba6772272a30c4a184702d039d145ec7799) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14phoronix-test-suite: disable systemd services by defaultSlater, Joseph
Unfortunately, the default behavior for at least the client service is to reboot the machine if it encounters problems. Since it is pretty much guaranteed to need target specific configuration info, we should not enable the service(s) by default. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 1ec2d489c30bf14f2bc6e8bbc01e642a065b7ac6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14hostapd: fix the bug for PATCHTOOL = "patch"Zheng Ruoqin
When switch PATCHTOOL to patch, the key-replay-cve-multiple.patch can't be apply with "--dry-run" as follows: checking file src/ap/ieee802_11.c checking file src/ap/wpa_auth.c checking file src/ap/wpa_auth.h checking file src/ap/wpa_auth_ft.c checking file src/ap/wpa_auth_i.h checking file src/common/wpa_common.h checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/rsn_supp/wpa.c Hunk #1 FAILED at 709. Hunk #2 FAILED at 757. Hunk #3 succeeded at 840 (offset -12 lines). Hunk #4 FAILED at 868. Hunk #5 FAILED at 900. Hunk #6 FAILED at 924. Hunk #7 succeeded at 1536 (offset -38 lines). Hunk #8 FAILED at 2386. Hunk #9 FAILED at 2920. Hunk #10 succeeded at 2940 (offset -46 lines). Hunk #11 FAILED at 2998. 8 out of 11 hunks FAILED checking file src/rsn_supp/wpa_i.h Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED checking file src/common/wpa_common.h Hunk #1 succeeded at 215 with fuzz 1. checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/ap/wpa_auth.c Hunk #1 succeeded at 1898 (offset -3 lines). Hunk #2 succeeded at 2470 (offset -3 lines). checking file src/rsn_supp/tdls.c checking file src/rsn_supp/wpa.c Hunk #1 succeeded at 2378 (offset -62 lines). checking file src/rsn_supp/wpa_ft.c checking file src/rsn_supp/wpa_i.h Hunk #1 succeeded at 123 (offset -5 lines). So split the key-replay-cve-multiple.patch to 7 patches. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 543bb9c05a7d579ff8acbd46ee7c4502fa86a93f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14android-tools: use fixed SRCREVs instead of tag nameMartin Jansa
* so that bitbake doesn't need to use git ls-remote during parsing to resolve tag name into SRCREV Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14Revert "libxml++: only include when x11 in DISTRO_FEATURES"Martin Jansa
This reverts commit 44ece3daea4028e72473b6316ba3c7c54d833166. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01libyui: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01p7zip: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01ceres-solver: Upgrade to 1.14Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01cpprest: add new recipe based on Debian packagingGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.prato@cnhind.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01websocketpp: add new recipe based on Debian packagingGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01mariadb: 5.5.57 -> 5.5.59Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01rsyslog: refresh patchesYi Zhao
Refresh patches with devtool command to fix do_patch warning. Drop 0001-Undefine-GLOB_BRACE.patch since it had been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01libgpiod: add support for v1.x seriesBartosz Golaszewski
Add a recipe for libgpiod v1.0.1. It can live next to the one for v0.3.3. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>