summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* mksh: Don't use ${PN}Richard Weinberger2019-01-101-1/+1
| | | | | | | | | Don't use ${PN} for the source dir, it will break multilib builds. The correct variable is ${BPN}. Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Upgrade to 2.0 releaseKhem Raj2019-01-103-66/+2
| | | | | | Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod_1.2: add dependency on python when building python bindingsFerry2019-01-101-1/+1
| | | | | | | | Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python package" also removes the build dependency on python3 however this results in fatal error: Python.h: No such file or directory #include <Python.h> Signed-off-by: Ferry Toth <ftoth@exalondelft.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qrencode: 4.0.0 -> 4.0.1Pierre-Jean Texier2019-01-101-2/+2
| | | | | | | Upgrade qrencode from 4.0.0 to 4.0.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Disable for mips n64/n32 hostsKhem Raj2019-01-041-2/+4
| | | | | | | - mips64 port does not exist - Also convert aarch64 compatible host case to an override Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Disable lua on mips/aarch64Khem Raj2019-01-041-1/+4
| | | | | | Luajit depeendency is not available on mips64/aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* start-stop-daemon: Upgrade to 1.18.25Khem Raj2019-01-0414-78/+505
| | | | | | Import patches from oe-core to fix build for mips64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-tools: Initial recipe for spirv toolsAnkit Navik2019-01-022-0/+56
| | | | | | | Add generic recipe for spirv tools. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Replace the patch with upstreamable patchKhem Raj2019-01-022-28/+29
| | | | | | Update to tip of master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinymembench: Update to tip of masterKhem Raj2019-01-021-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wifi-test-suite: Initial recipe for wifi test suite.Ankit Navik2018-12-274-0/+232
| | | | | | | | Add generic recipe for wifi test suite from wifi alliance. Suite is to support certification program development and device certification. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libedit: Upgrade to 20181209Khem Raj2018-12-261-2/+4
| | | | | | Add native and nativesdk incarnations as well since clang needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove unbuildable packages on risc-v from rdepKhem Raj2018-12-261-0/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Exclude android-tools breakpad on ppcKhem Raj2018-12-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Exclude unbuildable packages on mips64Khem Raj2018-12-261-0/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Disable for powerpc/powerpc64Khem Raj2018-12-231-0/+6
| | | | | | | * There is no support for linux-ppc in this version * Point mips64 to right linux port Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Update to 4.0.12Khem Raj2018-12-231-2/+3
| | | | | | Exclude atomics on ppc as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Remove -Werror=format from CXXFLAGSKhem Raj2018-12-232-0/+22
| | | | | | | This is to make way for gcc9 since it spews some extra warnings which need to be eventually fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Upgrade to 10.3.5Khem Raj2018-12-232-17/+50
| | | | | | Add a patch to fix build with gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Fix build with gcc9 on x86Khem Raj2018-12-232-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lio-utils: Switch SRC_URI to use datera mirror on githubKhem Raj2018-12-231-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-droid: Delete from staging install area instead of sourcesKhem Raj2018-12-231-2/+6
| | | | | | | * This leaves the sourcedir unmodified * Add -f option to rm to not fail if file is not there Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: GPL-3.0 and LGPL-3.0 is correct licenseKhem Raj2018-12-231-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: Rrecommend python3 only for PN-python packageKhem Raj2018-12-231-2/+2
| | | | | | Fixes overdependency on PN Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Fix a NULL string useKhem Raj2018-12-232-0/+38
| | | | | | | This case is likely to happen when mod == NULL so print it when we are computing modname and symname Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Update to latestKhem Raj2018-12-234-317/+7
| | | | | | | | | | - Drop upstreamed ucontext_t patch - basename is now available in musl - Pin ARM-only ISA on armv5 and older arches - Use COMPATIBLE_HOST instead of COMPATIBLE_MACHINE - memory.h has been renamed to memory_allocator.h in latest breakpad Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Fix build with gcc9Khem Raj2018-12-232-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: bump to 1.7.0S. Lockwood-Childs2018-12-221-3/+5
| | | | | | | | | | | | | | | | | | | | | Fetch was switched from tarball to git fetcher with release tag because libvpx-1.7.0.tar.bz2 was not available at the previous download URL. The download instructions for the project point to autogenerated tarballs now (instead of storage.googleapis.com) [1], but archive tarballs generated by git can end up with checksums that change over time... so using git directly is less likely to break. Successfully compile tested against: * ffmpeg-4.0.2 * gstreamer1.0-plugins-good-1.14.2 * vlc-2.2.2 with vpx enabled in each respective PACKAGECONFIG. [1] https://www.webmproject.org/code/releases/ Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: fix build for multilibAndreas Müller2018-12-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | ERROR: openjpeg-2.3.0-r0 do_package: QA Issue: openjpeg: Files/directories were installed but not shipped in any package: | /usr/lib/libopenjp2.a | /usr/lib/libopenjp2.so | /usr/lib/libopenjp2.so.2.3.0 | /usr/lib/libopenjp2.so.7 | /usr/lib/cmake | /usr/lib/pkgconfig | /usr/lib/cmake/openjpeg-2.3 | /usr/lib/cmake/openjpeg-2.3/OpenJPEGConfig.cmake | /usr/lib/cmake/openjpeg-2.3/OpenJPEGTargets.cmake | /usr/lib/cmake/openjpeg-2.3/OpenJPEGTargets-noconfig.cmake | /usr/lib/pkgconfig/libopenjp2.pc * Addresses [1] * Build tested with poppler in multilib and non-multilib environment [1] https://github.com/openembedded/meta-openembedded/issues/103 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-shader-generator: Initial recipe for SPIRV-CrossAnkit Navik2018-12-222-0/+53
| | | | | | | | | Add generic recipe for SPIRV-Cross tool. SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sharutils 4.15.2: BBCLASSEXTEND to native and nativesdkHenrik Nymann Jensen (HNJE)2018-12-201-0/+2
| | | | | Signed-off-by: Henrik Nymann Jensen <hnje@triax.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Upgrade to 5.17.2Khem Raj2018-12-182-198/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: Upgrade to 0.19.0Khem Raj2018-12-183-84/+42
| | | | | | | | | Switch fetcher to use github Add patch to build with gcc9 Remove upstreamed patch Inherit bash-completion Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: Upgrade to 5.8.1 releaseKhem Raj2018-12-183-11/+43
| | | | | | Fix build with gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catch2: Upgrade to 2.5.0 releaseKhem Raj2018-12-183-53/+45
| | | | | | | Drop upstreamed patch and add a patch to fix build seen with clang and gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 7.6.8 -> 7.6.10Ivan Maidanski2018-12-181-1/+1
| | | | | | | | | | | Highlights of this upgrade: * Fix races, deadlocks, bugs in disclaim finalization and find-leak mode See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v7.6.10 Signed-off-by: Ivan Maidanski <ivmai@mail.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnulib: Upgrade to 2018-03-07.03Khem Raj2018-12-182-93/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Call check_git_config to setup git to function correctly on some builders git might not be setup for user and email address Fixes: Your branch is behind 'origin/master' by 584 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Cloning into 'TOPDIR/build/tmp/work/mips32r2-yoe-linux-musl/gnulib/2017-08-20.18-r0/image//usr/share/gnulib'... done. *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: fix conflicting types for 'efi_set_verbose'Hongxu Jia2018-12-182-0/+32
| | | | | | | | | Since upstream efivar-37 pulibc efi_set_verbose in its headers [daf3b6c Move verbosity headers to be public], it is not necessary to delcare in efibootmgr. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2/libdevmapper: drop unnecessary UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEXHongxu Jia2018-12-181-3/+0
| | | | | | | | Since switch to github [a7bc7b6 lvm2/libdevmapper: 2.02.180 -> 2.03.01], UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX is not necessary Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: 2.9.6 -> 2.9.7Hongxu Jia2018-12-181-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: 36 -> 37Hongxu Jia2018-12-181-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: update to 1.10.0Adrian Freihofer2018-12-184-177/+5
| | | | | | | | | | | | | | This is in fact an update from 1.7.1 to 1.10.0. (The git hash of the 1.9.0 recipe referred flatbuffers release 1.7.1.) This patch is obsolete, a similar fix has been applied upstream: - 0001-correct-version-for-so-lib.patch These two patches have been applied upstream: - 0001-flatbuffers-Move-EndianSwap-template-to-flatbuffers-.patch - 0002-use-__builtin_bswap16-when-building-with-clang.patch Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s-suite: push SRCREV to version 3.0Paolo Valente2018-12-181-3/+5
| | | | | Signed-off-by: Paolo Valente <paolo.valente@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: inherit pkg-config to find brotli libraryGianfranco Costamagna2018-12-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtest: update to 1.8.1Brad Bishop2018-12-112-110/+3
| | | | | | | | | | | | Update to 1.8.1, which has proper pkg-config support (so Add-pkg-config-support.patch can be dropped). Also the canonical gtest seems to have moved out of the google github organization into something called abseil. Update HOMEPAGE and SRC_URI to match. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Fix build with clangKhem Raj2018-12-072-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: Use SOURCEFORGE_MIRROR for SRC_URIKhem Raj2018-12-071-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: add version 56Eduardas Meile2018-12-061-0/+36
| | | | | | | | The MirBSD Korn Shell is a permissively licensed shell currently used by Android. Signed-off-by: Eduardas Meile <eduardas.m@fods.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mce-test: add itdengke.du@windriver.com2018-12-062-0/+53
| | | | | Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: enable 802.11ac supportS. Lockwood-Childs2018-12-051-0/+3
| | | | | | | | | | hostapd has supported 802.11ac for quite a while now (and it has been used in many OpenWrt/LEDE releases) so it should be safe to enable 802.11ac support in the build. This does not automatically turn it on at runtime, but just makes it available when a config file tries to turn it on (rather than spewing syntax errors about unrecognized directives). Signed-off-by: Khem Raj <raj.khem@gmail.com>