aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2020-11-27pipewire: Link with libatomic for riscv32Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27pkcs11-helper: upgrade 1.26 -> 1.27zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27ostree: upgrade 2020.7 -> 2020.8zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27opencl-clhpp: upgrade 2.0.11 -> 2.0.12zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27ocl-icd: upgrade 2.2.12 -> 2.2.13zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27libsigc++-3: upgrade 3.0.3 -> 3.0.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27libjcat: upgrade 0.1.3 -> 0.1.4zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27jpnevulator: upgrade 2.3.5 -> 2.3.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27cloc: upgrade 1.84 -> 1.88zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27cjson: upgrade 1.7.13 -> 1.7.14zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25paho-mqtt-c: upgrade 1.3.6 -> 1.3.7Adrian Freihofer
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25cdrkit: split into more packagesMaciej Pijanowski
Mimic the Debian pacaking scheme to allow for more fine-grained installation choice (install the binaries we need). Moreover, dirsplit was moved to a separate package, as it pulls in perl interpreter. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24cdrkit: add native to BBCLASSEXTENDMaciej Pijanowski
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24canutils,can-utils: Add cansequence to u-a as wellKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23php: remove the failing ${D}/${TMPDIR} codeMax Kellermann
Appending ${TMPDIR} to ${D} doesn't make any sense, because both are absolute paths. And additionally, the code fails: rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23dnf-plugin-tui: Update to the latest versionzhengruoqin
dnf-plugin-tui now needs to clean up the pseudo directory before starting. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
2020-11-23packagegroup-meta-oe: Exclude heaptrack for rv32/rv64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23heaptrack: Mark RISCV host incompatibleKhem Raj
Depends on libunwind, which is not yet supported on riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23heaptrack: Fix build on muslKhem Raj
Improve upon summary and description fields Add PV to the recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23krb5: upgrade 1.17.1 -> 1.17.2Yi Zhao
License-Update: Update copyright year to 2020. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23nss: upgrade 3.57 -> 3.59Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23cpp-netlib: add bitbake recipeSinan Kaya
Adding recipe for cpp-net library. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23heaptrack: add bitbake recipeSinan Kaya
Add this useful tool to the devtools list. Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23musl-nscd: Add missing deps on flex and bison during buildKhem Raj
Fix check for flex Fails in do_compile at times see below cp dist/src/nsswitch.yy.c obj/src/nsswitch.yy.c cp: cannot create regular file 'obj/src/nsswitch.yy.c': No such file or directory Makefile:78: recipe for target 'obj/src/nsswitch.yy.c' failed make: *** [obj/src/nsswitch.yy.c] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
2020-11-23musl-nscd: Replace -fcommon with code patchKhem Raj
The patch fixes the need for -fcommon Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
2020-11-23imagemagick: Add NOTICE to collected license textsMark Jonas
The ImageMagick license requires that attribution notices contained in the NOTICE file are distributed along a derivative work. Thus it makes sense to collect the NOTICE file in the deploy/licenses directory. Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23collectd: fix the test condition for dash compatibilitySinan Kaya
dash doesn't like double equal sign for test. Replace with single equal sign. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23protobuf: upgrade 3.13.0.1 -> 3.14.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23openldap: upgrade 2.4.51 -> 2.4.56zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23modemmanager: upgrade 1.14.6 -> 1.14.8zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23libharu: Fix the packaging bugzangrc
The following error will occur when multilib is enabled: ERROR: libharu-2.3.0-r0 do_package: QA Issue: libharu: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libhpdfs.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. libharu: 2 installed and not shipped files. [installed-vs-shipped] ERROR: libharu-2.3.0-r0 do_package: Fatal QA errors found, failing task. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23fio: upgrade 3.22 -> 3.24zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23makedumpfile: upgrade 1.6.7 -> 1.6.8Alexander Kamensky
* Starting with 1.6.8 makedumpfile project migrated from sourceforge to github; properly updated SRC_URI, HOMEPAGE, UPSTREAM_CHECK_XX * Refreshed patch 0001-makedumpfile-replace-hardcode-CFLAGS.patch * Refreshed patch 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch; had conflict in patch removed function, is this patch still required? * Removed 0001-PATCH-Remove-duplicated-variable-definitions.patch backported patch * Added dependency to xz required by new version Signed-off-by: Alexander Kamensky <alexander.kamensky42@gmail.com>
2020-11-23thingsboard-gateway: Move under dynamic layersKhem Raj
Depends on meta-python therefore move it here so it does not impact non meta-python users Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2020-11-18libsocketcan: Update to 0.0.12Mark Jonas
Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-17thingsboard-gateway: Add recipe for v2.5.2hasan.men
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-17postgresql: Inherit python3targetconfigKhem Raj
it now ends up searching native python shared libraries and tries to link with it and fails on non-host architectures recipe-sysroot-native/usr/lib/libpython3.9.so: file not recognized: file format not recognized collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-17libplist: Inherit python3targetconfigKhem Raj
Fixes configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LIBS environment variable. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib" Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-17span-lite: Bump e03d116..0.8.1William A. Kennington III
Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-16fluentbit: Link with libatomic on riscv32Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-16jack: Upgrade to 1.19.16Khem Raj
Update the jack_simdtests patch to latest submission upstream Fix build on RISCV32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-16libkcapi: Fix build on riscv32Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15qpdf: Link with libatomic on rv32Khem Raj
Fixes libqpdf/build/.libs/libqpdf.so: undefined reference to `__atomic_fetch_add_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15rocksdb: Update to 6.12.7Khem Raj
Add a patch to fix build on riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15directfb: Fix build on riscv32Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15capnproto: Fix build on 32bit arches with 64bit time_t defaultsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15poco: Add riscv32 supportKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15librtorrent: Disable instrumentation on rv32Khem Raj
instrumentation code uses atomic ops on 64bit variables, which leads to build failures on 32bit targets using libtorrent because of missing builtins on riscv32/gcc /usr/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' /usr/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8' The developer added a "--disable-instrumentation" switch which skips the build of the offending codepaths in libtorrent. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15liburing: Fix build on 32-bit arches with 64-bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-15mariadb: Fix build on 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>