aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-06-14python-lockfile: Fix build error as following:sumoleimaohui
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')" Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 75540ab1499ca9e4a2cd890012cda56620fc5a54) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14xfce4-notifyd: fix parallel build issueHongxu Jia
While do an out-of-tree build, if xfce4-notifyd-config is not created in time, there is a compile failure: ... |LC_ALL=C intltool-merge -d -u -c ./po/.intltool-merge-cache ../xfce4-notifyd-0.4.0/po ../xfce4-notifyd-0.4.0/xfce4-notifyd-config/ xfce4-notifyd-config.desktop.in xfce4-notifyd-config/xfce4-notifyd-config.desktop |Died at intltool-merge line 1184. ... Ensure xfce4-notifyd-config subdirectory exists fixes the issue. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit acfc380d4e700d3cb0d355d3e8e9afdba181d050) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14iperf3: Drop redundant patchKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f604119524d970f500fecd0fd698b1c40f81f72f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14lmbench: fix Upstream-Status metadata typos in patchMikko Rapeli
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f5017313a1aac88eef2becd506fcf8d07a425d66) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14gtest: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 316753e9cfe161f2435c173b30407370ffa2db96) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14vlan: use update-alternatives for vconfigHannu Lounento
Busybox also provides the command 'vconfig' when CONFIG_VCONFIG is enabled. Busybox has a priority of 50. Prior to the patch running bitbake core-image-minimal produced the warnings WARNING: core-image-minimal-1.0-r0 do_rootfs: busybox.postinst returned 1, marking as unpacked only, configuration required on target. WARNING: core-image-minimal-1.0-r0 do_rootfs: Intentionally failing postinstall scriptlets of ['busybox'] to defer them to first boot is deprecated. Please place them into pkg_postinst_ontarget_${PN} (). If deferring to first boot wasn't the intent, then scriptlet failure may mean an issue in the recipe, or a regression elsewhere. Details of the failure are in /path/to/poky/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/temp/log.do_rootfs. WARNING: core-image-minimal-1.0-r0 do_rootfs: [log_check] core-image-minimal: found 1 warning message in the logfile: [log_check] WARNING: Intentionally failing postinstall scriptlets of ['busybox'] to defer them to first boot is deprecated. Please place them into pkg_postinst_ontarget_${PN} (). where log.do_rootfs contained update-alternatives: Error: not linking /path/to/poky/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/rootfs/sbin/vconfig to /bin/busybox.nosuid since /path/to/poky/build/tmp-glibc/work/qemux86-oe-linux/core-image-minimal/1.0-r0/rootfs/sbin/vconfig exists and is not a link when a workspace layer created by devtool contained $ cat workspace/appends/busybox_%.bbappend FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append = " file://vconfig.cfg" and $ cat workspace/appends/busybox/vconfig.cfg CONFIG_VCONFIG=y and local.conf contained $ tail -n2 conf/local.conf IMAGE_INSTALL_append = " busybox" IMAGE_INSTALL_append = " vlan" Signed-off-by: Hannu Lounento <hannu.lounento@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cb7b35a4f9f93ecddbb245e32982d3674cef334d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14minicoredumper: relocate admin-binaries to sbinChristophe PRIOUZEAU
Change path of minicoredumper on init/service script to /usr/sbin. Since the commit "relocate admin-binaries to sbin" on minicoredumper, minicoredumper binaries are installed on /usr/sbin directory instead of /usr/bin. src/minicoredumper/Makefile.am: sbin_PROGRAMS = minicoredumper Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d1cfe7a70cddd4026552e615f8027160abb7bf0b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14xorgxrdp: Fix the LicenseZheng Ruoqin
Change the License to MIT as Fedora. And I also found the license it's MIT in the spdx file of xorgxrdp. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2a777b925ad9165f87163b7ca7927a6f7e8aee4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14Fix zram module paramter nameMichael Siebecker
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 89535bb64db95a48fd4cadd87aaf398157a2ac59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14minicoredumper: fixes for sysvinit and systemdtexierp
The sysv initscript and systemd service assumes minicoredumper is installed in /usr/bin/. In our case minicoredumper is installed in /usr/sbin/ by default. Therefore, fix this path. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 26ba552614d21fb5aa8ecc3eb41ad3ca30f709ec) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14geoip-perl: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit fed506befd558e93e53c737ce555b124487417a2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14ipcalc: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 216652c73b56f8227fab84208ea00cd87381f560) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14wolfssl: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 83cedc2f768c493b1bd482a80cf8361c70898784) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14tinyalsa: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit c460d66b1f5242b2d24d0d601104f7e2f7a94af3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14networkmanager-openvpn: fix QA issue error for multilibYi Zhao
When enable multilib build, there is a QA Issue error: ERROR: networkmanager-openvpn-1.2.8-r0 do_package: QA Issue: networkmanager-openvpn: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/NetworkManager /usr/lib/NetworkManager/VPN /usr/lib/NetworkManager/VPN/nm-openvpn-service.name Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. networkmanager-openvpn: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 028f302074e204c056990bca263433cd776efab8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14networkmanager: fix QA issue error for multilibYi Zhao
When enable multilib build, there is a QA Issue error: ERROR: networkmanager-1.10.6-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package: /usr/lib/NetworkManager /usr/lib/NetworkManager/VPN /usr/lib/NetworkManager/conf.d Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. networkmanager: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 9a654a35b7deb9ad530003bd8b2be7c65e6b38c8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14ntp: update to 4.2.8.p11Armin Kuster
This release addresses five security issues in ntpd: LOW/MEDIUM: Sec 3012 / CVE-2016-1549 / VU#961909: Sybil vulnerability: ephemeral association attack INFO/MEDIUM: Sec 3412 / CVE-2018-7182 / VU#961909: ctl_getitem(): buffer read overrun leads to undefined behavior and information leak LOW: Sec 3415 / CVE-2018-7170 / VU#961909: Multiple authenticated ephemeral associations LOW: Sec 3453 / CVE-2018-7184 / VU#961909: Interleaved symmetric mode cannot recover from bad state LOW/MEDIUM: Sec 3454 / CVE-2018-7185 / VU#961909: Unauthenticated packet can reset authenticated interleaved association one security issue in ntpq: MEDIUM: Sec 3414 / CVE-2018-7183 / VU#961909: ntpq:decodearr() can write beyond its buffer limit Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit 18b4b0ec545488be913b35ea9243292b578ca35f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14openh264: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit aa177bc615de66d8c7b97f86d60b8aa8b73bcb4c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14openh264: fix build for 32-bit intel archTrevor Woerner
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 4d49d3b53dcf0ab8090e33f3983662011d4c18ec) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14gnome-keyring: fix 'installed but not shipped' QA issueMark Asselstine
Building the 'gnome-keyring' recipe with "installed-vs-shipped" included in ERROR_QA will result in: ERROR: gnome-keyring-3.20.0-r0 do_package: QA Issue: gnome-keyring: \ Files/directories were installed but not shipped in any package: /usr/lib64/pkcs11/gnome-keyring-pkcs11.la /lib64/security/pam_gnome_keyring.la >From various documents the .la files should not be packaged in either the main recipe package or the -dev package unless required. So inherit 'remove-libtool' to have all the .la files cleaned up as they don't appear to be necessary. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 973aec3a2ad1114ddf243bfef08e57847a85e142) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14htop: Fix typoRobert Joslyn
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 14d7dce4f8741724b79e61c0ad68654cbf3f2117) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14python-cpuset: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit c2404f15b85a8114b9e9753b594b0a1be4c09f2b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libwebsockets: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit dd803999931f883b3df97a8c35550a3fc8cd482b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libuv: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 0c37018e7bcf066361ca603c226833880d2a53c6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14python-robotframework: Add runtime dependencies to robot frameworkSipke Vriend
Add the runtime dependencies robot framework has so they are available on images including it. python-robotframework.inc is included by both python3 and python robot framework. python3 includes zlib by default so include python-zlib as a runtime dependency in the python-robotframework recipe and not in the python3-robotframework. Signed-off-by: Sipke Vriend <sipke.vriend@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit f90318b625a90993c4e20c981201602e37f89481) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libsrtp: switch away from github archiveTrevor Woerner
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 2d06171cf641a599827c52a1a43ddf2e1aa85551) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14gst-instruments: recipe cleanup, fix -staticdevTrevor Woerner
Fix the detected QA issue whereby a static (*.a) library (i.e. ${PN}-staticdev) ended up in the main gst-instruments package. WARNING: gst-instruments-0.2.3-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: gst-instruments path '/work/core2-64-oe-linux/gst-instruments/0.2.3-r0/packages-split/gst-instruments/usr/lib/gstreamer-1.0/libgstinstruments.a' [staticdev] Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 12cbd4d8d6463b19b778ce6ace2051330db309f8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14gst-instruments: switch away from github archiveTrevor Woerner
Since we know that github archives that are automatically generated have a tendency to change their checksums[1], switch to using git clones. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit a7502875a551268ac0efd6a0a33356f27e16a6cc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14grubby: switch away from github archiveTrevor Woerner
Since we know that github archives that are automatically generated have a tendency to change their checksums[1], switch to using git clones. Also, discovered that the sources for this project are no longer at github.com/rhinstaller but are located at github.com/rhboot. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit e3812fa4adae60a93193dabd0ecdcafbe8315f33) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14geany-plugins: Add dependency on fribidiKhem Raj
Its needed by addons Fixes ld: cannot find -lfribidi | collect2: error: ld returned 1 exit status | make[3]: *** [Makefile:569: addons.la] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 4a8851789a9da5748546d43c91a5ba8a0e6dd1df) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14openobex: explicitly set ASNEEDED from openobex recipeAndre McCurdy
Up to now, an openobex specific over-ride for ASNEEDED has been provided by oe-core (from as-needed.inc). If ASNEEDED does need to be over-ridden in order to build openobex it's not ideal that the over-ride comes from a different layer so define it directly in the meta-oe recipe. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit e59a9738c24ccaeac91740d1f67c607d4ee2a217) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14Add missing dependency for python-flask packages.Florian Wickert
The module werkzeug.test is moved to the python-werkzeug-tests package since commit 857ed16. Flask imports werkzeug.tests during exception handling which results in "ImportError: No module named 'werkzeug.test'". Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 0d2305d45208e2bca9417343230516a809bae918) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14krb5: support environment setting on systemdHongxu Jia
Let krb5 support environment setting on systemd startup. Here is one requirement of environment setting from upstream krb5 ... https://web.mit.edu/kerberos/krb5-1.16/doc/admin/conf_files/kdc_conf.html |Normally, the kdc.conf file is found in the KDC state directory, LOCALSTATEDIR/krb5kdc. You can override the default location by setting the environment variable KRB5_KDC_PROFILE. ... The fix of (krb5-admin-server.service/krb5-kdc.service) refers ubuntu 1604 Variable RUN_KADMIND is sysvinit, move it out from default/krb5-admin-server Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 7eb04ba6772272a30c4a184702d039d145ec7799) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14phoronix-test-suite: disable systemd services by defaultSlater, Joseph
Unfortunately, the default behavior for at least the client service is to reboot the machine if it encounters problems. Since it is pretty much guaranteed to need target specific configuration info, we should not enable the service(s) by default. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 1ec2d489c30bf14f2bc6e8bbc01e642a065b7ac6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14libtevent: refresh patchHains van den Bosch
WARNING: libtevent-0.9.36-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 793 with fuzz 2 (offset 175 lines). Hunk #2 succeeded at 806 with fuzz 2 (offset 178 lines). Now at patch avoid-attr-unless-wanted.patch Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d2760faf828b16d65805f1eae8794c4af62eb01f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14radvd: Fix missing yacc error.Noor Ahsan
* Following error apprear in do configure. Fix it by adding bison-native in DEPENDS. ../radvd-2.17/ylwrap: line 176: yacc: command not found Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ecdf58aa4a77730bda2202d1f626a68c391a647c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14hostapd: fix the bug for PATCHTOOL = "patch"Zheng Ruoqin
When switch PATCHTOOL to patch, the key-replay-cve-multiple.patch can't be apply with "--dry-run" as follows: checking file src/ap/ieee802_11.c checking file src/ap/wpa_auth.c checking file src/ap/wpa_auth.h checking file src/ap/wpa_auth_ft.c checking file src/ap/wpa_auth_i.h checking file src/common/wpa_common.h checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/rsn_supp/wpa.c Hunk #1 FAILED at 709. Hunk #2 FAILED at 757. Hunk #3 succeeded at 840 (offset -12 lines). Hunk #4 FAILED at 868. Hunk #5 FAILED at 900. Hunk #6 FAILED at 924. Hunk #7 succeeded at 1536 (offset -38 lines). Hunk #8 FAILED at 2386. Hunk #9 FAILED at 2920. Hunk #10 succeeded at 2940 (offset -46 lines). Hunk #11 FAILED at 2998. 8 out of 11 hunks FAILED checking file src/rsn_supp/wpa_i.h Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED checking file src/common/wpa_common.h Hunk #1 succeeded at 215 with fuzz 1. checking file src/rsn_supp/wpa.c checking file src/rsn_supp/wpa_i.h checking file src/ap/wpa_auth.c Hunk #1 succeeded at 1898 (offset -3 lines). Hunk #2 succeeded at 2470 (offset -3 lines). checking file src/rsn_supp/tdls.c checking file src/rsn_supp/wpa.c Hunk #1 succeeded at 2378 (offset -62 lines). checking file src/rsn_supp/wpa_ft.c checking file src/rsn_supp/wpa_i.h Hunk #1 succeeded at 123 (offset -5 lines). So split the key-replay-cve-multiple.patch to 7 patches. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 543bb9c05a7d579ff8acbd46ee7c4502fa86a93f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14android-tools: use fixed SRCREVs instead of tag nameMartin Jansa
* so that bitbake doesn't need to use git ls-remote during parsing to resolve tag name into SRCREV Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14Revert "libxml++: only include when x11 in DISTRO_FEATURES"Martin Jansa
This reverts commit 44ece3daea4028e72473b6316ba3c7c54d833166. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-evdev: Use target header to generate ecodes.cKhem Raj
ecodes.c is generated file and if we do not specify the linux input headers it happiliy defaults to /usr/include/ to look for these headers while emitting code for ecodes.c which can cause gripes when build systems kernel UAPI is different than the target kernel. Mysterious build errors or even worse runtime errors can start to appear. e.g. | evdev/ecodes.c:603:29: error: 'KEY_ROTATE_LOCK_TOGGLE' undeclared (first use in this function); did you mean 'KEY_ATTENDANT_TOGGLE'? Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01libyui: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01p7zip: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01ceres-solver: Upgrade to 1.14Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-flask-restful: add recipe for 0.3.6 versionAndrea Galbusera
Flask-RESTful is a simple framework for creating REST APIs with Flask Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01networkmanager: fix prevous commitsAndreas Müller
The wrong patches were applied: commit c5a04600817e0d34dfa151d46073a76b506b4c3d Author: Armin Kuster <akuster808@gmail.com> Date: Fri Mar 30 19:56:03 2018 -0700 networkmanager: Fix many typos in DISTRO_FEATURES PACKAGECONFIG decodes commit 575c14ded56e1e97582a6df0921d19b4da630961 Author: Andreas Müller <schnitzeltony@gmail.com> Date: Thu Mar 22 18:40:52 2018 +0100 networkmanager: fix gobject-introspection/musl and cleanup * musl fixed (tested) * PACKAGECONFIG systemd: Logic was broken by c5a046. To avoid further confusion, the expression was put into one line. * PACKAGECONFIG wifi: The expression 'bb.utils.filter.. ' was perfectly fine. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-jsonpatch: update to version 1.23Derek Straka
Remove upstreamed patch Drop-support-for-EOL-Python-3.3.patch Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-lxml: update to version 4.2.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-pretend: update to version 1.0.9Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-cython: update to version 0.28.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01python-pexpect: update to version 4.5.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>