summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* klibc: Disable bcmp builtin for clang on glibc as wellKhem Raj2019-08-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Add python to rdepsKhem Raj2019-08-171-0/+1
| | | | | | | Fixes ERROR: QA Issue: /usr/share/hplip/upgrade.py contained in package hplip requires /usr/bin/python, but no providers found in RDEPENDS_hplip? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webmin: Add perl to rdeps for modulesKhem Raj2019-08-171-2/+2
| | | | | | | | Fixes ERROR: webmin-1.850-r0 do_package_qa: QA Issue: /usr/libexec/webmin/ldap-client/stop.cgi contained in package webmin-module-ldap-client requires /usr/bin/perl, but no providers found in RDEPENDS_webmin-module-ldap-client? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mime-construct,libextutils-parsexs-perl: add runtime dependency on perlKhem Raj2019-08-172-2/+2
| | | | | | | | | Use += so it can use the RDEPS from cpan-base class Fixes: ERROR: QA Issue: /usr/bin/mime-construct contained in package mime-construct requires /usr/bin/perl, but no providers found in RDEPENDS_mime-construct? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: Remove dev pkg dep to main pkgBrad Bishop2019-08-171-0/+3
| | | | | | | | | cli11 is header-only and the main package is empty. Remove the dependency to cli11 from cli11-dev so cli11-dev can be included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scsirastools: add runtime dependency on bash IIMartin Jansa2019-08-171-1/+1
| | | | | | | | * fixes: ERROR: QA Issue: /etc/init.d/sgdisk contained in package scsirastools-diskmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-diskmon? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbi-perl: add runtime dependency on perlMartin Jansa2019-08-171-0/+1
| | | | | | | | * fixes: ERROR: QA Issue: /usr/bin/dbiproxy contained in package libdbi-perl requires /usr/bin/perl, but no providers found in RDEPENDS_libdbi-perl? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: add runtime dependency on bashMartin Jansa2019-08-171-1/+1
| | | | | | | | * fixes: ERROR: QA Issue: /usr/sbin/pwmconfig contained in package lmsensors-pwmconfig requires /bin/bash, but no providers found in RDEPENDS_lmsensors-pwmconfig? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* edac-utils: add runtime dependency on perlMartin Jansa2019-08-171-1/+5
| | | | | | | | * fixes: ERROR: QA Issue: /usr/sbin/edac-ctl contained in package edac-utils requires /usr/bin/perl, but no providers found in RDEPENDS_edac-utils? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: add runtime dependency on bashMartin Jansa2019-08-171-12/+13
| | | | | | | | | * fixes: ERROR: QA Issue: /usr/lib/python3.7/site-packages/dnf-plugins/dnf-host contained in package dnf-plugin-tui requires /bin/bash, but no providers found in RDEPENDS_dnf-plugin-tui? [file-rdeps] * fix the indentation as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: add runtime dependency on python3-coreMartin Jansa2019-08-171-1/+1
| | | | | | | | * fixes: ERROR: QA Issue: /usr/bin/pyCecClient contained in package libcec-tools requires /usr/bin/python3, but no providers found in RDEPENDS_libcec-tools? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scsirastools: add runtime dependency on bashMartin Jansa2019-08-171-1/+1
| | | | | | | | * fixes: ERROR: QA Issue: /etc/init.d/sgraid contained in package scsirastools-raidmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-raidmon? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: add runtime dependency on perlMartin Jansa2019-08-171-1/+1
| | | | | | | | * fixes: ERROR: QA Issue: /usr/bin/radcrypt contained in package freeradius-utils requires /usr/bin/perl, but no providers found in RDEPENDS_freeradius-utils? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: add runtime dependency on python-coreMartin Jansa2019-08-171-1/+1
| | | | | | | | | * fixes: ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: fix QA error about /usr/bin/python dependencyMartin Jansa2019-08-171-1/+1
| | | | | | | | | | | * fixes: ERROR: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pymongo: upgrade 3.8.0 -> 3.9.0Yuan Chao2019-08-163-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.2 -> 1.0.4Andreas Müller2019-08-161-7/+4
| | | | | | | | * This is a bufix release * Also removed dependencies redundant with "inherit xfce-app" Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2Andreas Müller2019-08-161-2/+2
| | | | | | | More or less a translation-only release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-places-plugin: 1.8.0 -> 1.8.1Andreas Müller2019-08-161-3/+3
| | | | | | | a bugfix release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0Andreas Müller2019-08-162-9/+9
| | | | | | | Port to GTK3 / bugfixes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 1.4.7 -> 1.4.8Andreas Müller2019-08-161-2/+2
| | | | | | | This is a minor bugfix release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.4 -> 0.10.0Andreas Müller2019-08-163-56/+16
| | | | | | | | * GTK3 port * overall recipe cleanup Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: upgrade 0.4.1 -> 0.4.2Andreas Müller2019-08-162-16/+16
| | | | | | | | * many bugfixes * dependencies reworked / cleaned up Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: move to gtk3Andreas Müller2019-08-161-4/+1
| | | | | | | | At the time of creation there was no gtksourceview3. That was a blocker to use gtk3. gtksourceview3 was added long ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: upgrade 3.24.10 -> 3.24.11Andreas Müller2019-08-161-3/+3
| | | | | | | | | | * this an improvement and bugfix release [1] * add upstream-version-is-even [1] http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/gtksourceview-3.24.11.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8Andreas Müller2019-08-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpugraph-plugin: upgrade 1.0.5 -> 1.1.0Andreas Müller2019-08-162-9/+9
| | | | | | | GTK3 port & minor feature/bugfixes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfmpc: upgrade 0.2.3 -> 0.3.0Andreas Müller2019-08-161-4/+4
| | | | | | | This is the first stable GTK3 release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.3.2 -> 2.3.3Andreas Müller2019-08-161-2/+2
| | | | | | | Small bugfix release Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libopus: Limit forcing ARM mode ISA to v5 onlyKhem Raj2019-08-151-1/+1
| | | | | | This lets newer armv7+ still use thumb2 ISA Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: zlib and zip supportSlater, Joseph2019-08-151-1/+3
| | | | | | | Add back zlib support. Define zip support but do not enable it. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-tools-bluetooth: correct RDEPENDSKai Kang2019-08-151-1/+1
| | | | | | | | RDEPENDS_${PN} is wrongly removed and then packagegroup-tools-bluetooth requires no package now. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: fix error to work with xfsprogs 5.2.0Yuan Chao2019-08-142-0/+29
| | | | | | | | | | Make it work with xfsprogs 5.2.0. "xfs_fsop_geom_v1_t" has changed to "struct xfs_fsop_geom_v1" in xfsprogs since version 5.2.0. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 5.1.0 -> 5.2.0Yuan Chao2019-08-141-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stress-ng: delete recipeMikko Rapeli2019-08-143-189/+0
| | | | | | | stress-ng is now available from poky directly. Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pygobject: remove build-dependency on setuptools and add dependency ↵Luca Boccassi2019-08-141-1/+2
| | | | | | | | | | | | | | on pkgutil Sync python-pygobject recipe with poky's python3-pygobject: Setuptools is not a mandatory build-dependency, so remove it. Pkgutil from the core library is needed at runtime, so add a dependency on it. Fixes: f8e1d0c17658 ("python-pygobject: move python-setuptools from RDEPENDS to DEPENDS") Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfdesktop: 4.13.5 -> 4.14.1Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: 4.13.7 -> 4.14.0Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | | | | | | Update xfce4-session from 4.13.3 to 4.14.0. * remove dbus from DEPENDS that xfce4-session ports to gdbus. gdbus is provided by glib-2.0 which in the dependency chain alreay. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: 1.6.3 -> 1.6.5Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: 4.13.6 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | | | | | | Update xfce4-panel from 4.13.6 to 4.14.0. * xfce4-panel ports to gtk+3 and gdbus, so remove dbus from DEPENDS and replace gtk+ with gtk+3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: 4.13.0 -> 4.14.0Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: 4.13.3 -> 4.14.0Kai Kang2019-08-142-14/+14
| | | | | | | | | Update xfce4-appfinder from 4.13.3 to 4.14.0. * remove dbus-glib from DEPENDS that xfce4-appfinder ports to gdbus Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: 0.2.0 -> 0.2.7Kai Kang2019-08-142-50/+4
| | | | | | | | | | | Update tumbler from 0.2.0 to 0.2.7 * remove patch which has been fixed in upstream * remove dbus-glib* from DEPENDS that tumbler ports gdbus. glib-2.0 provides gdbus and already in tumbler's dependency chains. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: 0.9.3 -> 0.9.5Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: 1.8.7 -> 1.8.9Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: 0.6.3 -> 0.6.4Kai Kang2019-08-141-3/+3
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: 0.12.6 -> 0.12.8Kai Kang2019-08-141-4/+8
| | | | | | | | | | | Update exo from 0.12.6 to 0.12.8. * add gtk+3 to DEPENDS * make gtk+ as a PACKAGECONFIG. Remove it when no application needs exo gtk+2 support Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: 4.13.6 -> 4.14.1Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>