summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* asio: add PACKAGECONFIG boostSean Nyekjaer2019-03-071-1/+5
| | | | | Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade to 3.2Oleksandr Kravchuk2019-03-071-3/+4
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: support 32-bit targetHongxu Jia2019-03-073-3/+979
| | | | | | Add pre-generated 32-bit H5Tinit.c to support 32-bit target Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* libmxml: Upgrade to 3.0 releaseKhem Raj2019-03-071-4/+7
| | | | | | | | | | 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>
* poco: Backport riscv support patchKhem Raj2019-03-062-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 7.6.10 -> 7.6.12Ivan Maidanski2019-03-041-1/+1
| | | | | | | | | | | | 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>
* lvm2/libdevmapper: 2.03.01 -> 2.03.02Kai Kang2019-03-038-86/+45
| | | | | | | | | | | | | | | 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>
* vim: remove xfce vim bbappendMark Hatle2019-02-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | 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>
* spdlog: add first recipeHasan MEN2019-02-281-0/+19
| | | | | | | | * 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>
* pv: 1.5.3 -> 1.6.6Kai Kang2019-02-262-11/+13
| | | | | | | | | | | | | | | | | | | | | | | 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>
* lvm2: lvmdiskscan always print out "/dev/hdc: open failed: No medium found".Jiping Ma2019-02-252-0/+33
| | | | | | | | | | commit [57bb46c5e7f8] introduce this issue. "/dev/hdc: open failed: No medium found" will be print out after run lvmdiskscan. change dev_open_readonly() to dev_open_readonly_quiet() in fuction _dev_get_size_dev(). Signed-off-by: Jiping Ma <jiping.ma2@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: use empty PACKAGECONFIG for vim-nativeMartin Jansa2019-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * otherwise it depends on gtk+-native and we don't need gtkgui enabled in native builds as vim-native was introduced only for xxd-native in: commit 1dff2351aa6cdafa5a501e8956cb853ab17ed9ae Author: Martin Jansa <Martin.Jansa@gmail.com> Date: Fri Mar 10 11:55:44 2017 +0100 vim: add native BBCLASSEXTEND * some recipes might use xxd * with stricter host binaries available in PATH: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/133886.html we cannot use xxd from host and it's not so common to add it into HOSTTOOL_NONFATAL * there is also smaller solution for xxd -i (which is what I need): https://github.com/gregkh/xxdi but after creating xxdi-native recipe for this I've discovered that perl on my host as well as perlnative doesn't provide File::Slurp used by this, so adding BBCLASSEXTEND here is easier solution Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mscgen: add version 0.20Tuan Hoang2019-02-241-0/+18
| | | | | Signed-off-by: Hoang Anh Tuan <tuanha@viosoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks: add REQUIRED_DISTRO_FEATURES for polkitNicolas Dechesne2019-02-221-1/+4
| | | | | | | | | | | | After below commits to add polkit as a required distro feature: 97a1a55 polkit: add polkit as a required distro feature c049e02 polkit: inherit distro_features_check Need to add REQUIRED_DISTRO_FEATURES for polkit to avoid error when trying to build 'world' Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: fix lvm2-monitor.service startup failedChangqing Li2019-02-222-1/+34
| | | | | | | | | | | | Issue: vm2-monitor.service: Failed to create lvm2-monitor.service/start: Unit lvm2-lvmetad.socket not found lvmetad have been removed by upstream, but this part is missed, backport fix from upstream Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.46 -> 2.4.47Changqing Li2019-02-222-17/+32
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uthash: upgrade 2.0.2 -> 2.1.0Changqing Li2019-02-221-3/+3
| | | | | | | License-Update: Copyright Year Update Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unixodbc: upgrade 2.3.6 -> 2.3.7Changqing Li2019-02-221-3/+3
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: upgrade 3.16.1 -> 3.19.1Changqing Li2019-02-221-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisk2: 2.7.8 -> 2.8.1Changqing Li2019-02-221-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: add REQUIRED_DISTRO_FEATURES for polkitMingli Yu2019-02-221-1/+3
| | | | | | | | | | | | | | | | After below commits to add polkit as a required distro feature: 97a1a55 polkit: add polkit as a required distro feature c049e02 polkit: inherit distro_features_check Need to add REQUIRED_DISTRO_FEATURES for polkit to fix below error for these packages which depend on polkit: $ bitbake upower ERROR: Nothing PROVIDES 'polkit' (but /build/layers/meta-openembedded/meta-oe/recipes-support/upower/upower_0.99.7.bb DEPENDS on or otherwise requires it) Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: add REQUIRED_DISTRO_FEATURES for polkitMingli Yu2019-02-221-1/+3
| | | | | | | | | | | | | | | | After below commits to add polkit as a required distro feature: 97a1a55 polkit: add polkit as a required distro feature c049e02 polkit: inherit distro_features_check Need to add REQUIRED_DISTRO_FEATURES for polkit to fix below error for these packages which depend on polkit: $ bitbake udisk2 ERROR: Nothing PROVIDES 'polkit' (but /build/layers/meta-openembedded/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb DEPENDS on or otherwise requires it) Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: upgrade 0.7.9 -> 0.8.0Changqing Li2019-02-224-55/+38
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: add version 1.8.19Hongxu Jia2019-02-175-0/+1266
| | | | | | | | License HDF5 is BSD-style. https://support.hdfgroup.org/products/licenses.html Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: bump version to v1.2.1Bartosz Golaszewski2019-02-171-2/+2
| | | | | | | This is a bugfix release fixing two problems in C++ bindings. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace-cloud-editor: move ace-cloud-editor recipe to meta-oe/recipes-supportSai Hari Chandana Kalluri2019-02-171-0/+22
| | | | | | | | This commit c245374fafbc4769e0c98ae18ac9ff71f9f14169 places ace-cloud-editor recipe in an incorrect location. This commit moves the recipe to the right location. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sassc: initial add 3.5.0Andreas Müller2019-02-151-0/+14
| | | | | | | | | | | * kde plasma's breeze-gtk needs native since 5.15 * there were attempts to land similar for gnome3-desktop [1]. So just in case somebody comes back to it... [1] http://lists.openembedded.org/pipermail/openembedded-devel/2018-October/197228.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsass: initial add 3.5.3Andreas Müller2019-02-151-0/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: Add knob to Enable/Disable clang-tidy explicityKhem Raj2019-02-132-1/+31
| | | | | | | | | | | | | | When building with clang otherwise this gets enabled and we have problems with headers especially due to OEs multilibbing effort on arm where headers like bits/wordsize.h are hijacked and some wrappers are translanted, these transplants have additional requirements/constraints e.g. compiler internal arch defines e.g. __arm__ etc. which may not be passed by tools like clang-tidy which are arch independent. Ideally we should not require to disable clang-tidy here but we make a compromise, since OEs headers are the way as explained above Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Use ARM ISA when using clangKhem Raj2019-02-131-0/+1
| | | | | | | | | | | | | | | It seemingly needs to be fixed in application, chromium also force ARM ISA for internal gperftools also see https://bugs.llvm.org/show_bug.cgi?id=31058 Fixes errors like below | ../git/src/base/atomicops-internals-arm-v6plus.h:228:8: error: instruction requires: arm-mode | "ldrexd %1, [%3]\n" | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: add homepage and descriptionRandy MacLeod2019-02-121-1/+4
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atop: Update to 2.4Peter Kjellerstedt2019-02-126-77/+98
| | | | | | | | | | | | * Replace remove-bashisms.patch with 0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch to avoid a bashism in atop.init in addition to those already fixed. * Remove 0001-add-sys-sysmacros.h-for-major-minor-macros.patch as it is no longer needed. * Update the remaining patches to avoid fuzz. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* espeak: Generate phondata based on endianness of targerKhem Raj2019-02-095-61/+71
| | | | | | | | | | Use qemu usermode to generate it, so we are always in correct endian-ness espeak-data is no longer needed now, since sole purpose of it was to provide the data for bigendian systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Upgrade to 3.4.5Khem Raj2019-02-043-79/+11
| | | | | | | Drop adding git revs to PV, its not needed since we are on release tag Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.10Gianfranco Costamagna2019-02-041-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: Enable GUI support for x11 DISTRO_FEATURESOvidiu Panait2019-02-011-1/+4
| | | | | | | | | | Adding vim to a sato image will produce a non-working Gvim desktop entry because GUI support is not compiled in: # vim -g E25: GUI cannot be used: Not enabled at compile time Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: Fix "--enable-gtk2-test" unrecognized option errorOvidiu Panait2019-02-011-1/+1
| | | | | | | | | | | | | Fix the following build error when vim PACKAGECONFIG[gtkgui] is enabled: ... ERROR: vim-8.1.0347-r0 do_configure: QA Issue: vim: configure was passed unrecognised options: --enable-gtk2-test [unknown-configure-option] ERROR: vim-8.1.0347-r0 do_configure: Fatal QA errors found, failing task. ERROR: vim-8.1.0347-r0 do_configure: Function failed: do_qa_configure ... Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: improve reproducibilityMingli Yu2019-02-012-0/+47
| | | | | | | | | | | Clear all_cflags, all_lflags, compiled_user and compiled_sys to avoid introducing build info to improve reproducibility as below: WARNING: vim-8.1.0347-r0 do_package_qa: QA Issue: File /work/core2-64-wrs-linux/vim/8.1.0347-r0/packages-split/vim/usr/bin/vim.vim in package contained reference to tmpdir [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: upgrade 0.27.4 -> 0.27.8Andreas Müller2019-01-301-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Fix install for multilibAndreas Müller2019-01-301-5/+6
| | | | | | | | | | | | | | | | ERROR: libgit2-0.27.4-r0 do_package: QA Issue: libgit2: Files/directories were installed but not shipped in any package: | /usr/lib/libgit2.so.0.27.5 | /usr/lib/libgit2.so.27 | /usr/lib/libgit2.so | /usr/lib/pkgconfig | /usr/lib/pkgconfig/libgit2.pc | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. + reduce 8 spaces by 4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libeigen: update from 3.3.5 -> 3.3.7Maxime Roussin-Bélanger2019-01-301-4/+4
| | | | | | | libeigen: switch from http to https Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: Update to 1.12.2Khem Raj2019-01-301-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: improve reproducibilityMingli Yu2019-01-231-1/+1
| | | | | | | | | Rework remove-user-host-pwd-from-version.patch to fix below buildpath warning: | WARNING: openldap-2.4.46-r0 do_package_qa: QA Issue: File /work/core2-64-wrs-linux/openldap/2.4.46-r0/packages-split/openldap-bin/usr/bin/ldappasswd in package contained reference to tmpdir [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.9, drop patchesGianfranco Costamagna2019-01-224-275/+2
| | | | | | | | | drop patches, now useless in this version. Seems like with both Ubuntu, Debian and Yocto builds that network is not accessed anymore with this upstream release. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usb-modeswitch: upgrade to 2.5.2Marc Ferland2019-01-222-4/+4
| | | | | | | | Upgrade usb-swithmode to version 2.5.2 and the accompanying usb-switchmode-data to 20170806. Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: Add recipeWilliam A. Kennington III via Openembedded-devel2019-01-151-0/+16
| | | | | | | | cli11 is a c++ command line parser library that provides a simple user interface with modern c++ semantics. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockdev: Switch to use archive tarballs for SRC_URIKhem Raj2019-01-145-54/+82
| | | | | | | | | | | anonscm.debian.org has been replaced with https://salsa.debian.org however, lockdev has been dropped from debian packages, so its not maintained at salsa.debian.org, therefore resort to archives and add few more fixes to get it building from archive. bump PE since version still remains 1.0.3 but we drop +git${...} from PV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: remove True option to getVar calls (again)André Draszik2019-01-131-2/+2
| | | | | | | | | | | | | | A couple have still been missed in the past despite multiple attempts at doing so (or simply have re-appeared?). Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: Upgrade to 1.28Mingli Yu2019-01-111-4/+1
| | | | | | | | Remove the useless checksum lines as the source is git repo, not the tar file. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mini-iconv: 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>