summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lockdev: Fix build with glibc 2.28+Khem Raj2018-08-152-1/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logfsprogs: Fix build with glibc 2.28Khem Raj2018-08-152-0/+25
| | | | | | mkfs.c:639: undefined reference to `major' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: Add missing dep on virtual/cryptKhem Raj2018-08-151-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lsscsi: Upgrade to 0.30Khem Raj2018-08-151-2/+4
| | | | | | rename folder to match recipe name Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-diskperf-plugin: Fix build with glibc 2.28+Khem Raj2018-08-152-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eject: Fix build with glibc 2.28+Khem Raj2018-08-152-1/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oscam: Upgrade to latest rev 11431 on trunkKhem Raj2018-08-153-41/+29
| | | | | | | Add patch to fix build with glibc 2.28+ Remove backported patches which are no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: Fix build with glibc 2.28+Khem Raj2018-08-153-4/+63
| | | | | | | Update to latest srcrev at the same time. Fix out of tree builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sthttpd: Add dependency on virtual/cryptKhem Raj2018-08-151-1/+1
| | | | | | | This is required with glibc 2.28+ where crypt is no longer part of glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: Add missing dep on virtual/cryptKhem Raj2018-08-151-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: fix do_package warningMingli Yu2018-08-131-1/+1
| | | | | | | | | | | | Add libdhcp_stat_cmds.a and libdhcp_ha.a to FILES_${PN}-staticdev to fix below warning: WARNING: kea-1.4.0-r0 do_package: QA Issue: kea: Files/directories were installed but not shipped in any package: /usr/lib64/hooks/libdhcp_stat_cmds.a /usr/lib64/hooks/libdhcp_ha.a Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* yp-tools: Add dep on virtual/cryptKhem Raj2018-08-131-1/+1
| | | | | | | | needed with glibc 2.28+ where crypt has moved into independent recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* owfs: Add dep on virtual/cryptKhem Raj2018-08-131-0/+2
| | | | | | | libcrypt is independent from glibc now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* oprofile: upgrade 1.2.0 -> 1.3.0Changqing Li2018-08-114-41/+10
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 9.4.18 -> 10.4Changqing Li2018-08-113-25/+28
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 7.2.7 -> 7.2.8Changqing Li2018-08-111-2/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: upgrade 5.7.3 -> 5.8Changqing Li2018-08-1119-3305/+67
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlm: upgrade 4.0.2 -> 4.0.3Changqing Li2018-08-114-25/+108
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: inherit manpages instead of adding man to RDEPENDS_${PN}Martin Jansa2018-08-111-2/+2
| | | | | | | * set MAN_PKG because this recipe explicitly packages mandir in PN instead of PN-doc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sg3-utils: fix build with glibc-2.28Martin Jansa2018-08-112-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* android-tools: fix build with glibc-2.28Martin Jansa2018-08-112-0/+25
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark_2.6.2.bb: Fix the configure error on git describeManjukumar Matha2018-08-112-0/+24
| | | | | | | | | | | | | | | This patch fixes the following error during do_configure task | fatal: No names found, cannot describe anything. | CMake Error at CMakeLists.txt:3086 (string): | string begin index: 1 is out of range 0 - 0 | Using --always is a fallback for fetching uniquely abbreviated commit object Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: add python-pycodestyle recipeBinghua Guan2018-08-103-0/+18
| | | | | Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-m2crypto: Move swig fix to configure taskAlex Kiernan2018-08-101-1/+1
| | | | | | | | | | | | Fixes: | DEBUG: Executing shell function do_configure ... | SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' | error: command 'swig' failed with exit status 1 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netcat-openbsd: fix netcat_do_patch problemChangqing Li2018-08-081-1/+1
| | | | | | | | | | | ${S}/debian should not be deleted after pop the patch, or we will met error when run below push patch command since no debian folder found. QUILT_PATCHES=${S}/debian/patches quilt push -a Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phpmyadmin: add rdepend to php-cliChangqing Li2018-08-081-1/+1
| | | | | | | | | | | | phpmyadmin install some bin list below that depend on interpreter php, without rdepend, will report "Not found the interpreter php" /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/lint-query /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/tokenize-query /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/highlight-query Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-future: make recipe available as python3 versionS. Lockwood-Childs2018-08-083-13/+17
| | | | | Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logcheck: 1.3.18 -> 1.3.19Kang Kai2018-08-081-4/+3
| | | | | | | | | Upgrade logcheck from 1.3.18 to 1.3.19. * update SRC_URI to replace git repo with tarball that saves some space Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: 2.054 -> 2.508Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-ssleay-perl: 1.84 -> 1.85Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: 1.14 -> 1.17Kang Kai2018-08-081-4/+4
| | | | | | | | | Upgrade libnet-dns-perl from 1.14 to 1.17. * correct LICENSE which should be MIT Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adduser: 3.116 -> 3.117Kang Kai2018-08-081-4/+2
| | | | | | | | | Upgrade adduser from 3.116 to 3.117. * remove redefine of S Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-embed-plugin: 1.0.0 -> 1.6.0Kang Kai2018-08-081-3/+3
| | | | | | | | | | | Upgrade xfce4-embed-plugin from 1.0.0 to 1.6.0 * update md5sum of licese file COPYING which has been updated to to match the one at gnu.org, see https://github.com/xfce-mirror/xfce4-embed-plugin/commit/d20cec5#diff-7116ef0 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.12.4 -> 4.12.5Kang Kai2018-08-081-3/+3
| | | | | | | | Upgrade xfwm4 from 4.12.4 to 4.12.5. * add dependency libxinerama Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: 4.13.4 -> 4.13.5Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.12.1 -> 4.13.0Kang Kai2018-08-081-3/+3
| | | | | | | | | Upgrade xfce4-session from 4.12.1 to 4.13.0 * replace dependency libwnck with libwnck3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: 0.12.1 -> 0.12.2Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-genmon-plugin: 4.0.0 -> 4.0.1Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-eyes-plugin: 4.4.5 -> 4.5.0Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-hotcorner-plugin: fix library install pathKang Kai2018-08-082-1/+43
| | | | | | | | | | The library install path may be ${CMAKE_INSTALL_PREFIX}/lib64 rather than fixed ${CMAKE_INSTALL_PREFIX}/lib. Add a variable in CMakeLists.txt to make it could be overrode by cmake command line. And it is overridden with ${baselib} in meta-oe. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mount-plugin: 1.1.2 -> 1.1.3Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwnck3: 3.20.1 -> 3.24.1Kang Kai2018-08-081-3/+4
| | | | | | | * inherit gettext to fix qa error Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to new 2.10.3 release, simplify recipe now that it has a ↵Gianfranco Costamagna2018-08-0810-70/+23
| | | | | | cmake file in the root location Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: add PACKAGECONFIG for lvm-dbusHongxu Jia2018-08-081-0/+1
| | | | | | | | Currently, recipe lvm2 does not support dbus very well, so add PACKAGECONFIG lvm-dbus for libblockdev and disable it by default. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: add PACKAGECONFIG for imjournalChen Qi2018-08-052-0/+11
| | | | | | | | | | | Add PACKAGECONFIG for imjournal, and add corresponding configuration to /etc/rsyslog.d/imjournal.conf when it's enabled. Default to disable it. This patch also enables rsyslog.conf to include configuration files /etc/rsyslog.d/*.conf. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-chardet: add a '3' suffix to binary to avoid conflicts with python2Dima Zavin2018-08-051-0/+5
| | | | | Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pbr.inc: remove itRobert Yang2018-08-032-15/+2
| | | | | | | | There is one in oe-ocore, so remove it, and let python-pbr_4.2.0.bb use the one in oe-core. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pbr: remove itRobert Yang2018-08-031-2/+0
| | | | | | | There is one in oe-core, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix bug when inherit archiver.leimaohui2018-08-031-0/+1
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add libudev to python-pyudev RDEPENDSFlorian Wickert2018-08-031-0/+1
| | | | | | | | pyudev uses ctypes to load libudev shared library at runtime which results in an exception if it cannot be found Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>