aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2019-05-27crash: do not use unstable github archive tarballsHongxu Jia
Since commit [21f84fc insane: add sanity checks to SRC_URI] applied in oe-core, do not use unstable github archive tarballs Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-26leptonica: fix SRC_URIMartin Jansa
* leptonica.com now only redirects to www.leptonica.org, so it only downloads the HTML home page instead of the source tarball Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-25libmikmod: fix SRC_URIMartin Jansa
* it was moved to outdated_versions directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24uriparser: upgrade to 0.9.3Martin Jansa
* LIC_FILES_CHKSUM changed only with formal changes: commit 093f10a3539b02a38efa835022ef08e52e71ea52 Author: Sebastian Pipping <sebastian@pipping.org> Date: Wed Nov 4 22:33:13 2015 +0100 dos2unix COPYING commit 62a6150417636afe3c6956c030a3e4b1b1c1fe57 Author: Sebastian Pipping <sebastian@pipping.org> Date: Wed Nov 4 22:30:29 2015 +0100 Update e-mail address * use CMake instead of autotools Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24gpsd: Switch PACKAGECONFIG[qt] from Qt4 to Qt5Adrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24turbostat: copy bits.h from kernel to turbostatLiwei Song
because bits.h was included in msr-index.h, so we also need copy bits.h from kernel to tubostat to aviod compile error. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24mariadb: Upgrade to 10.3.15Mingli Yu
Fixes for the following security vulnerabilities: CVE-2019-2614 CVE-2019-2627 CVE-2019-2628 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24udisks: Remove bash dependencyKhem Raj
There are couple of scripts which explicitly calls out for bash interpreter but there is nothing bash specific about them, so let it use sh interpreter. Fixes ERROR: QA Issue: /usr/libexec/udisks-helper-mdadm-expand contained in package udisks requires /bin/bash, but no providers found in RDEPENDS_udisks? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24udisks: Install bash_completion script in OE familiar dirKhem Raj
bash-completion packages up /etc/bash_completion.d automatically so install the bash completion script in the above said dir inherit bash-completion to do the needed for bash-completion package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24android-tools-conf: import one more improvement for android-gadget-setup ↵Martin Jansa
from meta-luneos Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24ttf-mplus, ttf-vlgothic: add ttf-mplus licenseMartin Jansa
* add meta-oe/licenses/ttf-mplus from ttf-mplus/027-r4/mplus-TESTFLIGHT-027/LICENSE_E * use BPN to use the same LICENSE even with multilib * use the same license name from ttf-vlgothic * fixes following warnings: WARNING: ttf-mplus-027-r4 do_populate_lic: ttf-mplus: No generic license file exists for: ttf-mplus in any provider WARNING: ttf-vlgothic-20141206-r0 do_populate_lic: ttf-vlgothic: No generic license file exists for: mplus in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24Geoclue: Update to 2.5.3Herman van Hazendonk
* Switch to Meson build system. * Fix a crash. * Support for GGA messages from more NMEA sources. * New API to allow automatic server side deletion of client. * Automatically delete client on server when using GClueSimple. * Avoid linking to system-installed library. * Fix library-only build. * Add manpage for geoclue.conf file. * Document usage and building of the project. * Other fixes and improvements. Signed-off-by: Herman van Hazendonk <github.com@herrie.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24hunspell-dictionaries: import from meta-luneos to make hunspell in meta-oe a ↵Martin Jansa
bit more useful Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24hunspell: use git fetcher instead of github archiveMartin Jansa
* fixes: ERROR: QA Issue: https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz: SRC_URI uses unstable GitHub archives [src-uri-bad] * there is developer uploaded tarball in: https://github.com/hunspell/hunspell/files/2573619/hunspell-1.7.0.tar.gz but it's already reconfigured which we don't need, so I've used git fetcher to stay closer to what we already use. * the diff between: https://github.com/hunspell/hunspell/files/2573619/hunspell-1.7.0.tar.gz and https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz docker-shr @ ~/hunspell $ diff -rq hunspell-1.7.0*/ Only in hunspell-1.7.0-archive/: .gitignore Only in hunspell-1.7.0-archive/: .travis.yml Only in hunspell-1.7.0-archive/: COPYING.MPL Only in hunspell-1.7.0/: INSTALL Only in hunspell-1.7.0/: Makefile.in Only in hunspell-1.7.0-archive/: README.md Only in hunspell-1.7.0/: aclocal.m4 Only in hunspell-1.7.0-archive/: appveyor.yml Only in hunspell-1.7.0/: compile Only in hunspell-1.7.0/: config.guess Only in hunspell-1.7.0/: config.h.in Only in hunspell-1.7.0/: config.sub Only in hunspell-1.7.0/: configure Only in hunspell-1.7.0/: depcomp Only in hunspell-1.7.0/: install-sh Only in hunspell-1.7.0/: ltmain.sh Only in hunspell-1.7.0-archive/m4: ChangeLog Only in hunspell-1.7.0-archive/m4: README Only in hunspell-1.7.0/m4: libtool.m4 Only in hunspell-1.7.0/m4: ltoptions.m4 Only in hunspell-1.7.0/m4: ltsugar.m4 Only in hunspell-1.7.0/m4: ltversion.m4 Only in hunspell-1.7.0/m4: lt~obsolete.m4 Only in hunspell-1.7.0/man: Makefile.in Only in hunspell-1.7.0/man/hu: Makefile.in Only in hunspell-1.7.0/: missing Only in hunspell-1.7.0-archive/: msvc Only in hunspell-1.7.0-archive/po: .gitignore Only in hunspell-1.7.0/po: ca.gmo Files hunspell-1.7.0-archive/po/ca.po and hunspell-1.7.0/po/ca.po differ Only in hunspell-1.7.0/po: de.gmo Files hunspell-1.7.0-archive/po/de.po and hunspell-1.7.0/po/de.po differ Only in hunspell-1.7.0/po: es.gmo Files hunspell-1.7.0-archive/po/es.po and hunspell-1.7.0/po/es.po differ Only in hunspell-1.7.0/po: hu.gmo Files hunspell-1.7.0-archive/po/hu.po and hunspell-1.7.0/po/hu.po differ Files hunspell-1.7.0-archive/po/hunspell.pot and hunspell-1.7.0/po/hunspell.pot differ Only in hunspell-1.7.0/po: it.gmo Files hunspell-1.7.0-archive/po/it.po and hunspell-1.7.0/po/it.po differ Only in hunspell-1.7.0/po: pl.gmo Files hunspell-1.7.0-archive/po/pl.po and hunspell-1.7.0/po/pl.po differ Only in hunspell-1.7.0/po: pt_BR.gmo Files hunspell-1.7.0-archive/po/pt_BR.po and hunspell-1.7.0/po/pt_BR.po differ Only in hunspell-1.7.0/po: tg.gmo Files hunspell-1.7.0-archive/po/tg.po and hunspell-1.7.0/po/tg.po differ Only in hunspell-1.7.0/src: Makefile.in Only in hunspell-1.7.0/src/hunspell: Makefile.in Only in hunspell-1.7.0-archive/src/parsers: .gitignore Only in hunspell-1.7.0/src/parsers: Makefile.in Only in hunspell-1.7.0-archive/src/tools: .gitignore Only in hunspell-1.7.0/src/tools: Makefile.in Only in hunspell-1.7.0-archive/src/tools: fuzzer.cxx Only in hunspell-1.7.0/: tap-driver.sh Only in hunspell-1.7.0/: test-driver Only in hunspell-1.7.0-archive/tests: .gitattributes Only in hunspell-1.7.0-archive/tests: .gitignore Only in hunspell-1.7.0/tests: Makefile.in Only in hunspell-1.7.0-archive/tests: hu.wrong Only in hunspell-1.7.0-archive/tests: nepali.wrong Only in hunspell-1.7.0-archive/tests: ph2.good Only in hunspell-1.7.0-archive/tests/suggestiontest: .gitignore Only in hunspell-1.7.0/tests/suggestiontest: Makefile.in Only in hunspell-1.7.0-archive/tests/suggestiontest: prepare2 Only in hunspell-1.7.0-archive/tests: wordpair.good Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24funyahoo-plusplus, icyque, pidgin-sipe, purple-skypeweb: add couple plugins ↵Martin Jansa
for pidgin * import from luneos to make pidgin here in meta-oe a bit more useful Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-24pidgin: upgrade to 2.13.0Martin Jansa
* update purple-OE-branding-25.patch to apply cleanly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23rrdtool: improve reproducibilityHongxu Jia
- Pass var-CFLAGS (contains -fdebug-prefix-map) to perl Makefile.pl to strip build path prefix - Do not generate .packlist which contains build path. (it refers cpan_do_configure in cpan.bbclass) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23ne10, libopus: add armv7ve override as wellMartin Jansa
* fix the override in packagegroup-meta-oe.bb * alllow building ne10 for armv7ve (e.g. Cortex-A15) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23lcov: Upgrade 1.11 -> 1.14Horvath, Chris
Upgrade from lcov_1.11.bb to lcov_1.14.bb for GCC 8 support. Signed-off-by: Chris Horvath <chris.horvath@essvote.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23modemmanager: Update to 1.10.0Andrei Gherzan
Commit includes removal of upstream merged patch. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23Remove start-stop-daemonAdrian Bunk
It was an older version of what is now also available in oe-core in the dpkg-start-stop package. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-23pm-graph: add recipeNaveen Saini
This tool suite is designed to assist kernel and OS developers in optimizing their linux stack's suspend/resume & boot time. For more details and usage, please check: https://01.org/pm-graph Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-21php-7: mark two tests as expected to failSlater, Joseph
The output is reasonable, but not what is expected. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-21openocd: Fix build on x86_64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-21libnfc: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-21polkit: fix CVE-2019-6133Qi.Chen@windriver.com
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-20opencv: use the same package name in PACKAGES and RDEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-20toybox: Re-order inherit location so we can override do_configureTom Rini
We need to override the do_configure function to disable some applets. Move our inherit line to where they should be, stylistically, so that our function overrides the one from cml1.bbclass Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-20triggerhappy: fix issuesMartin Jansa
* using PN instead of BPN in S causes all tasks to fail: make: *** No targets specified and no makefile found. Stop. * using github archives is bad, because they are regenerated from time to time with different checksums * set PV, because this isn't exactly 0.5.0, because of the debian changes mostly the systemd support * fix indentation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18mscgen: fix SRC_URI for multilibMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18ell: remove recipeOleksandr Kravchuk
ELL is now part of openembedded-core. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18Add irda-utilsAdrian Bunk
Removed from oe-core since IrDA support was removed in kernel 4.17, added here in case there are users left on older kernels. RRECOMMENDS are the former RRECOMMENDS_packagegroup-base-irda. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18oprofile: make MACHINE_ARCHMartin Jansa
* fixes: ERROR: oprofile different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot changed from deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb to d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0 Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot with hashes deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb or d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0 $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/oprofile/*do_prepare*.sigdata* runtaskdeps changed: ['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native binutils/binutils_2.32.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'oprofile/oprofile_1.3.0.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native popt/popt_1.16.bb.do_populate_sysroot'] linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 changed to linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 * as detected with: openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18ndctl: make MACHINE_ARCH and ignore from libblockdevMartin Jansa
* fixes: ERROR: libblockdev different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot changed from bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b to 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot with hashes bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b or 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8 ERROR: ndctl different signature for task do_configure.sigdata between hammerhead and mako Hash for dependent task ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot changed from ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b to f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot with hashes ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b or f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/ndctl/*do_prepare*.sigdata* runtaskdeps changed: ['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native bash-completion/bash-completion_2.8.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native json-c/json-c_0.13.1.bb.do_populate_sysroot kmod/kmod_git.bb.do_populate_sysroot libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'ndctl/ndctl_v63.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native systemd/systemd-systemctl-native.bb.do_populate_sysroot systemd/systemd_242.bb.do_populate_sysroot'] linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 changed to linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3 Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438 $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/libblockdev/*do_prepare*.sigdata* Hash for dependent task ndctl/ndctl_v63.bb.do_populate_sysroot changed from 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 to 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_populate_sysroot with hashes 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 or 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e as detected with: openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18gtkwave: add distro_features_checkMartin Jansa
* fixes: ERROR: Nothing PROVIDES 'gtk+' (but /OE/build/luneos-warrior/webos-ports/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb DEPENDS on or otherwise requires it) gtk+ was skipped: one of 'x11 directfb' needs to be in DISTRO_FEATURES ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtkwave', 'gtk+'] and ERROR: Nothing PROVIDES 'tk' (but /OE/build/luneos-warrior/webos-ports/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb DEPENDS on or otherwise requires it) tk was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtkwave', 'tk'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-18openocd: Upgrade to latest git versionKhem Raj
Drop upstream'ed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-13cannelloni: move from meta-oe to meta-networkingNicolas Dechesne
It has a dependency on lksctp-tools which is available in meta-networking. Move the recipe to avoid dependency from meta-oe onto meta-networking. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Acked-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-12libdbi-perl: prevent native libdbi-perl depending on target perlMartin Jansa
* detected with: openembedded-core/scripts/sstate-diff-machines.sh --tmpdir=tmp-glibc --machines="qemux86 qemux86copy qemuarm" --targets="libdbi-perl-native" --analyze ... ERROR: libdbi-perl-native different signature for task do_populate_sysroot.sigdata between qemux86 and qemuarm Hash for dependent task perl-sanity/perl_5.28.2.bb.do_populate_sysroot changed from 00c0f30e40a144255fc3054e9a71ce73170a89832318774bd2a8fc5e8dcd20ad to e22ff8375c4ee6bda646dae8a1d6b1ddeb6d373678fc036fdc406e91a026b497 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-12efivar: prevent native efivar depending on target kernelMartin Jansa
* fixes: ERROR: efivar-native different signature for task do_populate_sysroot.sigdata between qemux86 and qemux86copy Hash for dependent task linux/linux-yocto_5.0.bb.do_populate_sysroot changed from de9e49b4f66adddf9a0943db020b4eb677404e0b6ddac60073184a3855d406cb to a912d6ea21336c85c8d8a5e9db4800fccb95197744465b641eda60339bee8901 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-11rdfind: Upgrade 1.3.4 -> 1.4.1Adrian Bunk
Remove patch for issue fixed upstream. The change in COPYING is due to updated FSF postal address. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-11geos: Upgrade 3.4.2 -> 3.4.3Adrian Bunk
Remove patch applied upstream. The change in COPYING is due to updated FSF postal address. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-11libvncserver: set PV in the recipeMartin Jansa
* last SRCREV bump commit says: libvncserver: Update to latest commit post 0.9.12 but there is no PV in the recipe, so the version was just: git-r0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10jsoncpp: add native BBCLASSEXTENDPavel Modilaynen
Extend to native builds, this is useful for unit tests. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10catch2: Upgrade 2.6.1 -> 2.7.2Adrian Bunk
Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10openwbem: Remove stale files of recipe removed 2 years agoAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10ode: Remove stale file of recipe removed 2 years agoAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10liboop: Upgrade 1.0 -> 1.0.1Adrian Bunk
Remove patches applied upstream. Update to the current homepage. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10inotify-tools: Upgrade 3.14 -> 3.20.1Adrian Bunk
Remove patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10daemonize: Upgrade 1.7.7 -> 1.7.8Adrian Bunk
Remova patch applied upstream. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10ccid: Upgrade 1.4.24 -> 1.4.30Adrian Bunk
Switch to new upstream location. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>