- Jan 01, 2014
-
-
Andrei Gherzan authored
Commit based on: https://raw.github.com/tworaz/oe-tworaz/master/meta-jlime/recipes-support/libssh/libssh_0.5.2.bb Updated version to latest. Signed-off-by:
Andrei Gherzan <andrei@gherzan.ro> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Matthieu CRAPET authored
This new recipe discards the old recipe in OE-Classic: http://layers.openembedded.org/layerindex/oe-classic/recipe/16369/ When building ready-to-use images (like .vmdk), it is sometimes convenient to have a fancy shell environment. Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Christopher Larson authored
Reported-by:
Drew Moseley <drew_moseley@mentor.com> Signed-off-by:
Christopher Larson <chris_larson@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Felipe F. Tonello authored
By default "xuser" cannot execute this binary. So we fix it. Signed-off-by:
Felipe F. Tonello <eu@felipetonello.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
David Nyström authored
Signed-off-by:
David Nyström <david.nystrom@enea.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
David Nyström authored
Signed-off-by:
David Nyström <david.nystrom@enea.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Dec 31, 2013
-
-
Martin Jansa authored
* unlike BBCLASSEXTENDed native support, dependencies in mariadb-native don't get automatic -native suffix, so mariadb-native was depending on target ncurses and zlib. * move the dependency from .inc and apply it with right suffix Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* either fix build to prevent trying to access compiler or don't set PACKAGE_ARCH, signature is different for different MACHINEs e.g. List of dependencies for variable TUNE_ARCH changed from 'set(['X86ARCH32', 'X86ARCH64'])' to 'set([])' Hash for dependent task gettext_0.18.3.1.bb.do_populate_sysroot changed from 915bae004926e982f835d12f511a5f2b to 24c8263bb82124c9000fff3eab16d293 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Dec 21, 2013
-
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
The -dev has a runtime dependency against ${PN} which is empty; we allow it to be empty to satisfy the dependency instead of mangingling the -dev dependencies. Signed-off-by:Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
* This updates to the 3.4.2 release and rework the packaging splitting the C bindings in another binary package to reduce footprint in rootfs; this also moves geos-config to the development package as it should. * Fix -dev installation and upgrade path Using 'lib_package' renames the binaries and we need a transitional package to be used as upgrade path. This is done using an empty 'geos' package which installs the new ones as runtime dependency. This same package is used to satisfy -dev dependency of geos package allowing for its inclusion into SDK. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
The pointercal-xinput has been moved to OE-Core so we should handle it here. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Philip Balister authored
Includes a patch from Zeroc to help with ice builds. Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
dv@pseudoterminal.org authored
Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
ulf@emagii.com authored
xfconf-4.10.0 does not use OE sysroot as is. --with-sysroot=yes will make configure run CC --print-sysroot and use that. When searching the PATH for perl, no target perl is found, since PATH does not contain any reference. Instead native perl is found, and if certain perl packages are installed on the host machine, the xfconf perl support is enabled which may cause the build to fail on 64 bit hosts. If the perl packages are not installed on the host, then perl support in xfconf is disabled, and the xfconf build will succeed, even on 64 bit hosts. If native perl is found, and the perl packages are available on the host, the perl support is enabled. Since native perl is used, the native linker is used to link the resulting *target* code. The perl support requires some libraries, which are built for the target. If the host is 64 bit (x86_64) and the target is 32 bit (ARM?), there is a mismatch which is detected by the linker, and the libraries found are rejected. If the host does not have the correct libraries, then the xfconf build fails. If the host has the correct libraries, then the linker will try to link host libraries with the target application. The patch will define PERL as the target perl. This means that configure will look for the required perl packages in the target sysroot, instead of in the native filesystem. The patch has been tested in Angstrom master, which does not build the required perl packages, and thus perl support in xfconf is disabled, and the build succeeds. A simpler way to do this, proposed by Charles Ash <ashcharles@gmail.com> is to simply disable the perl-support in xfconf. This patch will be better, if ever the support for the needed perl packages is added to the OpenEmbedded/Angstrom build. Signed-off-by:
Ulf Samuelsson <ulf@emagii.com> Tested-by:
Ash Charles <ashcharles@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
ulf@emagii.com authored
Signed-off-by:
Ulf Samuelsson <ulf@emagii.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Also fix build with freetype 2.5.1 Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Fixes compile errors like | gnome-rfont.c:31:30: fatal error: freetype/ftglyph.h: No such file or directory | #include <freetype/ftglyph.h> | ^ | compilation terminated. | make[3]: *** [gnome-rfont.lo] Error 1 Fix header inclusion mechanism for freetype headers Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
This recipe follows gnome-3.2 release and SHA in SRCREV also belongs to same branch. Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Denis Carikli authored
Signed-off-by:
Denis Carikli <denis@eukrea.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jukka Rissanen authored
Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Wenzong Fan authored
Below errors only occurs on Ubuntu 13.10: $arch-linux-libtool: link: g++ ... -o .libs/mysqltest_embedded \ ../../libmysqld/.libs/libmysqld.so -ldl ../../libmysqld/.libs/libmysqld.so: undefined reference to `dlopen' ../../libmysqld/.libs/libmysqld.so: undefined reference to `dlclose' ../../libmysqld/.libs/libmysqld.so: undefined reference to `dlerror' ../../libmysqld/.libs/libmysqld.so: undefined reference to `dlsym' GCC/ld verion on the host: gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1 GNU ld (GNU Binutils for Ubuntu) 2.23.52.20130913 This is a strange behavior on Ub13.10, it fails even '-ldl' in the link command line. This patch will append '-ldl' to dependency_libs in libmysqld.la. Signed-off-by:Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
drop fix-parallel-build.patch update md5sum/sha256sum refresh no-werro.patch Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org> Acked-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
Add lua 5.2.2 recipe. Update: * remove bitwise_operators.patch that lua uses bit32 library to support for bitwise operations. * update uclibc-pthread.patch Signed-off-by:Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Kang Kai authored
When enable multilib on x86-64, it fails to build lib32-rsyslog with error: | ERROR: Function failed: SYSTEMD_SERVICE_lib32-rsyslog value lib32-rsyslog.service does not exist It uses wrong value ${PN}.service to set SYSTEMD_SERVICE. Correct it by using BPN. Signed-off-by:Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Dec 17, 2013
-
-
Andrea Adami authored
Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
Koen Kooi authored
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by:Koen Kooi <koen.kooi@linaro.org>
-
- Dec 13, 2013
-
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Dec 12, 2013
-
-
Chong Lu authored
Previously, modphp estimates endian on host rather than checks it on target. If the host is little-endian and the target is big-endian, modphp claims that endian is little. As a result, a memory location that it is not allowed to access when calling libphp5.so module on target. It will occur segmentation fault. This patch enables endian check support for modphp. Signed-off-by:
Chong Lu <Chong.Lu@windriver.com> Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com>
-
- Dec 09, 2013
-
-
Roy Li authored
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue; add /var/lib/ftp as user ftp home-dir. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
stephen.arnold42 authored
Initial recipe created by Steve Arnold. Original build patch and 1.0.10 recipe graciously contributed by bencoh (in #oe on irc.freenode.net). New recipe and init script contributed by this author. Built and tested on master branches using author's fork of meta-raspberrypi. Signed-off-by:
stephen.arnold42 <stephen.arnold42@gmail.com> Signed-off-by:
Sébastien Mennetrier <s.mennetrier@innotis.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- Dec 05, 2013
-
-
Martin Jansa authored
* oe-core version of xinput-calibrator installs 30xinput_calibrate.sh and ls -X used in Xsession script sorts it as last (not respecting the numbers) and xinput-calibrator is executed too late (after 90xXWindowManager) * don't forget to update all your components installing Xsession.d files as well Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Nick D'Ademo authored
Pass LIB_SUFFIX to CMake during a multilib build so that the generated library folder has the correct suffix. Signed-off-by:
Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Christopher Larson authored
The 'config' script which gets run returns '../scripts/CONFIG.<machine>', so the current value was '${datadir}/lmbench/../scripts/CONFIG.<machine>', which is obviously not ideal. Remove the $SHAREDIR prefix, as the relative path will work from the scripts dir where lmbench-run runs. With this, we can install a custom CONFIG.qemux86 into ${datadir}/lmbench/scripts/, for example. Signed-off-by:Christopher Larson <kergoth@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Christopher Larson authored
Rather than hardcoding ${datadir}/rubygems, we can let it find the gems relative to its own location, to make it relocatable. Signed-off-by:Christopher Larson <kergoth@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Nick D'Ademo authored
Pass libdir to EXTRA_OECONF so that recipe generates the correct library folder in a multilib build. Install shared library symbolic link to image. Signed-off-by:
Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-