aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2016-10-05mariadb: update to version 5.5.52Armin Kuster
Update to latest from 5.5.50 to 5.5.52, maintenance updates. includes CVE-2016-6662 affects < 5.5.51 Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-10-05gmock: fixed installing pkgconfig file and libraries on x86_64 architectureMateusz Nowakowski
Signed-off-by: Mateusz Nowakowski <mateusz.cz.nowakowski@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05jq: add support for jq-native + misc minor fixesAndre McCurdy
- Add PACKAGECONFIG options for docs, maintainer-mode and oniguruma Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05onig: update 5.9.3 -> 5.9.6Andre McCurdy
2014/12/12: Version 5.9.6 2013/11/27: [impl] add onigenc_end_unicode(). (thanks Takenori Imoto) 2013/11/27: [impl] add onig_add_end_call(). (thanks Takenori Imoto) 2013/10/21: Version 5.9.5 2013/10/21: [impl] escape warnings for -Wall. (regparse.c) 2013/10/21: [bug] fixes an issue on Windows x64. (thanks Anatoliy Belsky) The issue was discovered in PHP, see https://bugs.php.net/64769. 2013/10/21: [impl] remove unused variable. (regcomp.c) 2013/04/04: Version 5.9.4 2013/04/04: [dev] remove Makefile.in from git repository. 2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config) (thanks Giulio Paci) https://web.archive.org/web/20150702035706/http://www.geocities.jp/kosako3/oniguruma/HISTORY_5X.txt Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05onig: add support for orig-native + misc minor fixesAndre McCurdy
- Add support for orig-native - Drop unnecessary dependency on libevent - Update HOMEPAGE and SRC_URI to webarchive mirrors (originals no longer available) - Switch binconfig -> binconfig-disabled Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05thrift: disable javaCody P Schafer
Without this, thrift will try to use system java to build it's java bindings, which is both unexpected and may fail depending on the version of system java. Signed-off-by: Cody P Schafer <dev@codyps.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05libsmi: rdepends on wget and set WGET as target pathWenzong Fan
* /usr/bin/smicache requires wget: + WGET=/usr/bin/wget * Set the WGET as target path to avoid host contamination. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05mariadb: replace the CC with CC_VERSION and CXX with CXX_VERSIONYue Tao
mysqlbug.sh is a bug report script. It makes a report with the build information, including gcc version. The CC is the local path of gcc, which is useless for bug report, and the path may expose private information, so change it to CC_VERSION. Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05ttf-lklug: use fedora24 for sourceJoe Slater
The checksums of the fedora25 rpm do not match those in the recipe. We use the fedora24 version instead. The extracted gz file is the same for both versions. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05edac-utils: add systemd support and required dependencies for edacdengke.du@windriver.com
Changed in V2: Change the title to eliminate confused. Add systemd unit files for edac-utils. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05haveged: don't compile in mips16e modeAndré Draszik
While a gcc was filed here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757 disable mips16e compilation in the mean time. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-05lvm2: enable option o_directWenlin Kang
During some lvm operations, e.g, create many volumes, we notice a quite big degradation in performance with o_direct disabled, if enabled the performance get much better, so, here we should enable this option. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03multipath-tools: Obey exported LDFLAGSAdrian Dudau
This avoids a "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03pam-passwedqc: Obey exported LDFLAGSAdrian Dudau
This avoids a "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03libnet: fixes musl libc buildMing Liu
This patch is back ported from libnet upstream. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03rsyslog: fixes musl libc buildMing Liu
- struct timeval is defined in sys/time.h with a musl libc. - include fcntl.h without the conditional checking. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03Remove bashismsHe Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03poppler: update to 0.47.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03php: update 5.6.25Armin Kuster
This update includes the following security fixes: CVE-2016-7411 CVE-2016-7412 CVE-2016-7413 CVE-2016-7414 CVE-2016-7416 CVE-2016-7417 CVE-2016-7418 plus other bug fixes. http://www.php.net/ChangeLog-5.php#5.6.26 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03hostapd: Security Advisory-CVE-2016-4476Zhixiong Chi
Add CVE-2016-4476 patch for avoiding \n and \r characters in passphrase parameters, which allows remote attackers to cause a denial of service (daemon outage) via a crafted WPS operation. patches came from http://w1.fi/security/2016-1/ Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03gperftools: fix to work on aarch64Chen Qi
Add '--disable-libunwind' to make it work on aarch64. This would avoid system hanging when using libtcmalloc.so. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03mariadb: add libdbd-mysql-perl to RDEPENDSMingli Yu
* Add libdbd-mysql-perl to RDEPENDS as mysql_setpermission depends on DBD::mysql module root@test:~# mysql_setpermission -h Option h is ambiguous (help, host) Password for user to connect to MySQL: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (you may need to install the DBD::mysql module) (@INC contains: /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 /usr/lib64/perl/5.22.1 .) at (eval 11) line 3, <STDIN> line 1. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation of 'mysql' isn't right. Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge. at /usr/bin/mysql_setpermission line 90. * Add libmysqlclient to Provides as libdbd-mysql-perl depend on it Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03mariadb: add libdbi-perl to RDEPENDSZhixiong Chi
The commands(mysql_convert_table_format and mysql_setpermission) need the supported API provided by the libdbi-perl package. So add the libdbi-perl to the variable RDEPENDS of mariabdb-server. Move libdbi-perl from meta-perl to meta-oe Signed-off-by: Zhixiong Chi <Zhixiong.Chi@windriver.com> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03libdbd-mysql-perl: add new recipeMingli Yu
* Add new recipe libdbd-mysql-perl as mariadb-server rdepends on it Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03p7zip: do not hardcode path in native wrapper scriptJonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03mpich: fix QA issue and remove blacklistJackie Huang
Remove the reference of S from .la and DEBUG_PREFIX_MAP from .pc file to avoid QA issues. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03logwatch: 7.4.1 -> 7.4.3Wang Xin
Upgrade logwatch from 7.4.1 to 7.4.3. Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26vboxguestdrivers: upgrade to 5.1.6 to fix build with default kernel from ↵Martin Jansa
oe-core 4.8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26p7zip, mce-inject: update LIC_FILES_CHKSUMMartin Jansa
* both were failing since last upgrade, but nobody noticed, because nobody reads QA issues in "bitbake world status" e-mails and LIC_FILES_CHKSUM mismatch wasn't fatal due to bug in insane.bbclass * http://errors.yoctoproject.org/Errors/Details/83571/ * http://errors.yoctoproject.org/Errors/Details/83572/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26mozjs: fix crash on non-x86 64 bit systemsKoen Kooi
Mozjs is mozillaware, meaning that it barely works on x86 and is plain broken on everything else. This time mozjs assumes that noone will ever have more than 47bit for VA, breaking aarch64 which can have more. Thanks to polkit developers using mozjs systemd will crash early during boot when using polkit. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26fftw: fix native buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26fftw: fix reconfigure error introduced in previous patchAndreas Müller
| config.status: executing libtool commands | mv: cannot move ‘<WORKDIR>/build’ to ‘<WORKDIR>/build-fftw/build’: Directory not empty | WARNING: <WORKDIR>/temp/run.do_configure.21632:1 exit 1 from 'mv <WORKDIR>/build <WORKDIR>/build-fftw' | ERROR: Function failed: do_configure (log file is located at <WORKDIR>/temp/log.do_configure.21632) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26lirc: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26gpsd: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26rsyslog: upgrade to 7.6.7Wenzong Fan
* fix CVEs CVE-2014-3634, CVE-2014-3683 * rebase the patch use-pkgconfig-to-check-libgcrypt.patch * backport fixes for build error: lexer.l:34:14: error: expected identifier or '(' before '__extension__' * replace the old configure option '--enable-cached-man-pages' with '--disable-generate-man-pages' Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26crash: Enforce use of LDFLAGS during makeAdrian Dudau
This avoids a "QA Issue: No GNU_HASH in the elf binary:". Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26imagemagick: depend on fftw not virtual/fftwAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26fftw: build all configurations by one recipeAndreas Müller
* avoids conflicts installing same files into sysroot * for packages requiring a specific version of fftw: simply add fftw to DEPENDS * no need for some distro decision - recipes depndong on fftw take what they need * each executable is packed into an own package to avoid dragging in all libraries Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26gimp: update to 2.8.18Andreas Müller
rework DEPENDS: * multiple lines * add intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26upower: don't start on boot by default - dbus does that on demandAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26jack: update to 0.125.0rc1Andreas Müller
* put neccessary sources together * add PACKAGECONFIGs for alsa and portaudio * remove magic and unknown EXTRA_OEMAKE - have no idea what it was for * remove TWL4030 specific patch - this is somthing a bsp layer should do * replace patch for checking if already installed by config --enable-force-install Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26tslib: move recipe from oe-coreMaxin B. John
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26xtscal: move recipe from oe-coreMaxin B. John
Move xtscal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26pointercal: move recipe from oe-coreMaxin B. John
Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26portaudio: upgrade to latest releaseRoss Burton
PortAudio has moved from Subversion to Git, so the SRC_URI needs to be updated. They also have stable tarballs so instead of taking a random git hash use the latest release. This was svn revision 1919 so to keep the version order correct hard-code this into the PV. The license is in fact MIT, so use that in LICENSE instead of PortAudio (which wasn't defined anywhere, resulting in QA warnings). Add a patch to pass LDFLAGS to all the compiles. Remove the useless assignment to TESTS. Install the test suite manually using libtool so that we don't install the wrapper scripts. Explicitly disable ASIHPI to avoid floating dependencies. Remove redundant commented-out lines. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26poco: update to 1.7.5Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26mpv: include PACKAGECONFIG_CONFARGS in EXTRA_OECONFMartin Jansa
* otherwise jack is autodetected: mpv-0.15.0: mpv rdepends on libjack, but it isn't a build dependency, missing jack in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26libgit2: add dependency on libssh2Martin Jansa
* autodetected as reported in bitbake world status e-mails: libgit2-0.24.1: libgit2 rdepends on libssh2, but it isn't a build dependency, missing libssh2 in DEPENDS or PACKAGECONFIG? [build-deps] * log.do_package: DEBUG: libgit2: Dependency libssh2.so.1 requires package libssh2 (used by files: /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/libgit2/0.24.1-r0/packages-split/libgit2/usr/lib/libgit2.so.0.24.0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26gammu: add dependency on unixodbcMartin Jansa
* autodetected for smsd as reported in bitbake world status e-mails: gammu-1.32.0: libgsmsd rdepends on unixodbc, but it isn't a build dependency, missing unixodbc in DEPENDS or PACKAGECONFIG? [build-deps] * log.do_package: DEBUG: libgsmsd: Dependency libodbc.so.2 requires package unixodbc (used by files: /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/gammu/1.32.0-r0/packages-split/libgsmsd/usr/lib/libgsmsd.so.7.1.32.0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26jasper: add PACKAGECONFIG for openglMartin Jansa
* fixed 3 autodetected dependencies: WARN: jasper: jasper-bin rdepends on freeglut, but it isn't a build dependency? WARN: jasper: jasper-bin rdepends on libgl-mesa, but it isn't a build dependency? WARN: jasper: jasper-bin rdepends on libglu, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>