- Apr 21, 2014
-
-
Robert Yang authored
Fix this error: iautomake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 'yes' value means using pkg-config to find freetype, other values are using FREETYPE_CONFIG=/bin/freetype-config and freetype-config isn't in STAGING_LIBDIR but in STAGING_BINDIR/crossscripts/freetype-config Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Changes: - Add DESCRIPTION and HOMEPAGE - libgd.org is down, use bitbucket.org instead and also remove the MIRROR for it. - Remove the unnecessary specified dir for --with-png. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 20, 2014
-
-
Koen Kooi authored
Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
- add status command - add --oknodo for do_start Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jack Mitchell authored
> starting rsyslogd ... rsyslogd: error: option -c > is no longer supported - ignored Signed-off-by:
Jack Mitchell <jmitchell@cbnl.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Matthieu CRAPET authored
Recipe cleanup: - Add missing license in meta-oe/licenses - Add DESCRIPTION - Use ${BP} and ${SOURCEFORGE_MIRROR} Signed-off-by:Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Matthieu CRAPET authored
This is Google's implementation of VCDIFF (RFC 3284) delta compression. It's more flexible than Xdelta3 (as a developer point of view). v2 patch: State of bitbake world, Failed tasks 2014-03-29 reported a do_configure error: | aclocal: error: non-option arguments are not accepted: '\'. configure.ac file is quite out of date. Submitted patch upstream: http://code.google.com/p/open-vcdiff/issues/detail?id=43 Note: autoupdate could be considered later... Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
gnome-doc-utils had to be added when not depending on nautilus Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Changhyeok Bae authored
* The SRC_URI is not accessible. So need to add mirror site referred by the original site. * The problem is that http://download.savannah.nongnu.org/releases redirects to closest mirror and few mirrors (e.g. .jp) weren't working correctly while http://download-mirror.savannah.gnu.org/releases/ seems to be reliable. Signed-off-by:
Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Changes: - Add DESCRIPTION - Change PN to BPN to fix multilib builds Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Fix an incorrect dependency in makefile so that we can build in parallel. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Trevor Woerner authored
This recipe includes two source tarballs, add a second set of checksums so both have checksum definitions. Signed-off-by:
Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Adam YH Lee authored
If x11-base is included in the image, XFCE4 session does not correctly start because mini-x-session has higher priority at 50. Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Trevor Woerner authored
This option was causing a QA warning: NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot Signed-off-by:Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
stephen.arnold42 authored
This corrects a gpm install failure due to ROOT being used instead of DESTDIR, resulting in DESTDIR being undefined. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by:
Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Trevor Woerner authored
My build always fails if allowed to build in parallel: | make[2]: *** No rule to make target `evemu-record.1', needed by `all-am'. Stop. Signed-off-by:Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Adam YH Lee authored
Build fails due to missing libgnome-keyring static library (libgnome-keyring.la). libgnome-keyring has to be explicitly listed as one of the dependencies. Signed-off-by:
Adam YH Lee <adam.yh.lee@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Koen Kooi authored
The FTP server on ftp.gimp.org hasn't been working for a few weeks now, so switch to http which does work. Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Trevor Woerner authored
Building the examples suffers from host contamination and therefore does not succeed. | arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork --sysroot=... -I/usr/include/SDL ... -lrt -L/usr/lib64 ... | /SSD/build/distroless/tmp/qemuarm-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.2/ld: warning: library search path "/usr/lib64" is unsafe for cross-compilation | /usr/lib64/librt.so: file not recognized: File format not recognized Signed-off-by:
Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Use BPN instead of PN, BP instead of P to fix the multilib builds. Signed-off-by:
Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Update yajl to version 2.1.0: * Correct license * Update SRCREV * Drop PR Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Update libyaml from 0.1.4 to latest version 0.1.5. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
The patch against configure.in was resubmitted to the vim mailing list and was merged into the upstream sources so is no longer needed. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jate Sujjavanich authored
* fix DEPENDS which was triggering rebuild Use PACKAGECONFIG to properly provide the option for libtalloc Signed-off-by:
Jate Sujjavanich <jatedev@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Trevor Woerner authored
This is the license used for the openmotif library. Signed-off-by:
Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Update sg3-utils to version 1.38. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
The configure flags common to all three fftw recipes are moved into fftw.inc and then each recipe just appends the extra flags it needs. This makes it easier to read and modify options which affect all three recipes. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Chong.Lu@windriver.com authored
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue. Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Chong Lu <Chong.Lu@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would cause build issues, so add a wrapper to set the environment variable SWIGLIB to a relative path on current sysroot. Signed-off-by:
Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by:
Mark Hatle <mark.hatle@windriver.com> Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Koen Kooi authored
Also fix build on armv5 Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Chong.Lu@windriver.com authored
package has configure options controlling selinux support, so we want to explicitly use them via PACKAGECONFIG. Signed-off-by:
Joe Slater <jslater@windriver.com> Signed-off-by:
Chong Lu <Chong.Lu@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Chong.Lu@windriver.com authored
Signed-off-by:
Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by:
Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by:
Chong Lu <Chong.Lu@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Marc Ferland authored
Signed-off-by:
Marc Ferland <ferlandm@sonatest.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-