aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-03-07libmxml: Upgrade to 3.0 releaseKhem Raj
License-Update: Switch to Apache-2.0 as upstream has switched https://github.com/michaelrsweet/mxml/commit/f166ad1977f2f13295689772a5d9e442f73d46f1#diff-9879d6db96fd29134fc802214163b95a Fix build on risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07rabbitmq-c: Upgrade to 0.9.0Khem Raj
Switch to Cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07openocd: Fix build for risc-vKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07webrtc-audio-processing: Add support for risc-vKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07netdata: Link with libpthreadKhem Raj
Fixes global_statistics.c:90: undefined reference to `__atomic_fetch_add_2' | collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-07nmap: Fix build on RISC-VKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06python-grpcio: Upgrade to 1.19.0Khem Raj
Refresh patch to apply cleanly Fix build for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06python-greenlet: Upgrade to 0.4.15Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06msgpack-c: Upgrade to 3.1.1Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06liboil: Fix build on risc-vKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06poco: Backport riscv support patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06xfsprogs: Fix build with riscv/muslKhem Raj
The riscv tuples do not exist in older gnu-config Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06python-idna: Upgrade 2.7 -> 2.8Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06python-idna: Avoid removing executing bit from `.egg-info/` directoryOtavio Salvador
The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06libdbd-mysql-perl: fix do_compile failureMingli Yu
After mariadb upgrade to 10.3.13, there comes below do_compile failure for libdbd-mysql-perl: | dbdimp.c: In function 'mysql_dr_connect': | dbdimp.c:2000:13: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect' | result->reconnect=0; Backport a patch to fix it. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06mariadb: Upgrade to 10.3.13Mingli Yu
Per https://mariadb.org/about/maintenance-policy/, mariadb 5.5.x series only supported until next year April 2020, so upgrade it to 10.3.13. Remove some deprecated patches, add some new patches to fix build failure and rework two patches to avoid fuzz warnings. Add -latomic to linker flags for armv5 Use -pthread to link for mussing atomic symbols on arches e.g. riscv Fixes issues like ld.bfd: librocksdblib.a(memtable.cc.o):/usr/include/c++/9.0.1/bits/atomic_base.h:438: more undefined references to `__atomic_compare_exchange_1' follow Fix build with musl add libxml2 to depends Fix build with clang Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-05ttf-arphic-uming: Use license file instead of README for license checksumsKhem Raj
Patch based on https://github.com/openembedded/meta-openembedded/issues/126 from Frank Mori Hess Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-05radvd:upgrade to 2.18Hong Liu
Upgrade radvd from 2.17 to 2.18 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04twm: upgrade to 1.0.10Hong Liu
1.Upgrade tem from 1.0.9 to 1.0.10 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04leveldb: restrict building for mips64Slater, Joseph
Do not try to build lib32-leveldb. libn32-leveldb will build. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04Replaced cryptograpy by crypt.Jan Vermaete
Replaced 'cryptography' by the much small 'crypto' package. With cryptography, the build is too big with e.g. cpp included. PS: this was already a long time the mailinglist. I guess with my attempt to attach a patch, this could be processed. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04dvb-apps: Disable static librariesKhem Raj
It can be undesired linking to a static library especially when static linking it disabled globally so lets disable it always here Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04bdwgc: upgrade 7.6.10 -> 7.6.12Ivan Maidanski
Highlights of this upgrade: * Fix 'unexpected mark stack overflow' abort * Fix executable memory allocation See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v7.6.12 Signed-off-by: Ivan Maidanski <ivmai@mail.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04libc-bench: Upgrade to use new location for SRC_URIKhem Raj
This also clarifies the copyright and license Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04firewalld: add new recipeCallaghan, Dan
Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-04octave: Exclude from world buildsKhem Raj
it needs lapack which inturn needs libgfortran and fortran support in compiler is not on by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03nghttp2: update to 1.36Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03lvm2/libdevmapper: 2.03.01 -> 2.03.02Kai Kang
Upgrade lvm2/libdevmapper from 2.03.01 to 2.03.02. * update SRC_URI back to use ftp url - 2.03.02 has been released but no such tag in git repo - subdir 'releases' on ftp site should be a persistent place for tarballs * drop 0003-include-fcntl.h-for-O_-defines-and-fcntl-signature.patch which is not needed any longer * remove backpoort patch * update patch contexts Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03live555: update to version 20190227Slater, Joseph
Fixes CVE-2019-7314. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03mimic: Initial commit of version 1.2.0.2Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03license: Add licenses required for MimicAlistair Francis
Add the CMU-Tex, Sun and BellBird licenses that are required for Mimic. See: BellBird: https://github.com/MycroftAI/mimic/blob/development/COPYING#L959 Sun: https://github.com/MycroftAI/mimic/blob/development/COPYING#L915 CMU-Tex: https://github.com/MycroftAI/mimic/blob/development/COPYING#L840 Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03uftrace: Upgrade to 0.9.2Khem Raj
Drop pathes which are upstreamed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03vlc: Upgrade to 3.0.6Khem Raj
Drop upstreamed patches or fixed differently upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-03glm: Upgrade to 0.9.9.3Khem Raj
Drop local patches, they were not accepted upstream Fix build with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2019-03-01upgrade python-click from 6.7 to 7.0Felix Snow
Signed-off-by: Felix Snow <fsnow@phoenixcontact.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-01dash: upgrade 0.5.9.1 -> 0.5.10.2Zang Ruochen
upgrade from dash_0.5.9.1.bb to dash_0.5.10.2.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-01net-snmp: Add PACKAGECONFIG desChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28Revert "meta-oe: fixup LAYERDEPENDS to include meta-python"Khem Raj
This reverts commit 987d28c27e70ba12edf2b99745c13e7525206f4a.
2019-02-28krb5: fix CVE-2018-20217Wenlin Kang
Fix CVE-2018-20217 Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28xmlrpc-c: inherit binconfigKai Kang
libreport calls xmlrpc-c-config from package xmlrpc-c-native to get cflags and libs. But it gets dirs in ${STAGING_DIR_NATIVE} which make lib32-libreport compile failed with config: require conf/multilib.conf MACHINE = "qemuarm64" MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "armv7vethf" | arm-wrs-linux-gnueabi-libtool: link: (cd ".libs" && rm -f "libabrt_dbus.so" && ln -s "libabrt_dbus.so.0.0.1" "libabrt_dbus.so") | .../tmp-glibc/work/armv5e-wrs-linux-gnueabi/libreport/2.9.7-r0/recipe-sysroot-native/usr/lib/libxml2.so: file not recognized: file format not recognized | collect2: error: ld returned 1 exit status | make[3]: *** [Makefile:780: libreport-web.la] Error 1 Make xmlrpc-c inherit binconfig to avoid such kind of errors. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28krb5: Add PACKAGECONFIG pkinitChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28openhpi: Add PACKAGECONFIG snmp-bcChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwdChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28vim: remove xfce vim bbappendMark Hatle
Changing the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. INFO: ====================================================================== INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO: ---------------------------------------------------------------------- INFO: Traceback (most recent call last): File "/poky/scripts/lib/checklayer/cases/common.py", line 53, in test_signatures self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg)) AssertionError: Adding layer meta-xfce changed signatures. 19 signatures changed, initial differences (first hash before, second after): vim:do_install: 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e -> 6e4a49063534d67f70186bf8bdb313184f42426e2c42b12b127638b586c7ffe8 bitbake-diffsigs --task vim do_install --signature 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e fix by move the logic into recipe vim Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28spdlog: add first recipeHasan MEN
* Now, spdlog library is enable under recipes-support. Just install with "spdlog-dev". * It's also tested with populate-sdk. Signed-off-by: Hasan MEN <hmen.56@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28lmsensors: read cpu information fail on ppcDengke Du
The program sensors-detect in lmsensors can't read the cpu information on ppc and arm arch, such as: fsl-t4xxx based on ppc. This is because the program sensors-detect design for the x86 and x86-64, but weak on ppc and arm. So add the support for the ppc and arm, just add the correspond field to read in sensors-detect. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-27freeradius: update radiusd.serviceChangqing Li
Update radiusd.service that not run script /etc/raddb/certs/bootstrap before start radiusd. The script makes a set of default certificates. It should be only used for test purpose. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-26pv: 1.5.3 -> 1.6.6Kai Kang
Update pv from 1.5.3 to 1.6.6. * export LDEMULATION for mipsn32 to fix compile error MACHINE ?= "qemumips64" DEFAULTTUNE = "mips64-n32" | mips64-poky-linux-gnun32-ld --sysroot=/home/kkang/buildarea/Yocto/build/tmp/work/mips64-n32-poky-linux-gnun32/pv/1.5.3-r0/recipe-sysroot -r -o src/library.o src/library/getopt.o src/library/gettext.o | mips64-poky-linux-gnun32-ld: src/library/getopt.o: ABI is incompatible with that of the selected emulation | mips64-poky-linux-gnun32-ld: failed to merge target specific data of file src/library/getopt.o | mips64-poky-linux-gnun32-ld: src/library/gettext.o: ABI is incompatible with that of the selected emulation | mips64-poky-linux-gnun32-ld: failed to merge target specific data of file src/library/gettext.o | mips64-poky-linux-gnun32-ld: attempt to do relocatable link with elf32-ntradbigmips input and elf64-tradbigmips output | mips64-poky-linux-gnun32-ld: src/library/gettext.o: file class ELFCLASS32 incompatible with ELFCLASS64 | mips64-poky-linux-gnun32-ld: final link failed: file in wrong format Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-26net-snmp: fix compile error with --disable-desChangqing Li
| scapi.c: In function 'sc_encrypt': | scapi.c:1256:5: error: 'pad_size' undeclared (first use in this function); did you mean 'dysize'? | pad_size = pai->pad_size; | ^~~~~~~~ | dysize pad_size is defined only without --disable-des [snip] int pad, plast, pad_size = 0; but used when disable-des [snip] QUITFUN(SNMPERR_GENERR, sc_encrypt_quit); } pad_size = pai->pad_size; memset(my_iv, 0, sizeof(my_iv)); if (USM_CREATE_USER_PRIV_DES == (pai->type & USM_PRIV_MASK_ALG)) { /* fix by move it into #ifndef NETSNMP_DISABLE_DES Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-26xwd: Upgrade to 1.0.7Hong Liu
Upgrade xwd from 1.0.6 to 1.0.7 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>