- Mar 18, 2013
-
-
Jackie Huang authored
Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Jackie Huang authored
Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Joe MacDonald authored
Building without systemd enabled results in: WARNING: QA Issue: autofs: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/autofs.service fix that in the PKGCONFIG way. Signed-off-by:Joe MacDonald <joe.macdonald@windriver.com>
-
Andreas Oberritter authored
* Backport patch to make yp optional, which uclibc doesn't provide. * Create patch to include linux/nfs.h instead of nfs/nfs.h. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Wenzong Fan authored
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Jesse Zhang authored
Add dependency on the generated config.h file for pptp.c and version.c. Signed-off-by:
Jesse Zhang <sen.zhang@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Koen Kooi authored
Generated using native compile on FRI2/angstrom Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Uclibc doesn't have aio.h, which xfsprogs checks for. However, xfsprogs doesn't use aio. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Stefan Herbrechtsmeier authored
Replace CXXFLAGS += "-fPIC" with EXTRA_CXXFLAGS to allow native build and use relative paths to simplify recipe. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
luajit does not honor standard CC variables so when its built from shared state it does not compile because --sysroot is wrong. This patch fixes the problem by passing the TOOLCHAIN_OPTONS to appropriate flags so that it gets the correct sysroot value Signed-off-by:
Khem Raj <raj.khem@gmail.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>
-
- Mar 13, 2013
-
-
Andreas Oberritter authored
Otherwise the libav executables (avplay, ffmpeg etc.) get dragged into the image, along with all their dependencies (e.g. SDL). Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Acked-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Fix build with mutlilib enabled architectures when we have libdir != /usr/lib it always would not package libsensors.* since they will get installed into /usr/lib and ignored. So define LIBDIR properly Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Eric BENARD authored
Signed-off-by:
Eric Bénard <eric@eukrea.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>
-
Khem Raj authored
This fixes the compile errors seen when building tcsh from scratch. Its not seen with image builds normally since ncurses is already built due to other image dependencies Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mario Domenech Goulart authored
The previous version (4.1.3-10) was unbuildable due to this issue: WARNING: Failed to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian , attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository <snip>/downloads//git2/git.debian-maintainers.org.git.daniel.libdvdread.git... fatal: Unable to look up git.debian-maintainers.org (port 9418) (Name or service not known) Signed-off-by:
Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
OE-Core now handles the detection of authentication so we don't need to do it here. The bbappend file is kept to provide the upgrade path only, or the revision would go backwards. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Marcin Juszkiewicz authored
When build on host with older eglibc (Ubuntu 12.04) build fails with: /tmp/OE/build/tmp-eglibc/sysroots/genericarmv8/usr/include/bits/predefs.h:23:3: error: #error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead." Signed-off-by:
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 0.18.0 was failing to build after libpng was upgraded to 1.6 in oe-core Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Disable parallel make it does not work all the time Fix build with kernel-headers from 3.8 Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Felipe F. Tonello authored
This recipe was inspired on the gsoap recipe in oe-classic. Signed-off-by:
Felipe F. Tonello <ftonello@cercacor.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>
-
Felipe F. Tonello authored
QExtSerialPort is a serial port library for Qt4/5. Signed-off-by:
Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 12, 2013
-
-
Martin Jansa authored
* drop settings already set in connman.inc Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
* Samba 3.0 doesn't build libnss_*.so * base_sbindir may contain mount.cifs Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> 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>
-
Andreas Müller authored
minor license changes see [1] [1] http://git.xfce.org/panel-plugins/xfce4-eyes-plugin/commit/?id=7cfd829fe7cd5a9df8dc855d3779db6f1f90ab4e Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
while testing this patch a hidden configure error was detected [1] autoreconf: running: gnu-configize Can't load '/home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/auto/Data/Dumper/Dumper.so: undefined symbol: PL_charclass at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/XSLoader.pm line 71. at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/Data/Dumper.pm line 36 Compilation failed in require at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/autoconf/Autom4te/C4che.pm line 33. BEGIN failed--compilation aborted at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/autoconf/Autom4te/C4che.pm line 33. Compilation failed in require at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/autom4te line 37. BEGIN failed--compilation aborted at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/autom4te line 37. autoreconf: Leaving directory `.' but this seems unrelated to geany. [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-March/036745.html Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
the following issues caused similarity index decreasing: | waf: error: no such option: --disable-hildon | Checking for Python : /usr/bin/python2 | Checking for zeitgeist-1.0 >= 0.3.14 : Package zeitgeist-1.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `zeitgeist-1.0.pc' Run tests showed artifacts with google maps. Theses showed up with previous version of midori and current version of firefox too. So they seem independent of this update. Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
* Explicitly disable all other languages than python, which was the only language listed in DEPENDS. * Inherit pythonnative to make it find OE's python executable. * Depend on libpcre in order to reliably enable Swig's regex feature. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 08, 2013
-
-
Jack Mitchell authored
Signed-off-by:Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
-
- Mar 07, 2013
-
-
Jackie Huang authored
The hardcoded lib path will cause apache2 fail to start on the target with other baselib like lib64. Signed-off-by:Jackie Huang <jackie.huang@windriver.com>
-
- Mar 06, 2013
-
-
Martin Jansa authored
systemd-udevd[41]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/60-gpsd.rules:43 systemd-udevd[41]: invalid rule '/etc/udev/rules.d/60-gpsd.rules:43' Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 05, 2013
-
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* systemd support in oe-core does not work for everybody Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-