summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* libglade: add a recipe from oe-coreAlexander Kanavin2016-09-054-0/+648
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: Fix S4U2Self KDC crash when anon is restrictedAlexandru Moise2016-09-052-0/+64
| | | | | | | | | | | | | | This is CVE-2016-3120 The validate_as_request function in kdc_util.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) before 1.13.6 and 1.4.x before 1.14.3, when restrict_anonymous_to_tgt is enabled, uses an incorrect client data structure, which allows remote authenticated users to cause a denial of service (NULL pointer dereference and daemon crash) via an S4U2Self request. Signed-off-by: Alexandru Moise <alexandru.moise@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: split tools directory into vim-tools packageAlexandru Moise2016-09-051-2/+2
| | | | | | | | | | | | | | Normal install of vim packs with it also the /usr/share/vim/vim*/tools directory that consist of a bunch of scripts such as "vim132" that just starts up vim in 132 column mode for VT-100 terminals and lookalikes. Created the vim-tools separate package for the tools directory. If anyone needs these scripts they can be added to the fs image together with their dependencies. Signed-off-by: Alexandru Moise <alexandru.moise@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: 2.4.43 -> 2.4.44Wang Xin2016-09-051-3/+3
| | | | | | | | 1)Upgrade openldap from 2.4.43 to 2.4.44. 2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: add libhugetlbfs-perl to RDEPENDSMingli Yu2016-09-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Add libhugetlbfs-perl to RDEPENDS for libhugetlbfs as some perl scripts in package libhugetlbfs depend on the perl module provided by libhugetlbfs-perl * Update the perl module install folder to $(LIBDIR64)/perl/${@get_perl_version(d)}/TLBC such as /usr/lib64/perl/5.22.1/TLBC/OpCollect.pm otherwise the perl scripts can't find the perl module as below: Can't locate TLBC/OpCollect.pm in @INC (you may need to install the TLBC::OpCollect module) (@INC contains: /usr/bin /etc/perl /usr/lib64/perl/site_perl/5.22.1/ /usr/lib64/perl/site_perl/5.22.1 /usr/lib64/perl/vendor_perl/5.22.1/ /usr/lib64/perl/vendor_perl/5.22.1 /usr/lib64/perl/5.22.1/ /usr/lib64/perl/5.22.1 /usr/local/lib/site_perl .) at /usr/bin/cpupcstat line 12. BEGIN failed--compilation aborted at /usr/bin/cpupcstat line 12. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitpkgv: Fix $GITPKV for a single named git sourceClemens Lang2016-09-051-1/+8
| | | | | | | | | | | | | | | Recipes that fetch from a single git source, assign a name to this source and do not set SRCREV_FORMAT to this name will always get a GITPKGV value of "default", which causes version-going-backwards QA errors. Fix this by automatically determining a suitable SRCREV_FORMAT from the SRC_URI if none is set explicitly. This code does not run for multiple git sources, because bitbake's fetcher enforces setting SRCREV_FORMAT when multiple version-controlled sources are used. Signed-off-by: Clemens Lang <clemens.lang@bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 4.5.0Jonathan Liu2016-09-051-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: control ipv6 support based on DISTRO_FEATURESJackie Huang2016-09-051-1/+4
| | | | | | | | Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iperf: control ipv6 support based on DISTRO_FEATURESJackie Huang2016-09-051-0/+3
| | | | | | | | Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: Add python3-argparse module to RDEPENDSFabio Berton2016-09-051-0/+1
| | | | | | | | Python module argparse was removed from python3-misc package, so we need to add new python3-argparse package to RDEPENDS. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efivar: fix PIC not foundHongxu Jia2016-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, we tweak gcc option for gold linker to workaround link failure, it caused shared object dependencies missing while non gold linker: Print shared object dependencies in target: ...... root@localhost:~# ldd /usr/sbin/efibootmgr linux-vdso.so.1 (0x00007ffdbbbe4000) libc.so.6 => /lib64/libc.so.6 (0x00007fce48355000) PIC => not found libefivar.so.0 => /usr/lib64/libefivar.so.0 (0x00007fce4813d000) PIC => not found libefiboot.so.0 => /usr/lib64/libefiboot.so.0 (0x00007fce47f33000) /lib64/ld-linux-x86-64.so.2 (0x00007fce486f2000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fce47d2f000) ...... The efivar dynamic library missing PIC option. Do not apply gold linker fix while non gold linker. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: Add recipe for vbox 5.xKhem Raj2016-09-052-2/+69
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: 0.17.1 -> 0.17.2Wang Xin2016-08-311-2/+2
| | | | | | | Upgrade libqb from 0.17.1 to 0.17.2. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs, arm: map TUNE_FEATURES to --with-arm-fpu parametersPascal Bach2016-08-311-1/+5
| | | | | | | The same code is used in the nodejs recipe from meta-nodejs Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: use shared zlib instead of bundled onePascal Bach2016-08-311-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: update to 1.7.4Pascal Bach2016-08-311-1/+1
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "testfloat: Fix No GNU_HASH in the elf binary warnings"Martin Jansa2016-08-311-2/+0
| | | | | | There is v2 patch for this. This reverts commit 8885e4a2f17b4573e47cab575cd4428345d29a11.
* testfloat: Fix No GNU_HASH in the elf binary warningsFahad Usman2016-08-311-1/+1
| | | | | | | | These warnings are observed when testfloat is cross-compiled with certain external toolchains. Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-2230-40/+40
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove PR = "r0"Martin Jansa2016-08-225-9/+0
| | | | | | * this is default value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-2248-367/+382
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* spitools: bump git revision (SRCREV)texierp2016-08-221-2/+2
| | | | | | | The new revision fix the build of spitools with the musl C library. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: make /etc/collectd.conf a CONFFILEKoen Kooi2016-08-221-0/+2
| | | | | | | | Getting your config nuked everytime you update collectd is annoying, so properly tag it as CONFFILES. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* testfloat: Fix No GNU_HASH in the elf binary warningsFahad Usman2016-08-221-0/+2
| | | | | | | | These warnings are observed when testfloat is built with certain external toolchains. Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wipe: fix QA warning for GNU_HASHYi Zhao2016-08-222-0/+18
| | | | | | | | Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx86-1: fix QA warning for GNU_HASHYi Zhao2016-08-222-0/+18
| | | | | | | | Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: Standardize use of "_append" versus use of "+="Robert P. J. Day2016-08-226-8/+8
| | | | | | | Remove superfluous "+=", then manually add necessary leading space. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: 20150325-3.1 -> 20160618-3.1Wang Xin2016-08-221-2/+2
| | | | | | | Upgrade libedit from 20150325-3.1 to 20160618-3.1. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hwdata: 0.288 -> 0.291Dai Caiyun2016-08-221-2/+2
| | | | | | | Upgrade hwdata from 0.288 to 0.291. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gperftools: upgrade to 2.5Qi.Chen@windriver.com2016-08-222-12/+18
| | | | | | | | Upgrade gperftools and set COMPATIBLE_HOST according to testing results for this version. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dialog: 1.2-20150920 -> 1.3-20160424Wang Xin2016-08-221-2/+2
| | | | | | | Upgrade dialog from 1.2-20150920 to 1.3-20160424. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ctapi-common: 1.1-11 -> 1.1-14Wang Xin2016-08-221-4/+4
| | | | | | | Upgrade ctapi-common from 1.1-11 to 1.1-14. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* corosync: 2.3.5 -> 2.4.0Wang Xin2016-08-221-2/+2
| | | | | | | Upgrade corosync from 2.3.5 to 2.4.0. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opensc: update to version 0.16.0Derek Straka2016-08-221-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libp11: update to version 0.4.0Derek Straka2016-08-221-1/+8
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* engine-pkcs11: update to version 0.2.2Derek Straka2016-08-221-5/+7
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* utouch-mtview: remove blacklistDerek Straka2016-08-221-2/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* utouch-frame: fix build errors associated with xmllintDerek Straka2016-08-222-4/+18
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks2: Update to 2.1.7Khem Raj2016-08-222-3/+31
| | | | | | | | | | Fix below build with musl while here | ../../udisks-2.1.7/udisks/udisksclient.c:2004:6: warning: '__GNUC_PREREQ' is not defined, evaluates to 0 [-Wundef] | # if __GNUC_PREREQ(4,6) || __clang__ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: Fix build when security flags are enabled with clangKhem Raj2016-08-222-0/+134
| | | | | | | | | | | | | | clang is more pedantic and throws below errors ../../libgphoto2-2.5.8/camlibs/ptp2/chdk.c:1131:14: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */ ^~~~~~~~~ Backport a patch to silence the warnings where it avoids the use of sprintf all the way Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: fix aclocal-copy aclocal-copyRobert Yang2016-08-221-2/+2
| | | | | | | | | | | | | Fixed do_install error: | DEBUG: Executing shell function do_install | cat: aclocal-copy/libtool.m4: No such file or directory | cat: aclocal-copy/lt~obsolete.m4: No such file or directory | cat: aclocal-copy/ltoptions.m4: No such file or directory | cat: aclocal-copy/ltsugar.m4: No such file or directory | cat: aclocal-copy/ltversion.m4: No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: update to version 2.2.3Derek Straka2016-08-222-6/+49
| | | | | | | | * Upstream removed vpx support in favor of webp * Explicity disable webp support Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: Add new PACKAGECONFIG for graphvizRicardo Ribalda Delgado2016-08-221-0/+1
| | | | | | | Although it does not have an obvious name (gvc), Graphviz is an optional library configurable via configure.ac. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
* libp11: fix fetch error.Armin Kuster2016-08-221-1/+1
| | | | | | | | | ERROR: libp11-0.3.0-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/OpenSC/libp11.git;protocol=http'. Unable to fetch URL from any source. removed "protocol=http: Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: upgrade from 6.9.2 to 7.0.2Randy MacLeod2016-08-221-6/+6
| | | | | | | | | The copyright end year update made the LICENSE file checksum change. That line is in the middle of the file so the license checksum has been updated rather than specifying two ranges of lines. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* utouch-frame,utouch-mtview: BlacklistMartin Jansa2016-08-152-0/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ninja: update to version 1.7.1Derek Straka2016-08-151-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: Set RRECOMMENDS to linux-firmware-radeonHeghedus Razvan2016-08-151-1/+1
| | | | | | | | | xf86-video-ati has linux-firmware in RRECOMMENDS_${PN} because it needs linux-firmware-radeon. But beside linux-firmware-radeon, linux-firmware adds unneeded packages, these packages having ~ 110MB. Signed-off-by: Heghedus Razvan <razvan.heghedus@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glog: Update to version 0.3.4Ricardo Ribalda Delgado2016-08-154-17/+58
| | | | | | | | | | -The repository has been moved to github. -There is a new release 0.3.4 -Add a user configurable dependency on gflag -Merge .inc file on the recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: New recipeRicardo Ribalda Delgado2016-08-151-0/+20
| | | | | | | | | | | C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Used optionally by glog Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>