summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* openhpi: add new recipeJackie Huang2017-04-2716-0/+697
| | | | | | | | | | OpenHPI is an open source project created with the intent of providing an implementation of the SA Forum's Hardware Platform Interface (HPI). Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* kodi: Make it build again and upgrade to 17.1Khem Raj2017-04-272-9/+17
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ipmitool: add new recipeJackie Huang2017-04-271-0/+36
| | | | | | | | | Utility for IPMI control which is for interfacing with devices that support the Intelligent Platform Management Interface specification. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openipmi: add new recipeJackie Huang2017-04-2710-0/+885
| | | | | | | | | | OpenIPMI is an effort to create a full-function IPMI system to allow full access to all IPMI information on a server and to abstract it to a level that will make it easy to use. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libauthen-radius-perl: add new recipeJackie Huang2017-04-273-0/+150
| | | | | | | | | The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-telnet-perl: add new recipeJackie Huang2017-04-271-0/+25
| | | | | | | | | Net-Telnet Perl module, it allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdata-hexdump-perl: add new recipeJackie Huang2017-04-272-0/+49
| | | | | | | | | Data::HexDump - Hexadecial Dumper module for perl. It's required by libauthen-radius-perl. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ldap-perl: add new recipeJackie Huang2017-04-271-0/+29
| | | | | | | | Net::LDAP is a collection of modules that implements a LDAP services API for Perl programs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: 2.5 -> 2.6Huang Qiyu2017-04-262-90/+4
| | | | | | | | | 1) Upgrade hostapd from 2.5 to 2.6. 2) License checksum changed,since the copyright years were updated. 2) Delete patch "0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch", since it is integrated upstream. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: 20160903-3.1 -> 20170329-3.1Huang Qiyu2017-04-261-2/+2
| | | | | | | Upgrade libedit from 20160903-3.1 to 20170329-3.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: prevent target CFLAGS etc being passed to the hostAndre McCurdy2017-04-261-0/+5
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* frame,grail: Disable PIE in SECURITY_FLAGSKhem Raj2017-04-262-0/+3
| | | | | | Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geis: Fix build with gcc7Khem Raj2017-04-262-2/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix build with gcc7Khem Raj2017-04-263-41/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: Fix build with gcc 7Khem Raj2017-04-262-0/+50
| | | | | | backport patch to remove double const in decls Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: Backport patches to remove double const declsKhem Raj2017-04-263-0/+112
| | | | | | Helps fixing build with gcc 7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-unidiff: Upgrade to 0.5.3Khem Raj2017-04-261-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: Drop unused patchKhem Raj2017-04-261-40/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Add libxkbcommon when configuring with waylandKhem Raj2017-04-261-1/+1
| | | | | | | | | | | Fixes Package xkbcommon was not found in the pkg-config search path. Perhaps you should add the directory containing `xkbcommon.pc' to the PKG_CONFIG_PATH environment variable No package 'xkbcommon' found Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmusicbrainz: Upgrade to 5.1.0Khem Raj2017-04-261-6/+3
| | | | | | | | | | | | | | Drop uclibc specific flags Add missing dep on libxml2 Shows up when libxml2 is not installed on build host since the native part then fails to build. | Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntfs-3g-ntfsprogs: fix install failed while host dir not existHongxu Jia2017-04-262-1/+55
| | | | | | | | | | | | | | | | | | | While cross compiling, if the dir of "$(rootlibdir)" and "$(libdir)" (such as "/usr/lib64") do not exist on host system, the do_instal failed. ----------------------- make[3]: Entering directory `tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/build/libntfs-3g' if [ ! "/usr/lib64" -ef "/usr/lib64" ]; then \ mv -f "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"/libntfs-3g.so* \ "tmp/work/core2-64-wrs-linux/ntfs-3g-ntfsprogs/2017.3.23-r0/image//usr/lib64"; \ fi mv:...are the same file ----------------------- Use `=' rather than `-ef' to compare them, the cross compile does not care about host dir. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytz, python3-pytz: update to 2017.2Pascal Bach2017-04-263-3/+4
| | | | | | | | - License checksum changed due to copyright year update to 2017. - Source package extension changed form to zip. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy, python3-sqlalchemy: update to 1.1.9Pascal Bach2017-04-263-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-chardet, python3-chardet: update to 3.0.2Pascal Bach2017-04-263-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 4.8.2Pascal Bach2017-04-261-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* multipath-tools: depend on libdevmapper instead of lvm2Chen Qi2017-04-261-1/+1
| | | | | | | | | | | Now we've separted libdevmapper out of lvm2 recipe, we need to change multipath-tools to depend on libdevmapper instead of lvm2 to avoid build error like below. fatal error: libdevmapper.h: No such file or directory Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: DEPENDS on libdevmapper instead of lvm2Chen Qi2017-04-261-1/+1
| | | | | | | | | | | When 'cryptsetup' PACKAGECONFIG is enabled for systemd, there would be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'. To fix this problem, we've separated libdevmapper into a new recipe. Let cryptsetup depend on libdevmapper instead of lvm2 to fix the issue. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: separate libdevmapper to avoid circular dependencyChen Qi2017-04-269-75/+104
| | | | | | | | | | | If we enable 'cryptsetup' PACKAGECONFIG for systemd, there would be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'. cryptsetup only needs libdevmapper from lvm2. So we separte libdevmapper into a new recipe to solve this circular dependency issue. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: 1.13.6 -> 1.15.1Huang Qiyu2017-04-261-4/+4
| | | | | | | | | | | 1) Upgrade krb5 from 1.13.6 to 1.15.1. 2) License checksum changed,since the copyright years were updated. 3) Fix error in the step of do_configure. | ERROR: krb5-1.15.1-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package: | /usr/lib/krb5/plugins/preauth/test.so Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efivar: Fix multiple definition of `efi_set_variable'Khem Raj2017-04-261-1/+1
| | | | | | | This patch is needed across all efivar when using gcc7 for target Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: Upgrade to 5.5.55Khem Raj2017-04-264-2/+16
| | | | | | | Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glcompbench: Fix build with gcc7Khem Raj2017-04-262-1/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glibmm: Upgrade to 2.50.1Khem Raj2017-04-261-2/+3
| | | | | | | Disable PIE when building with SECURITY_FLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsigc++: Disable PIE in SECURITY_FLAGSKhem Raj2017-04-261-0/+1
| | | | | | | doesnt compile yet Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: Upgrade to 5.7.1Khem Raj2017-04-268-235/+185
| | | | | | | | Drop upstreamed patches or backports Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: Upgrade to 0.11.3 releaseKhem Raj2017-04-264-16/+104
| | | | | | | | Fix cross compiling for external modules Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* msgpack-c: Upgrade to 2.1.1Khem Raj2017-04-263-4/+90
| | | | | | | Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: Fix FTBFS due to invalid code in ARM supportKhem Raj2017-04-262-1/+42
| | | | | | | Found with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lirc: update to 0.9.4dKhem Raj2017-04-264-72/+126
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack2: Fix build errors found with gcc7Khem Raj2017-04-262-1/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pytest-runner: make available for both Python 2 & 3Pascal Bach2017-04-263-13/+23
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-setuptools-scm: make version available for both Python 2 & 3Pascal Bach2017-04-263-15/+18
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-snimpy: add new recipeJackie Huang2017-04-261-0/+26
| | | | | | | | Snimpy is a Python-based tool providing a simple interface to build SNMP query. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysnmp: add new recipeJackie Huang2017-04-261-0/+25
| | | | | | | | python-pysnmp is a pure-Python SNMPv1/v2c/v3 library, it's required by python-snimpy. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysmi: add new recipeJackie Huang2017-04-261-0/+22
| | | | | | | | | | python-pysmi is a pure-Python implementation of SNMP/SMI MIB parsing and conversion library. It's required by python-pysnmp. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ply: add new recipeJackie Huang2017-04-261-0/+17
| | | | | | | | | | python-ply: PLY is yet another implementation of lex and yacc for Python. It's required by python-pysmi. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* multipath-tools: don't blindly assume base_sbindir to be /sbin.Krisztian Litkey2017-04-261-0/+1
| | | | | | | | | Don't blindly assume base_sbindir is /sbin. Pass its real value instead to the build process to make sure binaries end up in the right place even when base_sbin happens to point somewhere else. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* waf-samba.bbclass: redefine WAF_CROSS_ANSWERS_PATHMingli Yu2017-04-262-3/+1
| | | | | | | | | | | | | | | | * Redefine WAF_CROSS_ANSWERS_PATH in waf-samba.bbclass to fix checksum mismatch for those packages which inherit waf-samba.bbclass when install eSDK # bitbake-diffsigs $Prj/build/sdkext_dir/tmp/stamps/core2-64-wrs-linux/libtalloc/2.1.8-r0.do_configure.sigdata.8a0fd2871f1e464f4586c32f0e67378f $Prj/build/tmp/stamps/core2-64-wrs-linux/libtalloc/2.1.8-r0.do_configure.sigdata.16b87e6ddccb52ca5e988e928f111e5a basehash changed from ea2fea38e7efe710a11fa9d13c7ad94c to 943a7ead4ed10ce794532a942569bcf9 Variable WAF_CROSS_ANSWERS_PATH value changed from '$Prj/build/sdkext_dir/layers/meta-networking/files/waf-cross-answers' to '$Prj/layers/meta-openembedded/meta-networking/files/waf-cross-answers' * Remove the previous WAF_CROSS_ANSWERS_PATH definition in layer.conf Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* postfix: do NOT create directory /var/spool/mailKai Kang2017-04-261-2/+0
| | | | | | | | | | | | | | | | postfix installs directory /var/spool/mail which conflicts with package shadow. | Error: Transaction check error: | file /var/spool/mail conflicts between attempted installs of | postfix-3.1.1-r0.ppc64e6500 and shadow-4.2.1-r0.1.ppc64e6500 Make postfix not create /var/spool/mail that it does NOT create the directory on Fedora and Ubuntu either. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* autofs: Upgrade to 5.1.2 releaseKhem Raj2017-04-255-46/+69
| | | | | | | Add patches to make it work when SECURITY_FLAGS are enabled Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>