summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libsmi: rdepends on wget and set WGET as target pathWenzong Fan2016-10-051-1/+3
| | | | | | | | | | * /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>
* mariadb: replace the CC with CC_VERSION and CXX with CXX_VERSIONYue Tao2016-10-052-0/+27
| | | | | | | | | | 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>
* webmin: ensure correct PERLLIB pathChen Qi2016-10-051-0/+3
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-lklug: use fedora24 for sourceJoe Slater2016-10-051-1/+1
| | | | | | | | | | 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>
* edac-utils: add systemd support and required dependencies for edacdengke.du@windriver.com2016-10-052-1/+24
| | | | | | | | | | 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>
* haveged: don't compile in mips16e modeAndré Draszik2016-10-051-0/+2
| | | | | | | | | 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>
* lvm2: enable option o_directWenlin Kang2016-10-051-1/+2
| | | | | | | | | | 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>
* multipath-tools: Obey exported LDFLAGSAdrian Dudau2016-10-031-0/+2
| | | | | | | 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>
* pam-passwedqc: Obey exported LDFLAGSAdrian Dudau2016-10-031-0/+2
| | | | | | | 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>
* libnet: fixes musl libc buildMing Liu2016-10-032-1/+61
| | | | | | | 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>
* rsyslog: fixes musl libc buildMing Liu2016-10-032-0/+63
| | | | | | | | - 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>
* Remove bashismsHe Zhe2016-10-032-2/+4
| | | | | Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* physfs: move to sources found at github/supertuxAndreas Müller2016-10-033-11/+67
| | | | | | | | | * It seems that physfs is still maintained there and has the functionality required by latest supertux. * License changed Copyright year causing checksum change. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: update to 0.47.0Andreas Müller2016-10-032-9/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-clipman-plugin: update to 1.4.0Andreas Müller2016-10-031-3/+2
| | | | | | | | | optional usage of libunique was removed in [1] [1] https://git.xfce.org/panel-plugins/xfce4-clipman-plugin/commit/configure.ac.in?id=75071c2c4c6090dc8b7a06ceca958dcca4d2283b Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-notifyd: update to 0.3.2Andreas Müller2016-10-031-2/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-calculator-plugin: update to 0.6.0Andreas Müller2016-10-032-9/+9
| | | | | | | | * License checksum change was caused by FSF address change * add gtk-icon-cache to inherit Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: update to 0.8.8Andreas Müller2016-10-031-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-whiskermenu-plugin: update to 2.0.1Andreas Müller2016-10-031-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: update to 0.11.1Andreas Müller2016-10-032-10/+22
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-power-manager: update to 1.6.0Andreas Müller2016-10-031-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: update 5.6.25Armin Kuster2016-10-032-2/+2
| | | | | | | | | | | | | 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>
* layer.conf: add LAYERVERSION and LAYERDEPENDSJoe Slater2016-10-031-0/+6
| | | | | | | | | The layer README states we depend on meta-ruby and meta-oe, but bitbake-layers show-cross-depends does not find these dependencies. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: Security Advisory-CVE-2016-4476Zhixiong Chi2016-10-032-0/+87
| | | | | | | | | | 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>
* gperftools: fix to work on aarch64Chen Qi2016-10-031-2/+3
| | | | | | | | 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>
* xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with ↵Martin Jansa2016-10-033-0/+7
| | | | | | default kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: add libdbd-mysql-perl to RDEPENDSMingli Yu2016-10-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* mariadb: add libdbi-perl to RDEPENDSZhixiong Chi2016-10-032-1/+1
| | | | | | | | | | | | 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>
* libdbd-mysql-perl: add new recipeMingli Yu2016-10-031-0/+25
| | | | | | | | * 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>
* p7zip: do not hardcode path in native wrapper scriptJonathan Liu2016-10-031-2/+4
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: fix QA issue and remove blacklistJackie Huang2016-10-031-2/+4
| | | | | | | | 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>
* evince: add intltool-native to DEPENDSAndreas Müller2016-10-031-1/+1
| | | | | | | | WARNING: evince-3.18.2-r5 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logwatch: 7.4.1 -> 7.4.3Wang Xin2016-10-031-2/+2
| | | | | | | 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>
* gthumb, libgnomekbd, gnome-desktop: add dependency on intltool-nativeMartin Jansa2016-09-263-3/+3
| | | | | | | | | * fixes: WARNING: gnome-desktop-2.32.1-r6 do_configure: Missing DEPENDS on intltool-native WARNING: libgnomekbd-2.32.0-r0 do_configure: Missing DEPENDS on intltool-native WARNING: gthumb-2.12.4-r4 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade to 5.1.6 to fix build with default kernel from ↵Martin Jansa2016-09-261-5/+2
| | | | | | oe-core 4.8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* p7zip, mce-inject: update LIC_FILES_CHKSUMMartin Jansa2016-09-262-2/+2
| | | | | | | | | | * 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>
* mozjs: fix crash on non-x86 64 bit systemsKoen Kooi2016-09-262-0/+116
| | | | | | | 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>
* fftw: fix native buildAndreas Müller2016-09-261-1/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fftw: fix reconfigure error introduced in previous patchAndreas Müller2016-09-261-0/+3
| | | | | | | | | | | 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>
* lirc: Fix build with clangKhem Raj2016-09-262-0/+50
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: Fix build with muslKhem Raj2016-09-262-0/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: Fix build issue found with muslKhem Raj2016-09-262-16/+46
| | | | | | | limits.h is needed for PATH_MAX and NAME_MAX Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtmpdump: fix QA warning for GNU_HASHCarlos Rafael Giani2016-09-261-1/+1
| | | | | | | | The package wasn't actually using the OE CFLAGS and LDFLAGS. These must be passed as XCFLAGS and XLDFLAGS to make. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdparanoia: fix QA warning for GNU_HASHCarlos Rafael Giani2016-09-262-0/+43
| | | | | | | Patch Makefile.in files to use LDFLAGS when linking the shared objects Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: upgrade to 7.6.7Wenzong Fan2016-09-263-17/+66
| | | | | | | | | | | | | | | * 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>
* openl2tp: Obey LDFLAGS in MakefileAdrian Dudau2016-09-262-0/+16
| | | | | | | 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>
* crash: Enforce use of LDFLAGS during makeAdrian Dudau2016-09-261-0/+1
| | | | | | | 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>
* grubby: add bash to RDEPENDS_grubby-ptestMingli Yu2016-09-262-31/+1
| | | | | | | | | | | * Add bash to RDEPENDS_grubby-ptest * As grubby upstream still continually updates ptest script test.sh with bash specific syntax such as commit 98cab84501f86bd98f12653c11f4ecc632139399 and etc, so no need to remove bashisms Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: depend on fftw not virtual/fftwAndreas Müller2016-09-261-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fftw: build all configurations by one recipeAndreas Müller2016-09-264-46/+61
| | | | | | | | | | | | * 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>