summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* toscoterm: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uim: add distro_features_check for x11Armin Kuster2018-03-121-1/+4
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp, xorgxrdp: require pam in DISTRO_FEATURESMartin Jansa2018-03-122-2/+2
| | | | | | | | * libpam dependency was added to xrdp in http://git.openembedded.org/meta-openembedded/commit/?id=cc32ca8030c02a2b1b22f6b43e1894dc5f00e14e Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xorgxrdp: add distro_features_check for x11Martin Jansa2018-03-121-4/+5
| | | | | | | | | | | | | | | | | * fixes: following errors in every world build: ERROR: Nothing PROVIDES 'xrdp' (but meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb DEPENDS on or otherwise requires it) xrdp was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xorgxrdp', 'xrdp'] ERROR: Nothing PROVIDES 'virtual/libx11' (but meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb DEPENDS on or otherwise requires it) libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xorgxrdp', 'virtual/libx11'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* classes/recipes: Convert SkipPackage -> SkipRecipeMaxin John2018-03-051-1/+1
| | | | | | | | Update following the SkipPackage -> SkipRecipe change in oe-core. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* vboxguestdrivers: upgrade to 5.2.6Martin Jansa2018-03-012-5/+107
| | | | | | | * 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>
* postgres: move to recipes-dbsArmin Kuster2018-03-0110-789/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* edac-utils: move to recipes-bspArmin Kuster2018-03-014-188/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cryptsetup: move to cryptoArmin Kuster2018-03-011-36/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evtest: move to recipes-testArmin Kuster2018-03-011-17/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* passwdqc: move to recipes-securityArmin Kuster2018-03-012-94/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libcrypto: move to recipes-cryptoArmin Kuster2018-03-011-12/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pkcs11-helper: move to recipes-cryptoArmin Kuster2018-03-011-29/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* engine-pkcs11: move to recipes-cryptoArmin Kuster2018-03-011-31/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmcryt: movre to recipes-cryptoArmin Kuster2018-03-011-12/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lm_sensors: move to recipes-bspArmin Kuster2018-03-0111-473/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpufrequtils: move to recipes-bspArmin Kuster2018-03-012-67/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo-tools: move to recipes-secuityArmin Kuster2018-03-011-30/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fbtest: move to recipe-testsArmin Kuster2018-03-011-20/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ipmiutil: move to recipes-kernelArmin Kuster2018-03-012-173/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ipmitool: move to recipes-kernelArmin Kuster2018-03-011-36/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mongodb: move to recipes-dbsArmin Kuster2018-03-0113-616/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* soci: move to recipes-dbsArmin Kuster2018-03-012-77/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libdbi: move to recipes-dbsArmin Kuster2018-03-012-23/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* psqlodbc: move to recipes-dbsArmin Kuster2018-03-016-402/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mysql: move to recipes-dbsArmin Kuster2018-03-0116-840/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sqlite: move to recipes-dbsArmin Kuster2018-03-015-157/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp: enable cpliboardZheng Ruoqin2018-02-231-2/+2
| | | | | | | Add --enable-fuse option to enable cpliboard when copying from window OS to linux. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo-tools: 20140601 -> 20170102Huang Qiyu2018-02-231-3/+3
| | | | | | | Upgrade tomoyo-tools from 2.5.0-20140601 to 2.5.0-20170102. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hwdata: 0.291 -> 0.298Huang Qiyu2018-02-231-2/+2
| | | | | | | Upgrade hwdata from 0.291 to 0.298. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp: bug fixZheng Ruoqin2018-02-111-2/+1
| | | | | | | Change default config file for pam to fix the pam problem. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xorgxrdp: change value of PVZheng Ruoqin2018-02-111-1/+1
| | | | | | | Modify value of PV. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uriparser: addTrevor Woerner2018-02-111-0/+14
| | | | | | | | | | Currently I'm aware of the following layers/recipes which depend on uriparser: - meta-measured/recipes-tpm/tpm2-tss - meta-webos-ports/meta-luneos/recipes-webos/luna-sysservice - meta-webos-ports/meta-luneos/recipes-webos/libpbnjson Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nghttp2: Move to meta-networkingOtavio Salvador2018-02-051-13/+0
| | | | | | | | | The nghttp2 depends on c-ares which is provided by meta-networking layer, so it should be moved there as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* recipes: use oe.utils.conditional instead of deprecated base_conditionalMartin Jansa2018-02-013-5/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>