aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2019-07-10iniparser: add initial recipeGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10cli11: 1.7.1 -> 1.8.0William A. Kennington III via Openembedded-devel
Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10fmt: Init at 5.3.0William A. Kennington III via Openembedded-devel
Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10cpprest: Fix build failure with gcc 8Adrian Bunk
The workaround for gcc 9 broke building with gcc 8: cc1plus: error: -Werror=deprecated-copy: no option -Wdeprecated-copy cc1plus: error: -Werror=redundant-move: no option -Wredundant-move ninja: build stopped: subcommand failed. -Werror is often problematic in distribution builds, disable it globally and permanently. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10thin-provisioning-tools: 0.7.6 -> 0.8.5Hongxu Jia
- Rebase use-sh-on-path.patch - Drop 0001-fix-compile-failed-with-libc-musl.patch which upstream has merged it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10libbytesize: 1.4 -> 2.0Hongxu Jia
- Depends on libpcre2 since upstream commit [1c7e40a Port to pcre2] - Remove PACKAGECONFIG python2 since upstream commit [895baa3 Remove Python 2 support] - Fix out of tree build failure - RDEPENDS on python3-core rather than python3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10joe: update to 4.6Max Krummenacher
The licence changed to GPLv2. The fix from 0001-adjust-signature-of-main.patch is applied upstream. joe 3.1 segfaults on aarch64, the update fixes this. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10uthash: remove uthash-ptest dependenciesChangqing Li
after commit https://git.openembedded.org/openembedded-core/ commit/meta/classes/ptest.bbclass?id=b47194b57d94260b4e6438c5bf74914027f0b520 package ${PN}-ptest will depend on ${PN} by default, but for uthash, ${PN} is empty package, remove it from dependency to avoid image do rootfs failure since nothing provides error. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10opencv: 3.4.5 -> 4.1.0Chin Huat Ang
Update both opencv and opencv_contrib to 4.1.0 and refresh all patches. Remove tiny-dnn from SRC_URI as it is not picked up by opencv cmake build system. This also fixes a QA warning about using unstable github archive. Also update FILES_* to capture new paths which uses new directory name "opencv4" instead of "OpenCV". Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10itstool: use libxml2 to instead of python3-lxmlHongxu Jia
Use libxml2 of oe-core to replace python3-lxml of meta-python since meta-oe does not depend on meta-python Set RDEPENDS_${PN}_class-native to fix `Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-desktop3', 'itstool-native', 'libxml2-python-native']' Apply changed from v3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25itstool: use libxml2 to instead of python3-lxmlHongxu Jia
Use libxml2 of oe-core to replace python3-lxml of meta-python since meta-oe does not depend on meta-python Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25upower: remove polkit dependencyHongxu Jia
Follow upstream upower: https://gitlab.freedesktop.org/upower/upower/commit/9a2b2633095fb901fc1931ab0c600392d68bb3b4 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25libtar: Enable libtar-native buildWilliam A. Kennington III via Openembedded-devel
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-25nano: update to 4.3Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-18pidgin-sipe: Depend on gmimeKhem Raj
gmime is used if detected, some build hosts the detection logic fails, make the dependency unconditional to fix build failures when it detects host's gmime install Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-18gmime: Add recipeKhem Raj
gmime is needed for pidgin-sipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-16libp11: No need to delete *.la anymoreNicola Lunghi
This is redundant in latest update Signed-off-by: Nicola Lunghi <nick83ola@gmail.com><Paste> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-16libgpiod: upgrade to v1.4Bartosz Golaszewski
This release contains a couple fixes for C++ bindings and testing framework refactoring. The --enable-install-tests option has been removed as it was redundant. More info in NEWS. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15nano: update to 4.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15mcelog: Remove manual RDEPENDS from PN-ptest to PN packageAdrian Bunk
They are now added automatically by the ptest class. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15libgpiod: Enable cxx bindings by defaultJames Feist
If we move the packageconfig settings from the shared inc file into the individual version recipes, we can enable the cxx bindings by default for the newer version of libgpiod. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15cpprest: temporary ignore deprecated-copy and redundant-move errors detected ↵Martin Jansa
by gcc9 * until it's properly fixed in upstream: https://github.com/Microsoft/cpprestsdk/issues/1099 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15multipath-tools: upgrade 0.8.0 -> 0.8.1Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15imagemagick: update from 7.0.8-43 to 7.0.8-47Randy MacLeod
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15open-vm-tools: import gcc9 fixes from fedoraMartin Jansa
* fixes: ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c: In function 'HgfsServerRead': ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c:6541:43: error: taking address of packed member of 'struct HgfsReplyReadV3' may result in an unaligned pointer value [-Werror=address-of-packed-member] 6541 | &reply->actualSize); | ^~~~~~~~~~~~~~~~~~ ../../../git/open-vm-tools/lib/hgfsServer/hgfsServer.c:6562:56: error: taking address of packed member of 'struct HgfsReplyRead' may result in an unaligned pointer value [-Werror=address-of-packed-member] 6562 | reply->payload, &reply->actualSize); | ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15open-vm-tools: refresh the patches so that they can be easily applied with ↵Martin Jansa
devtool or git am * in preparation for a fix for gcc9 in following commit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15gsl: update to version 2.5Łukasz Łaguna
The current gsl recipe's PV is 1.15 which is already quite dated. The 1.15 was released back in the 2011. The most recent one is 2.5 released in June 2018. There are no dependencies on gsl in the oe-core / meta-oe so upgrading major from 1 to 2 should not break anything. Signed-off-by: Łukasz Łaguna <lukasz.laguna@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-29libp11: update to 0.4.10Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-29uthash: do not use unstable github archive tarballsnick83ola
Since commit [21f84fc insane: add sanity checks to SRC_URI] applied in oe-core, do not use unstable github archive tarballs. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-29cli11: 1.6.2 -> 1.7.1William A. Kennington III via Openembedded-devel
LICENSE checksum updated to reflect a new copyright date being updated there. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-29syslog-ng: add rconflict for package syslog-ng-libsChangqing Li
syslog-ng-libs also have conflicts Signed-off-by: Changqing Li <changqing.li@windriver.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-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-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-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-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-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-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-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-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>