summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: fix LICENSE + misc recipe updatesAndre McCurdy2018-03-161-19/+20
| | | | | | | | | | | | | | | According to the COPYING file in the top level of the hostapd source tree, hostapd was re-licensed from dual BSD/GPLv2 to BSD only in February 2012. This change has apparently gone unnoticed for the past 6 years, but fix it now. Also use pkg-config to find libnl headers (instead of hardcoding), append to base do_configure (instead of over-riding), respect OE's default CFLAGS (instead of ignoring) and make some minor formatting tweaks to bring the recipe more in line with the OE Styleguide. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* directfb: add more PACKAGECONFIGsTrevor Woerner2018-03-161-2/+2
| | | | | | | | Allow the following features to be enabled by the user during configuration: mesa, x11. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gperftools: refresh the patchesMartin Jansa2018-03-167-39/+47
| | | | | | | | | | | | | | | | | | | | | | | | | WARNING: gperftools-2.6.1-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 0001-Support-Atomic-ops-on-clang.patch patching file src/base/atomicops.h Hunk #1 succeeded at 124 with fuzz 2 (offset 6 lines). Now at patch 0001-Support-Atomic-ops-on-clang.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glibmm: refresh the patchMartin Jansa2018-03-161-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: glibmm-2.54.1-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 remove-examples.patch patching file Makefile.am patching file configure.ac Hunk #1 succeeded at 166 with fuzz 1 (offset 30 lines). Now at patch remove-examples.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* smartmontools: 6.5 -> 6.6Huang Qiyu2018-03-161-2/+2
| | | | | | | Upgrade smartmontools from 6.5 to 6.6. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glm: update 0.9.8.5 -> 0.9.9-a2 to fix x86_64 (sse-simd) buildAndreas Müller2018-03-161-3/+3
| | | | | | | | | | | | | | | * Commit log shows many commints fixing sse e.g. [1-3]. Instead of creating a heavy patch series here let's move to the latest version tagged. * License file 'copying.txt' was removed in [4]. License information is now found in 'readme.md'. License is still MIT. [1] https://github.com/g-truc/glm/commit/8bcf9b5ae791fce37a86764b8acfd68424ac544b [2] https://github.com/g-truc/glm/commit/1bbf2dafb9f67b14507dc37e4ee885464c5ffc78 [3] https://github.com/g-truc/glm/commit/fdfd03ffaf0e312ce0bab604982f50790e71b09f [4] https://github.com/g-truc/glm/commit/a23911a5e9d8c631023c62be6f0cf0bf855ca482 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hostapd: not compatible with openssl-no-weak-ciphersSlater, Joseph2018-03-161-1/+4
| | | | | | | Use CONFLICT_DISTRO_FEATURES to not build if des is not supported. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sysdig: don't build for aarch64Armin Kuster2018-03-161-0/+4
| | | | | | this package depends on luajit which is not supported on aarch64 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* krb5: remove PACKAGECONFIG for opensslMartin Jansa2018-03-161-3/+2
| | | | | | | | * --with-pkinit-crypto-impl option was removed in 1.16 by this commit; https://github.com/krb5/krb5/commit/3e2344a14fad828dee624af0ae7ba2d12aec2c81#diff-f543b6d8715dcf859ebec297c750c370 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui-ncurses: Fix build with musl _nl_msg_cat_cntr in not availableKhem Raj2018-03-162-0/+41
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui,libyui-ncurses: Update to latesKhem Raj2018-03-163-63/+3
| | | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zeromq: 4.2.3 updateJustin Bronder2018-03-161-3/+3
| | | | | | | | | | | 4.1.6 was released in late 2016 and upstream has moved on to the 4.2 series which has a number of new APIs but remains ABI compatible with 4.1.2+ per https://github.com/zeromq/libzmq/releases/tag/v4.2.0. 4.2.3 ChangeLog: https://github.com/zeromq/libzmq/releases/tag/v4.2.3 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openbox: Improve handling of openbox-session / gnome-openbox-sessionTom Rini2018-03-161-2/+5
| | | | | | | | | | | | | Without providing an alternative for x-session-manager we cannot drop openbox into the standard x11 images and have openbox take over as the session manager. Add openbox-session to ${PN}-core as well as an ALTERNATIVE line for it. Set the priority based on how other session managers do this. As we also have openbox-gnome-session move this from the full package and in to ${PN}-gnome. Cc: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libiio: update and improve recipeAdrian2018-03-161-6/+26
| | | | | | | | | | * Update to latest version 0.14. * Make depends on avahi, libusb1 and libxml2 optional by PACKAGECONFIG or DISTRO flags. * Install iiod.service file Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libsdl2-mixer: Upgrade to 2.0.2Khem Raj2018-03-161-3/+3
| | | | | | | | Copyright year changed https://github.com/emscripten-ports/SDL2_mixer/commit/d7c0736d233f573e519297d7bd69cd1b1bb8e684 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tipcutils: Fix builds with kernel headers >= 4.15Khem Raj2018-03-162-0/+34
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cppzmq: 4.2.3 updateJustin Bronder2018-03-161-2/+2
| | | | | Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* vboxguestdrivers: upgrade to 5.2.8Martin Jansa2018-03-162-95/+2
| | | | | | | * 5.1.26 doesn't build with 4.15 kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uim: add glibc-utils glibc-gconv-euc-jp only for libc-glibcMartin Jansa2018-03-161-1/+2
| | | | | | | | | * musl doesn't provide these * I'm not using uim, but this is breaking signatures test in world builds for many months and nobody seems to care Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpupower: add gettext-native to DEPENDSLiwei Song2018-03-161-1/+1
| | | | | | | | | | Add gettext-native to DEPENDS to fix the following build error: MSGFMT cpupower/1.0-r0/cpupower-1.0/po/fr.gmo make: msgfmt: Command not found Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fvwm: add new recipeSebastian Reichel2018-03-163-0/+210
| | | | | | | Add recipe for a minimal built of fvwm. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libeigen: remove unused patchMaxin John2018-03-161-28/+0
| | | | | | | | Remove the following unused patch: 0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flite: remove leftover patchMaxin John2018-03-161-6615/+0
| | | | | | | | Remove left-over patch from flite package which was removed earlier: flite-1.3-alsa_support-1.2.diff Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* breakpad: remove unused patchMaxin John2018-03-161-199/+0
| | | | | | | | Remove the following unused patch: 0005-Import-necessary-definitions-from-stab.h.patch Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nano: 2.7.4 -> 2.9.3Huang Qiyu2018-03-162-4/+4
| | | | | | | Upgrade nano form 2.7.4 to 2.9.3. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: Security Advisory - php - CVE-2018-5711Li Zhou2018-03-162-0/+57
| | | | | | | | Porting the patch from <http://git.php.net/?p=php-src.git;a=commit; h=8d6e9588671136837533fe3785657c31c5b52767> to solve CVE-2018-5711. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: rework packagingAndreas Müller2018-03-161-1/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mosquito: move from oe to networking layerArmin Kuster2018-03-125-1197/+0
| | | | | | mosquito has dependancy on meta-netowrking packages Signed-off-by: Armin Kuster <akuster808@gmail.com>
* grpc: move it from oe to networking layerArmin Kuster2018-03-124-312/+0
| | | | | | grpc has dependancy on meta-networking packages. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* obexftp: use makefile instead of ninja cmake generatorKhem Raj2018-03-121-0/+2
| | | | | | | | | | Fixes | NOTE: make -j 44 crctable | make: *** No rule to make target 'crctable'. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: fix packaging of toolsMartin Hundebøll2018-03-121-1/+4
| | | | | | | | | | | | | | | | | The default packaging adds files from ${bindir} to the primary package, so that following packages don't see any files in ${bindir}. This causes the libgpiod-tools package to empty, as it is appended (+=) to PACKAGES. Change the assignment to PACKAGES to a prepend (=+) to populate the libgpiod-tools package with the gpio{detect,find,get,info,mon,set} executables. To avoid missing tools for existing installations of libgpiod, the libgpiod-tools package is setup as a recommendation by libgpiod when the tools package config is enabled. Signed-off-by: Martin Hundebøll <mnhu@prevas.dk> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* luajit: exclude for aarch64. not support in this versionArmin Kuster2018-03-121-0/+2
| | | | | | | | | | | make[1]: Entering directory '/home/jenkins/oe/world/shr-core/tmpfs/work/aarch64-oe-linux/luajit/2.0.5-r0/LuaJIT-2.0.5/src' | lj_arch.h:55:2: error: #error "No support for this architecture (yet)" | #error "No support for this architecture (yet)" | ^~~~~ | lj_arch.h:294:2: error: #error "No target architecture defined" | #error "No target architecture defined" Signed-off-by: Armin Kuster <akuster808@gmail.com>
* soci: update to version 3.2.3Derek Straka2018-03-121-3/+3
| | | | | | | Add dos2unix as the source now has windows line endings Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zsh: update to version 5.4.2Derek Straka2018-03-121-3/+3
| | | | | | | License-Update: Update the license checksum for copyright year and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* eventlog: change SRC_URI because of invalid old addressLi Zhou2018-03-121-1/+1
| | | | | | | The SRC_URI is too old to be valid, so update it. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mpv: Adjust for the recent waf bbclass updatesKhem Raj2018-03-121-3/+4
| | | | | | | | waf bbclass now expects waf to be an executable script in ${S} before do_configure, otherwise it ends up in ugly python stack traces Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* umip: Fix build incompatibilitiesKhem Raj2018-03-123-0/+194
| | | | | | | musl exposes some build issues which require portable code. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nodejs: add extra RDEPENDS for buildingTrevor Woerner2018-03-121-1/+2
| | | | | | | | | | | | | If you want to perform an "npm install" and a module needs to be compiled, these additional packages need to be on the target otherwise the compile might fail with one or more of the following error messages: ImportError: No module named compiler.ast ImportError: No module named filecmp ImportError: No module named multiprocessing Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnulib: use deltask instead of noexecMark Asselstine2018-03-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | When building an image which included 'netcf' I saw the following warning which is followed by a python backtrace: WARNING: cube-dom0-0.6-r0 do_rootfs: \ Manifest .../manifest-x86_64_x86_64-nativesdk-gnulib.package_write_rpm \ not found in genericx86_64 core2-64 x86_64 allarch x86_64_x86_64-nativesdk \ (variant '')? >From this we find that the 'gnulib' package would fail the manifest crosscheck for the 'package_write_rpm' task. By switching from 'noexec' to 'deltask' for this task (and its "siblings") we completely remove the task and thus there is not crosscheck to fail. NOTE that there is a pending merge which will change the backtrace for a proper ERROR: [package_manager.py: Print offending package instead of non-sense trace] Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mongodb: update to version 3.4.13Derek Straka2018-03-121-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hexedit: 1.2.13 -> 1.4.2Zheng Ruoqin2018-03-122-36/+5
| | | | | | | Upgrade hexedit from 1.2.13 to 1.4.2 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libol: 0.3.18Huang Qiyu2018-03-121-1/+1
| | | | | | | | | 1.Modify SRC_URI http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz to http://www.balabit.com/downloads/libol/0.3/${BP}.tar.gz Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* krb5: 1.15.1 -> 1.16Huang Qiyu2018-03-123-540/+3
| | | | | | | | | | | | | 1.Upgrade krb5 from 1.15.1 to 1.16 2.Update the checksum of LIC_FILES_CHKSUM, since krb5 has been changed. But lincese remains the same.just modify the following. -Copyright (C) 1985-2016 by the Massachusetts Institute of Technology. +Copyright (C) 1985-2017 by the Massachusetts Institute of Technology. -The KCM Mach RPC definition file used on OS X has the following +The KCM Mach RPC definition file used on macOS has the following Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp: remove fuse from depend and move to PACKAGECONFIGArmin Kuster2018-03-121-2/+5
| | | | | | fuse is in meta-filesystems Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glade: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* geany-plugins: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xserver-common: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xorg-data-common: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxml++: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libvdpau: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>