summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* nodejs: add 0.8.18Koen Kooi2013-04-112-0/+101
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* icon-slicer: remove gtk+-native dependency from native buildMartin Jansa2013-04-111-0/+1
| | | | | | * gtk+-native was removed from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmad: removePaul Eggleton2013-04-096-3136/+0
| | | | | | | | | | | This is largely equivalent to the recipe in OE-Core apart from LICENSE_FLAGS, insignificant patch differences, and an additional patch for avr32 optimisation (and since there appears to be no public layer for an avr32 machine, there's not a great deal of point in preserving the latter). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* icon-naming-utils: removePaul Eggleton2013-04-091-23/+0
| | | | | | | | This version is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pngcheck initial add 2.3.0Andreas Müller2013-04-091-0/+22
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: do not hardcode -mfloat-api=softfp for ARM buildsMarcin Juszkiewicz2013-04-092-0/+29
| | | | | | | | | | | | | | | | | | | Configuring for target 'armv7-linux-gcc' | enabling armv7 | enabling armv6 | enabling armv5te | enabling fast_unaligned | Unable to invoke compiler: arm-oe-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv7a -O2 -pipe -g -feliminate-unused-debug-types -fPIC -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wno-unused | | Configuration failed. This could reflect a misconfiguration of your | toolchains, improper options selected, or another problem. If you | don't see any useful error messages above, the next step is to look | at the configure error log file (config.err) to determine what | configure was trying to do when it died. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Update to version 3.6.4.1.Philip Balister2013-04-091-2/+2
| | | | | | | Tested on Cortex-A( based machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.5.2.Philip Balister2013-04-092-5/+5
| | | | | | | Tested on Cortex-A9 based hardware. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* maliit-framework: enable autostartSamuel Stirtzel2013-04-092-1/+13
| | | | | | | maliit-server will start via xdg autostart Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* maliit-framework: fix for Qt applicationsSamuel Stirtzel2013-04-092-1/+46
| | | | | | | fixes a linking issue and also sets the required variable for X based programms Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: Add mirror for when libgd.org is downPaul Barker2013-04-081-0/+2
| | | | | | | | Added http://fossies.org/unix/www/ as a mirror of http://www.libgd.org/releases/ so that gd-2.0.36RC1.tar.gz can still be downloaded when libgd.org is down. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Replace deprecated update-alternatives syntaxPaul Barker2013-04-081-6/+4
| | | | | | | | | | | | | | | | | | Building fbset gave the following warning: WARNING: fbset: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info. update-alternatives.bbclass states that this warning will eventually become an error so this is worth fixing. The use of deprecated syntax is replaced with current syntax to do the same thing. To test that this works, a .deb package was created and the post-install script was checked to ensure that update-alternatives would be called with the exact same arguments as it was by the script generated by the old recipe. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cheetah : Add support for sdk generation.Philip Balister2013-04-041-1/+1
| | | | | | | We need to run cheetah on the host. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orc : Add support for sdk generation.Philip Balister2013-04-041-2/+2
| | | | | | | We need to run orcc on the host. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-fonts: import ttf-inconsolata recipe from oe-classicApelete Seketeli2013-04-042-0/+123
| | | | | | | | | Import ttf-inconsolata recipe from "oe-classic". This is intended to satisfy dependency chain of muffinman-image recipe for the JLime distribution. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libyaml: allow native buildsAndreas Oberritter2013-04-041-0/+2
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: add 0.21.1Koen Kooi2013-04-022-0/+58
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* gperftools: add 2.0Marcin Juszkiewicz2013-03-292-0/+593
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmcrypt: add 2.5.8Marcin Juszkiewicz2013-03-291-0/+12
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunwind: add 1.1 versionMarcin Juszkiewicz2013-03-292-0/+16
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tbb: add 4.1 20130116 version (4.1 update 2)Marcin Juszkiewicz2013-03-293-0/+67
| | | | | | | | | | | | | | Intel® Threading Building Blocks (Intel® TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable and composable, and that have future-proof scalability. Natively supports only x86(-64) targets with fallbacks for non-supported architectures. There is a work at Linaro to add AArch64 and ARMv7a support. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glog: add 0.3.3 versionMarcin Juszkiewicz2013-03-292-0/+15
| | | | | | | | | | | The glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. glog.inc cause meta-linaro has glog_svn.bb recipe as well Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lio-utils: initial add 4.1Ting Liu2013-03-251-0/+59
| | | | | | | | | | | | lio-utils (lio-utils.git) provide a simple low-level configuration tool set for the Target+iSCSI (LIO). lio-utils use the configFS kernel API that is available with LIO, which provides a clean interface for controlling the kernel level Target engine and its fabric module subsystems. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: do not strip during installMarcin Juszkiewicz2013-03-212-1/+2
| | | | | | | | | | | | | | | | | Before: WARNING: File '/usr/lib/openldap/slapd' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapsearch' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapmodify' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapdelete' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapmodrdn' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldappasswd' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapwhoami' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapcompare' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapexop' from openldap was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/ldapurl' from openldap was already stripped, this will prevent future debugging! Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: move /etc/default/busybox-syslog to ${PN}-syslogAndreas Oberritter2013-03-211-0/+2
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fingerterm: Added 1.0.2 recipeFelipe F. Tonello2013-03-211-0/+44
| | | | | | | | Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4 environment. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: add ca-certificates to SIGGEN_EXCLUDERECIPES_ABISAFEAndreas Oberritter2013-03-211-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: support running update-ca-certificates during do_rootfsAndreas Oberritter2013-03-214-16/+87
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit: add (taken from oe-core)Ross Burton2013-03-217-1/+232
| | | | | | | | | PolKit will be removed from oe-core as it isn't massively applicable in embedded, isn't used by anything by default anymore, and future upgrades require the SpiderMonkey JavaScript runtime. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: switch to out-of-tree buildsKoen Kooi2013-03-211-0/+4
| | | | | | | This eliminates a few warnings from the configure step and makes sense in general. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: enable SSE1/2/3 and SSSE3 when finding '-msse3' in TARGET_CC_ARCHKoen Kooi2013-03-211-1/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add i586 *config.h filesKoen Kooi2013-03-183-0/+136
| | | | | | | 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>
* xf86-video-glamo: adapt to xserver 1.14 APIMartin Jansa2013-03-182-1/+50
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsprogs: fix compile with uclibcAndreas Oberritter2013-03-182-1/+108
| | | | | | | | 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>
* libtinyxml: Add native support and use relative pathsStefan Herbrechtsmeier2013-03-181-8/+10
| | | | | | | | 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>
* 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>