aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-08-13faad2: set LICENSE_FLAGSpaule/faad-fixesPaul Eggleton
Commercial usage requires a license according to the homepage, so set LICENSE_FLAGS = "commercial" to indicate that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-13faad2: set more accurate SUMMARY and add HOMEPAGEPaul Eggleton
Make it clear what this library is for and provide a link for more information. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-13faac: set LICENSE_FLAGSPaul Eggleton
Commercial usage requires licensing according to the homepage, so set LICENSE_FLAGS = "commercial" to indicate that. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-13faac: set HOMEPAGEPaul Eggleton
Set HOMEPAGE so there is a place to go for more information. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-08-11oprofile: upgrade 1.2.0 -> 1.3.0Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11postgresql: upgrade 9.4.18 -> 10.4Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11php: upgrade 7.2.7 -> 7.2.8Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11net-snmp: upgrade 5.7.3 -> 5.8Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11dlm: upgrade 4.0.2 -> 4.0.3Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11ifenslave: inherit manpages instead of adding man to RDEPENDS_${PN}Martin Jansa
* 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>
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-11android-tools: fix build with glibc-2.28Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-11wireshark_2.6.2.bb: Fix the configure error on git describeManjukumar Matha
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>
2018-08-10meta-python: add python-pycodestyle recipeBinghua Guan
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-10python-m2crypto: Move swig fix to configure taskAlex Kiernan
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>
2018-08-08netcat-openbsd: fix netcat_do_patch problemChangqing Li
${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>
2018-08-08phpmyadmin: add rdepend to php-cliChangqing Li
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>
2018-08-08python-future: make recipe available as python3 versionS. Lockwood-Childs
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08logcheck: 1.3.18 -> 1.3.19Kang Kai
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>
2018-08-08libio-socket-ssl-perl: 2.054 -> 2.508Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08libnet-ssleay-perl: 1.84 -> 1.85Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08libnet-dns-perl: 1.14 -> 1.17Kang Kai
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>
2018-08-08adduser: 3.116 -> 3.117Kang Kai
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>
2018-08-08xfce4-embed-plugin: 1.0.0 -> 1.6.0Kang Kai
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>
2018-08-08xfwm4: 4.12.4 -> 4.12.5Kang Kai
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>
2018-08-08xfconf: 4.13.4 -> 4.13.5Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08xfce4-session: 4.12.1 -> 4.13.0Kang Kai
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>
2018-08-08exo: 0.12.1 -> 0.12.2Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08xfce4-genmon-plugin: 4.0.0 -> 4.0.1Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08xfce4-eyes-plugin: 4.4.5 -> 4.5.0Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08xfce4-hotcorner-plugin: fix library install pathKang Kai
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>
2018-08-08xfce4-mount-plugin: 1.1.2 -> 1.1.3Kang Kai
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08libwnck3: 3.20.1 -> 3.24.1Kang Kai
* inherit gettext to fix qa error Signed-off-by: Kai Kang <kai.kang@windriver.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-08libblockdev: add PACKAGECONFIG for lvm-dbusHongxu Jia
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>
2018-08-05rsyslog: add PACKAGECONFIG for imjournalChen Qi
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>
2018-08-05python3-chardet: add a '3' suffix to binary to avoid conflicts with python2Dima Zavin
Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-pbr.inc: remove itRobert Yang
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>
2018-08-03python3-pbr: remove itRobert Yang
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>
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-03add libudev to python-pyudev RDEPENDSFlorian Wickert
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>
2018-08-03mozjs: tweak location of tmp dir creationHongxu Jia
The tmp dir creation is out of build dir which has the risk to be broken by others. ... | File "build/tmp-glibc/work/i586-wrs-linux/mozjs/52.8.1-r0/ mozjs-52.8.1/build/moz.configure/util.configure", line 190, in try_invoke_compiler | os.remove(path) | OSError: [Errno 2] No such file or directory: '/tmp/conftest.OiV37V.cpp' ... Set var-TMP for tempfile.mktemp to use current build dir to replace default `/tmp'. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-behave: Add Python 3 recipeRobert Joslyn
Fix broken dependencies of Python 2 recipe as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-parse-type: Add Python 3 recipeRobert Joslyn
Clarify license from BSD to BSD-3-Clause. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python3-parse: Add recipeRobert Joslyn
Correct the license to MIT. The PyPI metadata says BSD, but the license text in the code is actually MIT. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03mariadb: Upgrade to 5.5.61Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03openlmi-tools: Fix setup.py clean during buildKhem Raj
setuptools bbclass now runs clean target before configure therefore create the setup.py before main configure task secondly, all action happens inside cli subdir so mark it default S Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02libtalloc: refresh patchHains van den Bosch
WARNING: libtalloc-2.1.14-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch avoid-attr-unless-wanted.patch patching file lib/replace/wscript Hunk #1 succeeded at 837 with fuzz 2 (offset 201 lines). Hunk #2 succeeded at 850 with fuzz 2 (offset 204 lines). Now at patch avoid-attr-unless-wanted.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02mozjs: fix coredump caused by wrong use of getenvChangqing Li
getenv need include header stdlib.h, or an assumed int return for getenv to char * pointer will tripping up the code Signed-off-by: Changqing Li <changqing.li@windriver.com>
2018-08-02pam-plugin-ccreds: remove local patchesRichard Leitner
As our patches were merged upstream [1] we can safely remove them and use the new upstream revision. [1] https://github.com/PADL/pam_ccreds/pull/1 Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>