summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* libtinyxml2: drop trailing continuation character in do_compileMartin Jansa2016-02-251-2/+1
| | | | | | | | | | | * with newer bitbake it parses it differently and task fails: http://errors.yoctoproject.org/Errors/Details/35147/ DEBUG: Executing shell function do_compile /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}") WARNING: exit code 2 from a shell command. ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* soci: Fix build when static libs disabledRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xmlstarlet: Disable PARALLEL_MAKERichard Purdie2016-02-251-0/+7
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler-data: Fix to work with changed makeflagsRichard Purdie2016-02-251-1/+1
| | | | | | | Without this, the data is installed into /usr/local and fails QA checks. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Fix to work with disabled static libsRichard Purdie2016-02-251-0/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-ttf: update to 2.0.14Andreas Müller2016-02-251-7/+3
| | | | | | | Licence checksum was changed by change of copyright year. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: update to 2.0.11Andreas Müller2016-02-252-65/+7
| | | | | | | | | | * Licence changed to Zlib [1] * patch does not apply anymore and does not seem to miss [1] https://www.libsdl.org/projects/SDL_ttf/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdelta3: Package update to 3.0.11Armin Kuster2016-02-253-91/+4
| | | | | | | | | | | | removed two files as they got accecpted upstream Update SRC_URI to location where this version exists Includes security fix CVE-2014-9765 CVE-2014-9765 xdelta: buffer overflow in main_get_appheader (fixed in 3.0.9 and after) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-251-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-setup-keyboard: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-251-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsodium: Update to version 1.0.8.Philip Balister2016-02-251-2/+2
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bash-completion: move to oe-coreGeorge McCollister2016-02-151-39/+0
| | | | | | | | Move bash-completion to OE core since recipes are creating packages that should RDEPEND on bash-completion. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ckermit: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mg: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-0/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pngcheck: Explicitly set EXTRA_OEMAKE as requiredMike Crowe2016-02-151-1/+2
| | | | | | | | | This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade to 4.3.36Martin Jansa2016-02-151-2/+2
| | | | | | | | | | | | | | | | * 4.3.30 isn't compatible with newer kernels and fails with: 4.3.30-r0/vbox_module/vboxsf/lnkops.c: In function 'sf_follow_link': 4.3.30-r0/vbox_module/vboxsf/lnkops.c:43:5: error: implicit declaration of function 'nd_set_link' [-Werror=implicit-function-declaration] nd_set_link(nd, error ? ERR_PTR(error) : path); ^ 4.3.30-r0/vbox_module/vboxsf/lnkops.c: In function 'sf_put_link': 4.3.30-r0/vbox_module/vboxsf/lnkops.c:49:18: error: implicit declaration of function 'nd_get_link' [-Werror=implicit-function-declaration] char *page = nd_get_link(nd); ^ * see: https://www.virtualbox.org/ticket/14227 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hunspell: initial add 1.3.3Andreas Müller2016-02-151-0/+18
| | | | | | | | | | | | | | | There are at least three different places where hunspell recipe is found [1-3]. Let's move it to a more common place to avoid further redundancy. Native extension is required for libreoffice-native in meta-office [4]. [1] https://github.com/openwebos/meta-webos/blob/master/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [2] https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-upstreamable/hunspell/hunspell_1.3.2.bb [3] https://github.com/schnitzeltony/meta-office/blob/master/recipes-support/hunspell/hunspell_1.3.3.bb [4] https://github.com/schnitzeltony/meta-office Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: enable native buildIoan-Adrian Ratiu2016-02-151-0/+2
| | | | | | | | This is required by the apr-util & apache2 recipes to enable ldap support without breaking the build (nothing provides -native) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: 2.6.0 -> 3.3.0 and remove from pnblacklistSven Ebenfeld2016-02-157-344/+105
| | | | | | | | | | | Since building mongodb was impossible currently, I updated the recipe and got it working on arm >= v6, x86 and x86_64. Unfortunately, it fails building with system-boost for the current version 1.60. The corresponding ticket SERVER-17294 of mongodb jira is still in progress. So we use the built-in version of boost. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* start-stop-daemon: Upgrade 1.16.0.2 -> 1.17.25Ioan-Adrian Ratiu2016-02-152-8/+51
| | | | | | Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Brad Mouring <brad.mouring@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: initial add 2.2.17Andreas Müller2016-02-011-0/+52
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: initial add 3.1.0Andreas Müller2016-02-011-0/+23
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* frame: initial add 2.5.0Andreas Müller2016-02-011-0/+21
| | | | | | | Note: configure.ac asks for xorg-server explicitly. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atop: add recipeKai Kang2016-02-016-0/+176
| | | | | | | | | | | | | | Add recipe for atop. * remove bashisms for scripts * fix permissions for executable files * create volatile directory /var/volatile/log/atop * implement status command in sysvinit script * drop atopacctd which is excluded from most distribution such as Ubuntu and Fedora Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: improve packaging of OpenLDAP modulesBruno Vernay2016-02-011-1/+27
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Fix out of tree builds ( S != B )Khem Raj2016-02-012-3/+38
| | | | | | | Remove assumption about glibc == linux Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Portable fixes for fixing compile with muslKhem Raj2016-02-015-1/+247
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: update to 2.0.11Armin Kuster2016-02-011-3/+3
| | | | | | | LIC_FILES_CKSUM changed do to adding version history. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wmiconfig: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* s3c64xx-gpio: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* s3c24xx-gpio: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: 1.6.7 -> 1.7.0Dai Caiyun2016-01-271-3/+3
| | | | | | | Upgrade cryptsetup from 1.6.7 to 1.7.0. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: 3.5.4.1 -> 3.6.4Dai Caiyun2016-01-274-29/+27
| | | | | | | | | | | | | | | | | | | | | | Upgrade syslog-ng from 3.5.4.1 to 3.6.4. 1) Modify the syslog-ng.service-the-syslog-ng-service.patch,since the datas has been changed. 2) Delete these patches,since they are not needed any more. afsql-afsql_dd_insert_db-refactor.patch deinit-the-new-config-when-reverting-to-the.patch free-global-LogTemplateOptions.patch still-free-the-unconsumed-item.patch syslog-ng-verify-the-list-before-del.patch rewrite-expr-grammar.ym-Free-up-token.patch logwriter-dont-allocate-a-new-buffer.patch 3) Fix WARNING: QA Issue: syslog-ng-libs rdepends on libpcre, but it isn't a build dependency? [build-deps] QA Issue: syslog-ng rdepends on libpcre, but it isn't a build dependency? [build-deps] 4) Fix ERROR: QA Issue: non -staticdev package contains static .a library: work/i586-poky-linux/syslog-ng/3.6.4-r0/packages-split/syslog-ng/usr/lib/syslog-ng/libtest/libsyslog-ng-test.a' [staticdev] Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* espeak: fix host-user-contaminatedYi Zhao2016-01-271-0/+1
| | | | | | | | | Fix QA warning: WARNING: QA Issue: espeak: /espeak/usr/share/espeak-data/mbrola_ph/de6_phtrans is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: use BP in SRC_URIRobert Yang2016-01-271-1/+1
| | | | | | | The PN caused multilib do_fetch error. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: remove recipes using or depending on qt4 bbclasses or recipesMartin Jansa2016-01-147-266/+0
| | | | | | | | | | | | | * anki is removed because it runtime depends on python-pyqt, other recipes are inheriting one of bbclasses removed from oe-core in: commit cb89d2b25b4edb1241bc5426a69a6bc44df9be2c Author: Alexander Kanavin <alexander.kanavin@linux.intel.com> Date: Fri Nov 27 15:48:20 2015 +0200 qt4: remove recipes and classes * if you're still using one of these recipes add it to meta-qt4 layer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: Add recipe for POCO C++ libraryPascal Bach2016-01-143-0/+152
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsmi: 0.4.8 -> 0.5.0Dai Caiyun2016-01-141-3/+4
| | | | | | | | | | Upgrade libsmi from 0.4.8 to 0.5.0. Fix error: QA Issue: libsmi: Files/directories were installed but not shipped in any package: /usr/share/yang/* Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: 2.02.125 -> 2.02.138Dai Caiyun2016-01-143-5/+5
| | | | | | | Upgrade lvm2 from 2.02.125 to 2.02.138. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: -native also needs gold workaroundKoen Kooi2016-01-141-0/+3
| | | | | | | When the host distro uses gold mariadb-native fails to build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iksemel: blacklist because of gnutls upgradeMartin Jansa2016-01-061-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin*: blacklist because of gnutls upgradeMartin Jansa2016-01-062-0/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libetpan, claws*: blacklist because of gnutls upgradeMartin Jansa2016-01-061-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: backport patch to fix build with newer gstreamerMartin Jansa2016-01-062-2/+74
| | | | | | | | | | | | * otherwise the include path will miss sysroots/qemux86/usr/lib/gstreamer-1.0/include * and build will fail like this: In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstbin.h:27:0, from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gst.h:35, from /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/freerdp/1.2.5+gitrAUTOINC+62da9d28c6-r0/git/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:36: /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstelement.h:55:27: fatal error: gst/gstconfig.h: No such file or directory compilation terminated. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engine-pkcs11: 0.1.8 -> 0.2.0Li xin2016-01-061-5/+5
| | | | | | | | | | | | Upgrade engine-pkcs11 from 0.1.8 to 0.2.0. 1) Modify LIC_FILES_CHKSUM,since the LICENSE file has changed,and the LICENSE has also changed. 2) Fix error: QA Issue: engine-pkcs11: Files/directories were installed but not shipped in any package: /usr/lib/openssl/engines/libpkcs11.la /usr/lib/openssl/engines/libpkcs11.so Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: 9.4.4 -> 9.4.5Li xin2016-01-061-2/+2
| | | | | | | Upgrade postgresql from 9.4.4 to 9.4.5. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libp11: 0.2.8 -> 0.3.0Li xin2016-01-061-2/+2
| | | | | | | Upgrade libp11 from 0.2.8 to 0.3.0. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailcap: 2.1.44 -> 2.1.45Li xin2016-01-061-4/+4
| | | | | | | Upgrade mailcap from 2.1.44 to 2.1.45. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: 0.7 -> 0.8Li xin2016-01-063-8/+6
| | | | | | | | | | Upgrade dfu-util from 0.7 to 0.8. Modify SRC_URI,since the original one can‘t be opened. Modify 0001-configure.ac-Don-t-check-for-usbpath.patch,since the datas has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-ttf: initial add 2.0.12Andreas Müller2016-01-063-0/+31
| | | | | | | it is sdl2 version of libsdl-ttf and reuses patches from libsdl-ttf Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>