aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2018-09-05libgit2: Upgrade to 0.27.4Khem Raj
License Update: Added SHA1 module which is under MIT license Upgrade will fix build with openSSL 1.1+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05libp11: Fix build with openssl 1.1+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-04lvm2: fix install file conflict with multilibKai Kang
When enable multilib and both lvm2 and multilib lvm2 such as lib32-lvm2 are installed to image, it causes install file conflict. | file /etc/lvm/lvm.conf conflicts between attempted installs of | lib32-lvm2-2.02.180-r0.x86 and lvm2-2.02.180-r0.core2_64 Inherit multilib_script to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29spitools: 0.8.1 -> 0.8.3texierp
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29mcelog: Upgrade to 160Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28open-vm-tools: Upgrade to 10.3.0Khem Raj
License-update: Copyright year and formatting changes Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24espeak: Add -fPIC to CFLAGS needed on some arches with security flags onKhem Raj
Update the narrowing fix patches from Fedora Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24espeak: Fix cp command to preserve modeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24eventlog: update SRC_URI to fetch from gitAndre McCurdy
The tar file releases don't seem to be available any more so switch to building from the github git repo instead. Take the current master branch, which is based on the 0.2.13 release but with three minor updates / fixes, so include them too: a5c1916 evttags: improve handling of NULL arguments to evt_tag_str b34e3d2 configure.in: fixed a compilation problem on Windows 649eabd evtstr: readd the escaping of the CR and LF characters Also drop unnecessary "inherit pkgconfig". Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-21dos2unix: Remove after move to coreKhem Raj
Its in OE-Core now Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-21multipath-tools: disable the systemd service start automaticallyYi Zhao
We don't offer /etc/multpath.conf but an example configure file /etc/multipath.conf.example. When the servcie start by default, it will get the error: /etc/multipath.conf was not met So disable the service by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19mce-inject: add dependency on bison-nativeMartin Jansa
* fixes: NOTE: make -j 24 destdir=mce-inject/git-r0/image Makefile:42: .depend: No such file or directory bison -d mce.y bison -d mce.y make: bison: Command not found Makefile:20: recipe for target 'mce.tab.h' failed make: *** [mce.tab.h] Error 127 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19cpprest: bump version to 2.10.5, refresh patchesGianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19gsoap: add dependency on bison-nativeMartin Jansa
* fixes: make[4]: Entering directory 'gsoap/2.8.51-r0/build/gsoap/src' /bin/bash ../../../gsoap-2.8/ylwrap ../../../gsoap-2.8/gsoap/src/soapcpp2_yacc.y y.tab.c soapcpp2_yacc.c y.tab.h `echo soapcpp2_yacc.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output soapcpp2_yacc.output -- yacc -d -v ../../../gsoap-2.8/ylwrap: line 176: yacc: command not found Makefile:534: recipe for target 'soapcpp2_yacc.c' failed make[4]: *** [soapcpp2_yacc.c] Error 127 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19gpm: add dependency on bison-nativeMartin Jansa
* fixes: yacc gpm/1.99.7+git1fd19417b8a4dd9945347e98dfa97e4cfd798d77-r2/git/src/prog/gpm-root.y && mv y.tab.c prog/gpm-root.c /bin/sh: 1: yacc: not found Makefile:149: recipe for target 'prog/gpm-root.c' failed make[1]: *** [prog/gpm-root.c] Error 127 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19move all libsdl recipes in one folder and follow oe-core's folder for libsdlAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19fftw: enable neon for single precision on aarch64 by defaultAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19fftw: upgrade 3.3.7 -> 3.3.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19poppler: upgrade 0.66.0 -> 0.67.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19uim: 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>
2018-08-15ckermit: Pass -DNOARROWKEYS by defaultKhem Raj
glibc 2.28+ has caught up with rest of libraries and now build complains in same manner as musl ckucmd.c: In function 'cmdconchk': ckucmd.c:7386:14: error: 'FILE' {aka 'struct _IO_FILE'} has no member named '_cnt' x = stdin->_cnt; ^~ therefore add -DNOARROWKEYS even for glibc as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15Move lonely libcereal from meta to meta-oeFritjof Jonsson
Change-Id: I2462274575e121466b5afc4cda006215e32fd34b Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15udisks: Fix build with glibc 2.28+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15atop: Upgrade to 2.3.0Khem Raj
Drop already upstreamed patch Fix build with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15lockdev: Fix build with glibc 2.28+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15eject: Fix build with glibc 2.28+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11sg3-utils: fix build with glibc-2.28Martin Jansa
Fixes: http://errors.yoctoproject.org/Errors/Details/185896/ TOPDIR/tmp-glibc/work/core2-64-oe-linux/sg3-utils/1.42-r0/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/8.2.0/ld: sg_map26.o: in function `nd_match_scandir_select': /usr/src/debug/sg3-utils/1.42-r0/sg3_utils-1.42/src/sg_map26.c:359: undefined reference to `major' TOPDIR/tmp-glibc/work/core2-64-oe-linux/sg3-utils/1.42-r0/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/8.2.0/ld: /usr/src/debug/sg3-utils/1.42-r0/sg3_utils-1.42/src/sg_map26.c:361: undefined reference to `minor' TOPDIR/tmp-glibc/work/core2-64-oe-linux/sg3-utils/1.42-r0/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/8.2.0/ld: sg_map26.o: in function `nt_typ_from_filename': /usr/src/debug/sg3-utils/1.42-r0/sg3_utils-1.42/src/sg_map26.c:218: undefined reference to `major' TOPDIR/tmp-glibc/work/core2-64-oe-linux/sg3-utils/1.42-r0/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/8.2.0/ld: /usr/src/debug/sg3-utils/1.42-r0/sg3_utils-1.42/src/sg_map26.c:219: undefined reference to `minor' collect2: error: ld returned 1 exit status Makefile:806: recipe for target 'sg_map26' failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08cpprest: update to new 2.10.3 release, simplify recipe now that it has a ↵Gianfranco Costamagna
cmake file in the root location Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03Fix bug when inherit archiver.leimaohui
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02numactl: remove perl runtime dependencyDima Zavin
numactl has not been a perl script for a long time. Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02lvm2/libdevmapper: 2.02.177 -> 2.02.180Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02thin-provisioning-tools: 0.6.3 -> 0.7.6Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02vim, vim-tiny: Make vim provide xxd without vim-tiny doing it tooPeter Kjellerstedt
There is no xxd in vim-tiny, so there is no reason to provide vim-tiny-xxd. Besides, it is typically "xxd-native" that one wants to be able to depend on, not "vim-native-xxd" (then the old dependency on vim-native already did the trick). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02python-{m2crypto, protobuf, slip-dbus}, lio-utils: add CLEANBROKENMartin Jansa
* these are failing after distutils started calling clean in: http://git.openembedded.org/openembedded-core/commit/?id=57414f4a1c549e6faaa110e6e95ff601b05b7361 http://git.openembedded.org/openembedded-core/commit/?id=9d556092fcc6f04c487afd126d52935bac133165 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27libusb-compat: add (from oe-core)Ross Burton
This is being removed from oe-core, so add to meta-oe as some recipes still claim to need it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27libftdi: Extend for nativesdkNathan Rossi
Enable the building of libftdi for nativesdk targets. Enabling nativesdk builds allows for the building and packaging of tools that use libftdi for programming/debugging of boards and devices. This enables the ability to package a complete set of development tools for a target device as a buildtools-tarball deployable. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27pps-tools: use ${PN} for RDEPENDSChangqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27libgpiod: bump version to v1.1.1Bartosz Golaszewski
This is a bug-fix release that fixes a couple memory leaks and bugs in python bindings discovered in the v1.1 release. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-26meta-oe: update websocketpp to 0.8.1, drop all patchesGianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-26meta-oe: update cpprest with patches uploaded in Debian, add upstream ↵Gianfranco Costamagna
proposed gcc-8 patch, add boost 1.63 build fix patch Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-22vim/vim-tiny: fix multiple .bb files provide xxdHongxu Jia
Since the following commit applied: ... commit 34988c5319b08a14a145d82ed1057468f22632f9 Author: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Date: Wed Jul 18 10:14:51 2018 +0200 vim: provide xxd ... And vim-tiny recipe contains vim reicpe, it caused both of them provides xxd. Add `${PN}' prefix to it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20libiio: fix build of python bindinsNeil Armstrong
In the actual form, the python bindings are never built since the recipe does not depend on python, thus the cmake script does not detect python and does not build the bindings. Add a summy PACKAGECONFIG for the python bindings to make it simpler to disable. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20libnice: Upgrade to 0.1.14Carlos Rafael Giani
This is the minimum version needed by the new GStreamer 1.14 WebRTC support (not to be confused with the WebRTC DSP support). New packageconfigs were added to make the GStreamer 0.10 and 1.0 support configurable. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20udisks2: 2.7.6 -> 2.7.7Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20pps-tools: 0.0.0+gitX -> 1.0.2Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20numactl: 2.0.11 -> 2.0.12Changqing Li
License-Update: license file name updated format changed, but most content is remain add mail of related person. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20multipath-tools: upgrade 0.7.1 -> 0.7.7Changqing Li
1. Backport patches from fedora: git://pkgs.fedoraproject.org/rpms/device-mapper-multipath - 0001 ~ 0028 2. drop obsolute patch and rebase still needed patch rebased patch: 0029~0031 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20vim: provide xxdRasmus Villemoes
The xxd tool is quite useful by itself. For example, building U-boot using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host provides xxd, and it's nicer to be able to put xxd-native rather than vim-native in that recipe's dependencies. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-20libmxml: update to current git master (ba3cca8)Richard Leitner
Update the Mini-XML library to a 2.12 pre-release version which integrates the needed patches for OE. Therefore remove those patches from here. Furthermore avoid using autoheader as suggested by mxml's author: https://github.com/michaelrsweet/mxml/pull/223 Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-16nativesdk-lvm2: Fix installed-vs-shipped errorsOvidiu Panait
Fix the following build errors: $ bitbake nativesdk-lvm2 ERROR: nativesdk-lvm2-2.02.177-r0 do_package: QA Issue: nativesdk-lvm2: Files/directories were installed but not shipped in any package: /etc /etc/lvm /etc/lvm/lvmlocal.conf /etc/lvm/lvm.conf /etc/lvm/profile /etc/lvm/profile/metadata_profile_template.profile /etc/lvm/profile/cache-smq.profile /etc/lvm/profile/thin-generic.profile /etc/lvm/profile/command_profile_template.profile /etc/lvm/profile/cache-mq.profile /etc/lvm/profile/thin-performance.profile /etc/lvm/profile/lvmdbusd.profile ... nativesdk-lvm2: 12 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>