summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xdotool: prevent compile-host-path QA issuesMartin Jansa2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | * as shown in the log.do_compile: cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories] * it's caused by Makefile doing: DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include LIBS=$(shell pkg-config --libs x11 xtst 2> /dev/null || echo "$(DEFAULT_LIBS)") INC=$(shell pkg-config --cflags x11 xtst 2> /dev/null || echo "$(DEFAULT_INC)") which always uses the DEFAULT_* since RSS, because there was no pkg-config in the recipe sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uml-utilities: respect LDFLAGS not only for mconsole but for other binaries ↵Martin Jansa2017-04-051-0/+88
| | | | | | as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pngcheck: respect LDFLAGSMartin Jansa2017-04-051-1/+1
| | | | | | | | | * fixes: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/pngcheck/2.3.0-r0/packages-split/pngcheck/usr/bin/pngcheck' [ldflags] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logfsprogs: Blacklist, doesn't have proper PV, doesn't respect LDFLAGSMartin Jansa2017-04-051-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flite-alsa: Blacklist as old and unmaintainedMartin Jansa2017-04-051-0/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: remove redundant build dependency on python2Dmitry Rozhkov2017-04-051-1/+1
| | | | | | | | | | | | | | | The recipe opencv_3.2.bb inherits to either distutils-base or distutils3-base classes or both which do add appropriate build dependency on python or python3 respectively. There's no need to have python in DEPENDS explicitly. It can even make things needlessly complicated in case a user wants to build python3-only images. The redundant build dependency on python is removed from DEPENDS. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-smbus: upgrade to 3.1.2Stefan Agner2017-04-053-6/+8
| | | | | | | | | | | | | Upgrade to 3.1.2 and use Yocto source mirror to follow commit f76fe46e098d ("i2c-tools: point SRC_URI at Yocto source mirrors") in OpenEmbedded cores i2c-tools recipe. With the upgrade to i2c-tools 3.1.2 Python 3 support has been added. To support Python 3 add a common recipe for all common information and one for each supported Python version 2 and 3. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdebug: 2.2.6 -> 2.5.1dengke.du@windriver.com2017-04-051-2/+2
| | | | | | | Upgrade the xdebug to fix the build failure with php 7.1 Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jsonrpc: Backport and create patches to build with muslKhem Raj2017-04-053-1/+56
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Fix build on muslKhem Raj2017-04-057-5/+357
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pavucontrol: Backport patches to build with c++11 stdKhem Raj2017-04-053-1/+655
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunique: Fix build with secutiy flags onKhem Raj2017-04-052-5/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: Find libexecinfo if its on platformKhem Raj2017-04-052-7/+45
| | | | | | fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libexecinfo: Add recipeKhem Raj2017-04-053-0/+169
| | | | | | | | | This package is handy especially with musl to port apps which use glibc backtrace APIs build for musl systems alone Signed-off-by: Khem Raj <raj.khem@gmail.com>
* picocom: Upgrade to 2.2Khem Raj2017-04-052-19/+23
| | | | | | | | Package has moved to github License file got some cosmetic changes see https://github.com/npat-efault/picocom/commit/13fd331d410c2e8c39fa041bd54c3b0a93df64e1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libavc1394: Add libargp on muslKhem Raj2017-04-051-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utouch: Fix build on muslKhem Raj2017-04-052-1/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: Fix build with security flags turned onKhem Raj2017-04-054-1/+119
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: Do not use XLOCALE on muslKhem Raj2017-04-051-1/+4
| | | | | | musl does not have xlocale.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faac: Fix with with security flags and on muslKhem Raj2017-04-053-1/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: Upgrade to 2017.3.23Khem Raj2017-04-051-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdc1394: Update to 2.2.5+Khem Raj2017-04-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw1394: Update to 2.1.2 releaseKhem Raj2017-04-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aufs-util: Define HOSTCCKhem Raj2017-04-051-0/+2
| | | | | | | | | Fixes errors like below | make: cc: Command not found | make: *** [<builtin>: c2sh] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usb-modeswitch-data: Add dep on native tclKhem Raj2017-04-051-0/+2
| | | | | | | | | | | | it has a tclsh need for executing a script during build Fixes | ./gen-rules.tcl | /usr/bin/env: ‘tclsh’: No such file or directory | make: *** [Makefile:26: 40-usb_modeswitch.rules] Error 127 | WARNING: /mnt/b/build/tmp-musl/work/all-oe-linux/usb-modeswitch-data/20170205-r0/temp/run.do_compile.30695:1 exit 1 from 'exit 1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Do not use ucontext_* APIs with muslKhem Raj2017-04-052-0/+29
| | | | | | musl has ucontext.h header but does not implement the APIs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Upgrade to 1.7.8Khem Raj2017-04-051-2/+2
| | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Update to 6.20.00 releaseKhem Raj2017-04-0515-261/+134
| | | | | | Fix segfaults on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-timer-plugin: Fix build when security flags are enabled with clangKhem Raj2017-04-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-closebutton-plugin: Fix build with clangKhem Raj2017-04-052-1/+65
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-efl: blacklist efl-native and dependent recipesMartin Jansa2017-03-319-0/+83
| | | | | | | * I no longer use efl and don't plan to upgrade it to newer version * someone else should step-up and start maintaining meta-efl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zile: fix do_installMartin Jansa2017-03-311-2/+2
| | | | | | | | * --ignore-fail-on-non-empty works when the directory isn't empty, but still reports failure when the directory doesn't exist at all, like in: http://errors.yoctoproject.org/Errors/Details/138248/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcsh, dt: blacklist because tcsh doesn't respect CC variableMartin Jansa2017-03-312-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernelMartin Jansa2017-03-311-2/+2
| | | | | | | | | | * 5.1.14 fails with default linux-yocto version: CC [M] qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.o qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.c:93:23: error: 'generic_readlink' undeclared here (not in a function) .readlink = generic_readlink, ^~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: make sure that do_compile fails when some module failed to ↵Martin Jansa2017-03-312-0/+8
| | | | | | | | | | | | | | | | | build * otherwise we get the failure from do_install with useless log: DEBUG: Executing shell function do_install install: cannot stat 'vboxsf.ko': No such file or directory WARNING: exit code 1 from a shell command. * instead of the real issue like 5.1.14 currently has with default linux-yocto version: CC [M] qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.o qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.c:93:23: error: 'generic_readlink' undeclared here (not in a function) .readlink = generic_readlink, ^~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.orgMartin Jansa2017-03-311-1/+1
| | | | | | * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-abyssinica: fix SRC_URIMartin Jansa2017-03-311-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: inherit autotools-brokensepMartin Jansa2017-03-311-1/+1
| | | | | | | | * otherwise build fails with: http://errors.yoctoproject.org/Errors/Details/138387/ make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: use github.com instead of retired fedorahosted.orgMartin Jansa2017-03-311-8/+7
| | | | | | * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailcap: use pagure.org instead of retired fedorahosted.orgMartin Jansa2017-03-311-4/+6
| | | | | | * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hwdata: use github instead of fedorahosted.orgMartin Jansa2017-03-311-4/+6
| | | | | | | * fedorahosted is retired https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atop: Fix build with muslKhem Raj2017-03-312-0/+98
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: fix install failuredengke.du@windriver.com2017-03-311-4/+4
| | | | | | | | | | | | | After switch to RSS(recipe specific sysroot), the php package failed when installing. This is because the build system can't find the file: pear.conf, that file stay in "${D}/${STAGING_DIR_NATIVE}" directory before the switch, now stay in "${RECIPE_SYSROOT_NATIVE}" directory, so we need to place it in correct place. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-group-rule.inc: Fix comment typo "polkid" -> "polkitd"Robert P. J. Day2017-03-311-1/+1
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glm: Fix rootfs error for glm-dev installTom Hochstein2017-03-311-0/+1
| | | | | | | | Since glm is header only, the default RDEPENDS from glm-dev to glm causes a rootfs error. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* alsa-equal: Update SRC_URI to something validKhem Raj2017-03-311-2/+2
| | | | | | | www.thedigitalmachine.net has disappeared Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-slip-dbus: Update SRC_URI to githubKhem Raj2017-03-311-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: Update to 20160618-3.1 releaseKhem Raj2017-03-312-4/+22
| | | | | | | fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libndp: Include sys/select.h in ndptool.cKhem Raj2017-03-312-1/+28
| | | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cpp: Upgrade to 1.1.2 rc5Khem Raj2017-03-311-5/+4
| | | | | | | Fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>