summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* luajit: Fix build with SSTATE enabledKhem Raj2013-03-181-2/+2
| | | | | | | | | | | | | 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>
* libav: library packages shouldn't rdepend on libav packageAndreas Oberritter2013-03-131-1/+2
| | | | | | | | | 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>
* layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFEAndreas Oberritter2013-03-131-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors: Upgrade 3.3.2 -> lmsensors_3.3.3Khem Raj2013-03-131-5/+3
| | | | | | | | | | | 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>
* net-snmp: EXTENDPV is now EXTENDPKGVEric BENARD2013-03-131-2/+2
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcsh: Depend on ncurses.Khem Raj2013-03-131-1/+1
| | | | | | | | | | 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>
* libdvdread: update to version 4.2.0Mario Domenech Goulart2013-03-132-16/+17
| | | | | | | | | | | | | | 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>
* polkit: Remove authentication override as it is handled in OE-CoreOtavio Salvador2013-03-131-8/+1
| | | | | | | | | 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>
* onig: do not use system headersMarcin Juszkiewicz2013-03-132-1/+46
| | | | | | | | | 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>
* poppler: upgrade to 0.18.4Martin Jansa2013-03-132-12/+10
| | | | | | * 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>
* bridge-utils: Upgrade to 1.5Khem Raj2013-03-133-6/+33
| | | | | | | | 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>
* gsoap: added gsoap 2.8.12 recipeFelipe F. Tonello2013-03-133-0/+54
| | | | | | | 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>
* tcsh: Upgrade tcsh_6.17.02.bb -> tcsh_6.18.01.bbKhem Raj2013-03-135-71/+16
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qextserialport: Added 1.2rc recipeFelipe F. Tonello2013-03-131-0/+55
| | | | | | | 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>
* krb5: Fix .debug packaging warning after debug striping was fixedMartin Jansa2013-03-131-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: fix install for older samba versionsAndreas Oberritter2013-03-121-3/+5
| | | | | | | | * 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>
* geany: fix build on perl-less machinesAndreas Müller2013-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | 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>
* swig: avoid host contamination, make build deterministicAndreas Oberritter2013-03-121-5/+29
| | | | | | | | | | | | * 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>
* gpsd: fix udev rules fileMartin Jansa2013-03-062-2/+2
| | | | | | | 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>
* lmbench: update config scriptChunrong Guo2013-03-022-1/+14
| | | | | | | | | *fix bug that can not find CONFIG file |error: run ./results|./results: line 15: .: CONFIG.p2041rdb: file not found * update CONFIG file path Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmbench: use spaces for indentationMartin Jansa2013-03-021-7/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-box2d: add, from oe-coreRoss Burton2013-03-022-0/+29
| | | | | | | This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: fix compile by removing extra check for c++ compilerAndreas Müller2013-03-022-1/+52
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt: fixed directory typoFelipe F. Tonello2013-02-212-0/+0
| | | | | Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: initial add 1.22Andreas Müller2013-02-191-0/+13
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: added recipe libconnman-qtFelipe F. Tonello2013-02-192-0/+106
| | | | | | | | | | | | This recipe provides the Qt library and QML plugins for connman. MJ: exported INSTALL_ROOT to fix build with dash MJ: dropped AUTOREV MJ: dropped TAG and replaced with SRCREV for 0.4.0 Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* swig: upgrade to 2.0.9 and add patch to fix swiglibMartin Jansa2013-02-194-8/+78
| | | | | | | | | | | | | | | * FindSWIG.cmake is using swig -swiglib to find swig.swg and set SWIG_DIR without that patch swig -swiglib reports absolute path to datadir how it was on builder which created sstate archive, reusing swig from sstate results in invalid path hardcoded in swig binary and FindSWIG reporting missing swig * unfortunately it's not using any config file we could make relocateble with SSTATE_SCAN_FILES * LICENSE-UNIVERSITIES change is only formal Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* obexd, id3lib: fix LIC_FILES_CHKSUM URLMartin Jansa2013-02-191-1/+1
| | | | | | | | | * how was it possible to check LIC_FILES_CHKSUMs before? I know it was building, now it fails with: ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file: /OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: update to 1.7.0Marcin Juszkiewicz2013-02-192-51/+7
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-feedparser: add new recipe for version 5.1.3Paul Eggleton2013-02-171-0/+14
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* samba: Split libnss-winbind packageOtavio Salvador2013-02-163-6/+7
| | | | | | | | | This allows for applications to resolv wins without the winbindd and sambad. Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors: Add lmsensors-config RRECOMMENDSThomas Fitzsimmons2013-02-163-37/+19
| | | | | Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors-config: Initial commitThomas Fitzsimmons2013-02-165-0/+50
| | | | | | | | | | | | | | lmsensors-config provides lmsensors configuration files. The main lmsensors recipe provides machine-independent parts of lmsensors, while this recipe allows configuration files to be machine-specific. The packages consist of: * lmsensors-config-libsensors: libsensors configuration file * lmsensors-config-sensord: sensord logging daemon configuration files * lmsensors-config-fancontrol: fancontrol script configuration file Signed-off-by: Thomas Fitzsimmons <fitzsim@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkhtml2: add, from oe-coreRoss Burton2013-02-161-0/+38
| | | | | | | Nothing in oe-core uses this anymore, but claws-mail in meta-oe does. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* waffle: new package, a GL deferred resolution library.Ross Burton2013-02-162-0/+61
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* oniguruma: add 5.9.3 versionMarcin Juszkiewicz2013-02-161-0/+15
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: upgrade to 20130119Martin Jansa2013-02-161-2/+2
| | | | | | * old archive is no longer on upstream URL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* minidlna: Integrated version 1.0.25Andrei Gherzan2013-02-163-0/+108
| | | | | | | Add two patches to fix build. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtorrent: Integrated version 0.9.3Andrei Gherzan2013-02-162-0/+110
| | | | | | | Add patch to avoid running AC_RUN_IFELSE code while configuring package. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtorrent: Integrated version 0.13.3Andrei Gherzan2013-02-162-0/+111
| | | | | | | Add patch to avoid running AC_RUN_IFELSE code while configuring package. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x264: Add patch to remove default flags -mcpu=cortex-a8 and -mfpu=neonAndrei Gherzan2013-02-162-1/+25
| | | | | | | | -march flag is not in CFLAGS so this will always default to -mcpu=cortex-a8 -mfpu=neon. Obviously wrong for other machines. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* redis: add new recipe for redis-2.6.9Kevin Baker2013-02-166-0/+742
| | | | | | | | | | | | | | | | | | | | | A recipe for Redis 2.6.9, an advanced key-value store. Needed some patching of Makefiles and deps to get it to work with OE. OE Specific configuration: This is built to override MALLOC and use libc's malloc instead of the provided jemalloc or tcmalloc that weren't building correctly. Also the default savepoint setting was updated in the default redis.conf to tune for a small embedded system. Known Bug: redis-cli eats all the input on a serial port - watch out when using the serial console with redis-cli. see https://github.com/antirez/linenoise/issues/38 Tested with Yocto "Danny" / armv7a. Signed-off-by: Kevin Baker <kevinb@ventureresearch.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mg: add recipe for version 20110905Mario Domenech Goulart2013-02-161-0/+20
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-update-common: removeAndreas Müller2013-02-162-22/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update-fonts.bbclass: remove - we now use oe-core's fontcache.bbclassAndreas Müller2013-02-161-40/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fontsAndreas Müller2013-02-1611-24/+21
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: update to 3.0.2 and tweakPaul Eggleton2013-02-161-7/+6
| | | | | | | | | | | * Update to version 3.0.2 * Update LIC_FILES_CHKSUM - substance of the license did not change, but some copyright/origin notes for specific parts were added. * Add SUMMARY * Move packaging definitions to the end Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: tweak recipePaul Eggleton2013-02-161-2/+2
| | | | | | | | * Set SUMMARY instead of DESCRIPTION * Make LICENSE more specific Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-psutil: add new recipe for version 0.6.1Paul Eggleton2013-02-161-0/+14
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gevent: add new recipe for version 0.13.8Paul Eggleton2013-02-161-0/+19
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>