aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2018-03-16libiio: update and improve recipeAdrian
* 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>
2018-03-16vboxguestdrivers: upgrade to 5.2.8Martin Jansa
* 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>
2018-03-16uim: add glibc-utils glibc-gconv-euc-jp only for libc-glibcMartin Jansa
* 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>
2018-03-16libeigen: remove unused patchMaxin John
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>
2018-03-16flite: remove leftover patchMaxin John
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>
2018-03-16nano: 2.7.4 -> 2.9.3Huang Qiyu
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>
2018-03-16fltk: rework packagingAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12eventlog: change SRC_URI because of invalid old addressLi Zhou
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>
2018-03-12gnulib: use deltask instead of noexecMark Asselstine
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>
2018-03-12libol: 0.3.18Huang Qiyu
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>
2018-03-12xrdp: remove fuse from depend and move to PACKAGECONFIGArmin Kuster
fuse is in meta-filesystems Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12toscoterm: only include when x11 in DISTRO_FEATURESArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12fltk: only include when x11 in DISTRO_FEATURESArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12uim: add distro_features_check for x11Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12xrdp, xorgxrdp: require pam in DISTRO_FEATURESMartin Jansa
* 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>
2018-03-12xorgxrdp: add distro_features_check for x11Martin Jansa
* 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>
2018-03-05classes/recipes: Convert SkipPackage -> SkipRecipeMaxin John
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>
2018-03-01vboxguestdrivers: upgrade to 5.2.6Martin Jansa
* 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>
2018-03-01postgres: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01edac-utils: move to recipes-bspArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01cryptsetup: move to cryptoArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01evtest: move to recipes-testArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01passwdqc: move to recipes-securityArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01libcrypto: move to recipes-cryptoArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01pkcs11-helper: move to recipes-cryptoArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01engine-pkcs11: move to recipes-cryptoArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01libmcryt: movre to recipes-cryptoArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01lm_sensors: move to recipes-bspArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01cpufrequtils: move to recipes-bspArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01tomoyo-tools: move to recipes-secuityArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01fbtest: move to recipe-testsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01ipmiutil: move to recipes-kernelArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01ipmitool: move to recipes-kernelArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01mongodb: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01soci: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01libdbi: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01psqlodbc: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01mysql: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-01sqlite: move to recipes-dbsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-23xrdp: enable cpliboardZheng Ruoqin
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>
2018-02-23tomoyo-tools: 20140601 -> 20170102Huang Qiyu
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>
2018-02-23hwdata: 0.291 -> 0.298Huang Qiyu
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>
2018-02-11xrdp: bug fixZheng Ruoqin
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>
2018-02-11xorgxrdp: change value of PVZheng Ruoqin
Modify value of PV. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11uriparser: addTrevor Woerner
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>
2018-02-05nghttp2: Move to meta-networkingOtavio Salvador
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>
2018-02-01recipes: use oe.utils.conditional instead of deprecated base_conditionalMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-01-26Remove deprecated python3-subprocess from the RDEPENDSDerek Straka
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>
2018-01-26Remove deprecated python3-textutils from the RDEPENDSDerek Straka
The python3-textutils 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>
2018-01-26Remove deprecated python3-argparse from the RDEPENDSDerek Straka
The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>