summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gssdp: Merge incAdrian Bunk2019-07-102-25/+20
| | | | | | | This recipe stopped having multiple versions in 2014. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcpcd: update to 7.2.2Oleksandr Kravchuk2019-06-251-6/+4
| | | | | | | | | udev is now enabled by default and is always requested. License checksum changed due to modified copyright year. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-multimedia: add layer depends on meta-pythonHongxu Jia2019-06-251-1/+1
| | | | | | | | Since mycroft of meta-multimedia requires python3-requests which comes from meta-python, add missing layer depends back Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* itstool: use libxml2 to instead of python3-lxmlHongxu Jia2019-06-251-2/+2
| | | | | | | | Use libxml2 of oe-core to replace python3-lxml of meta-python since meta-oe does not depend on meta-python Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: add to PNBLACKLISTHongxu Jia2019-06-251-0/+2
| | | | | | | | Since commit [44f303b scons: inherit python3native] applied in oe-core, but mongodb v4.0 requires python2 to build Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Upgrade from 3.17 to 3.18.1Alistair Francis2019-06-254-24/+23
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add meson option admin and udisks2 to PACKAGECONFIGHongxu Jia2019-06-251-7/+13
| | | | | | | | | | Both of admin and udisks2 depend on polkit, conditional support them See upstream commit: https://gitlab.gnome.org/GNOME/gvfs/commit/cdc33bf54f501a8b4574f86945628ab6c2036d64 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upower: remove polkit dependencyHongxu Jia2019-06-251-4/+1
| | | | | | | | Follow upstream upower: https://gitlab.freedesktop.org/upower/upower/commit/9a2b2633095fb901fc1931ab0c600392d68bb3b4 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: optional support polkitHongxu Jia2019-06-251-1/+3
| | | | | | | | | | | | | | | | | If polkit not in DISTRO_FEATURES, it failed ... |ERROR: Nothing PROVIDES 'polkit' (but meta-openembedded/meta-xfce/recipes-xfce/ xfce4-session/xfce4-session_4.13.2.bb DEPENDS on or otherwise requires it) |polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES) |ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. |Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xfce4-session', 'polkit'] ... Upstream optional support polkit: https://github.com/xfce-mirror/xfce4-session/commit/560219ad500c73e0fc2c3d959f96bcb8e2a54556 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce-polkit: add required distro feature check to polkitHongxu Jia2019-06-251-1/+2
| | | | | | | | The xfce-polkit depends polkit, it should do required distro feature check to polkit Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-xfce-extended: conditional runtime recommends on xfce-polkitHongxu Jia2019-06-251-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtar: Enable libtar-native buildWilliam A. Kennington III via Openembedded-devel2019-06-251-0/+2
| | | | | Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pygobject: fix install dir for python2Changqing Li2019-06-252-1/+126
| | | | | | | | | | | | | | | * after upgrade to 3.32.1, pygobject switch to build with meson, and default python option is python3, switch to python2 * default install dir get by python.install_sources and python.get_install_dir is get from python's sysconfig info, not like python3, for python2, the install dir include prefix of recipe-sysroot-native dir, like "build/tmp-glibc/work/core2-32-wrs-linux/ python-pygobject/3.32.1-r0/recipe-sysroot-native/usr/lib/python2.7/site-packages" add stagedir option for user to config correct install dir. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanity-meta-gnome: Remove obsolete classAdrian Bunk2019-06-253-34/+0
| | | | | | | | | There are no bbappend left in meta-gnome. Individual recipes that require x11 already provide a proper error for that. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: The gtest and gmock projects were combined under googletest in 2015William A. Kennington III via Openembedded-devel2019-06-251-1/+1
| | | | | | | PROVIDES gmock and gtest for backwards-compatibility with existing DEPENDS. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtest: Googletest project is back under github.com/google/googletestWilliam A. Kennington III via Openembedded-devel2019-06-251-4/+2
| | | | | | | No longer under the Abseil project. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.7.1 -> 5.8.0Yi Zhao2019-06-251-5/+4
| | | | | | | | Rename systemd service units since it uses strongswan-starter.service for the legacy unit and strongswan.service for the modern one. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: update to 2.16.2Oleksandr Kravchuk2019-06-251-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nuttcp: add systemd unit fileOleksandr Kravchuk2019-06-253-1/+28
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eggdbus: Remove this obsolete packageAdrian Bunk2019-06-254-96/+1
| | | | | | | Users migrated to GDBus years ago. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Remove the obsolete dependency on dbus-glibAdrian Bunk2019-06-251-1/+1
| | | | | | | Upstream stopped using it in 2011. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Remove the obsolete dependency on dbus-glibAdrian Bunk2019-06-251-1/+1
| | | | | | | Upstream stopped using it in 2012. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 4.3Oleksandr Kravchuk2019-06-251-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: update to 2.0.16Oleksandr Kravchuk2019-06-251-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd: update to 9.0.18-1Oleksandr Kravchuk2019-06-222-82/+2
| | | | | | | Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: update to 9.10.0Oleksandr Kravchuk2019-06-221-3/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nghttp2: update to 1.39.1Oleksandr Kravchuk2019-06-221-2/+4
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Remove aarch64 from COMPATIBLE_HOSTAnkit Navik2019-06-221-1/+1
| | | | | Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screensaver: 0.1.4 -> 0.1.5Kai Kang2019-06-212-3/+24
| | | | | | | | | | Upgrade xfce4-screensaver from 0.1.4 to 0.1.5. * install pam config file and add a patch to remove unsupported syntax '@include' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: fix generated initramfs boot failure under bash 5Hongxu Jia2019-06-212-0/+70
| | | | | | | | | | | | | | | | | | If shebang is set to /bin/sh and /bin/sh is a symlink to /bin/bash, bash turn on posix mode. Since bash is upgraded to 5.0, it follows 'IEEE 1003.2 POSIX Shell Standard', to implement 'functions do not have local traps or options, and it is not possible to define local variables' For more detail, see variables.c:push_posix_temp_var in the following commit http://git.savannah.gnu.org/cgit/bash.git/commit/?id=d233b485e83c3a784b803fb894280773f16f2deb The IEEE 1003.2 POSIX Shell Standard: https://www.cs.ait.ac.th/~on/O/oreilly/unix/ksh/appa_02.htm Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: replace -Og with -O for mips64-32Mingli Yu2019-06-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | With below logic in local.conf: MACHINE ??= "qemumips64" MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf DEBUG_BUILD = "1" $ bitbake lib32-python-lxml [snip] | {standard input}: Assembler messages: | {standard input}:1488805: Error: branch out of range | Compile failed: command 'mips-pokymllib32-linux-gcc' failed with exit status 1 | creating tmp | cc -I/yocto/builds//tmp/work/mips-pokymllib32-linux/lib32-python-lxml/4.3.4-r0/lib32-recipe-sysroot/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitPZiWuM.c -o tmp/xmlXPathInitPZiWuM.o | unable to execute 'cc': No such file or directory [snip] When DEBUG_BUILD enabled, -Og pass to compiler, replace -Og with -O to fix the above compile error. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Add Safe C licenseAnkit Navik2019-06-211-0/+26
| | | | | Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireless-regdb: Remove, was moved to oe-coreAdrian Bunk2019-06-192-43/+0
| | | | | | | | kernel_wireless_regdb.bbclass stays here since it is only required for kernels <= 4.14. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: Remove, was moved to oe-coreAdrian Bunk2019-06-194-146/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: Remove, was moved to oe-coreAdrian Bunk2019-06-192-59/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: Force using python-scons-native for nowAdrian Bunk2019-06-191-0/+4
| | | | | | | SConstruct in gpsd does not yet support Python 3. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodule-build-perl: drop, has moved to oe-coreTim Orling2019-06-191-34/+0
| | | | | | | | | | libmodule-build-perl is a dependency for cpan_build.bbclass and as such has been moved to oe-core OE-Core rev: 81ba07d85d21456bf7248b2f04082958e8d724c2 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpuburn-arm: add aarch64 machine and build configurationAndrey Zhizhikin2019-06-191-9/+23
| | | | | | | | | | | | | | | Add aarch64 as a valid machine to cpuburn recipe and split compilation task. The only source file which supports the aarch64 build is cpuburn-a53.S, and in case if TUNE is set to aarch64 - this should be the only file to be assembled to the application. In case of 32-bit build - all sources are compiled as they are, since cpuburn-a53.S supports both 32- and 64-bit tunes. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-certifi: upgrade 2019.3.9 -> 2019.6.16Zang Ruochen2019-06-193-2/+2
| | | | | | | | | -Upgrade from python-certifi_2019.3.9.bb to python-certifi_2019.6.16.bb. -Upgrade from python3-certifi_2019.3.9.bb to python3-certifi_2019.6.16.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-wrapt: upgrade 1.11.1 -> 1.11.2Zang Ruochen2019-06-193-2/+2
| | | | | | | | | -Upgrade from python-wrapt_1.11.1.bb to python-wrapt_1.11.2.bb. -Upgrade from python3-wrapt_1.11.1.bb to python3-wrapt_1.11.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix do_patch error for mips64-n32Mingli Yu2019-06-191-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After mozjs upgrade to 60.5.2 in below commit: 9ca3aad9c mozjs: Upgrade to version 60.x With below logic in local.conf: MACHINE ??= "qemumips64" MULTILIB_GLOBAL_VARIANTS_append = " libn32" MULTILIBS ?= "multilib:lib32 multilib:libn32" DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips" DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32" require conf/multilib.conf $ bitbake libn32-mozjs -cpatch | NOTE: Applying patch '0001-fix-compiling-failure-on-mips64-n32-bsp.patch' (../layers/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs/0001-fix-compiling-failure-on-mips64-n32-bsp.patch) | ERROR: Command Error: 'quilt --quiltrc TOPDIR/tmp/work/mips64-n32-wrsmllibn32-linux-gnun32/libn32-mozjs/60.5.2-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: | Applying patch 0001-fix-compiling-failure-on-mips64-n32-bsp.patch | patching file build/moz.configure/init.configure | patching file js/src/jit/mips-shared/Architecture-mips-shared.h | Hunk #1 succeeded at 28 with fuzz 2 (offset 2 lines). | Hunk #2 FAILED at 95. | 1 out of 2 hunks FAILED -- rejects in file js/src/jit/mips-shared/Architecture-mips-shared.h | patching file python/mozbuild/mozbuild/configure/constants.py | Patch 0001-fix-compiling-failure-on-mips64-n32-bsp.patch does not apply (enforce with -f) Rework 0001-fix-compiling-failure-on-mips64-n32-bsp.patch to fix the above do_patch error. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: upgrade 2.9.11.1 -> 2.9.13Yi Zhao2019-06-193-30/+32
| | | | | | | | | | | | | * Add PACKAGECONFIG[appid] for application identification support. * Set the variables 'have_daq_packet_trace' and 'have_daq_verdict_reason' to 'no' since they are only supported in daq 2.2.2 but not in 2.0.6. * Cleanup snort.init script and fix the incorrect argument of mkdir Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: Depend on gmimeKhem Raj2019-06-181-2/+2
| | | | | | | | gmime is used if detected, some build hosts the detection logic fails, make the dependency unconditional to fix build failures when it detects host's gmime install Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: Add recipeKhem Raj2019-06-183-0/+38
| | | | | | gmime is needed for pidgin-sipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openconnect: update to 8.03Oleksandr Kravchuk2019-06-181-3/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xl2tpd: Remove the old 1.3.6 versionAdrian Bunk2019-06-183-49/+38
| | | | | | | | | It started as one recipe for the latest stable release and one for the latest git, but after these became ancient release and latest release it no longer made sense to have two recipees. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tipcutils: Remove the unnecessary dependency on virtual/kernelAdrian Bunk2019-06-181-4/+0
| | | | | | | This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: Remove the unnecessary dependency on virtual/kernelAdrian Bunk2019-06-182-10/+1
| | | | | | | This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependenciesAdrian Bunk2019-06-182-6/+2
| | | | | | | | | network-manager-applet stopped using dbus-glib 3 years ago. Building of the obsolete libnm-gtk is disabled by default in 1.8.20. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pm-graph: fix multilib build failureNaveen Saini2019-06-182-2/+92
| | | | | | | | Added the generic library path used by multilib code Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Tested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>