aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-02-23lzma: Various cleanups and a bugfixTom Rini
We use the subdir parameter to SRC_URI so that we will unpack into the normal S directory rather than WORKDIR (which avoids a race with the append to unpack and removal of empty log files). Next, we replace the regex to override the compiler with a patch that really does it where it's needed (C/LzmaUtil) and now we have a target liblzma.a rather than host liblzma.a. For CPP/7zip/Compress/LZMA_Alone we just need to pass in correct values via CXX_C / CXX. Given the structure of the Makefile it's easiest to pass in the rest of the flags as part of the compiler. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23linux/jlime: removed obsolete kernel recipes, added a new one.Filip Zyzniewski
We need to focus on developing a new set of kernels and userspace, hence the cleanup. Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23gcc 4.1.2: fix dependency_libs for libstdc++ and libsupc++Frans Meulenbroeks
This fixes a QA issue in gcc 4.1.2. The patch is identical to what is done in gcc 4.2.2 and 4.2.4 The issues caused neek compilations to fail Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> (on irc)
2011-02-23loudmouth: Part of GNOMETom Rini
The previous upstream URI is gone and what's on ftp.gnome.org implies it's long been part of GNOME. Sources for 1.1.1 and 1.3.2 are non-fetchable so move to nonworking. Update 1.0.1, 1.2.2 and 1.4.3 to fetch from GNOME_MIRROR and bump PR (as DEPENDS changed). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-23qcanobserver: add svnr41 + socketcan driverKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-23linux-2.6.37: upgrade to 2.6.37.1Martin Jansa
* update om-gta0* defconfigs like 8e4bd2fd4cbf1c75acd30adbd3aaa074c3175a3e and 1516588acd3c4b4dd4add71d06ab8ce0d1bafa02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-23linux-firmware: update to current git and split out the wl12xx stuff that ↵Koen Kooi
was added in between Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-23elfe: add elementary to DEPENDSKoen Kooi
| checking for E... configure: error: Package requirements (enlightenment | elementary | efreet >= 1.0.0 | ) were not met: | | No package 'elementary' found Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-23elfe: add initial recipe for new embedded e17 launcherSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-02-23e-module: introduce INC_PR and use it in all depending recipesSimon Busch
We set INC_PR initially to r5 as some of the dependencies already defined a PR which max was r4. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Martin.Jansa <Martin.Jansa@gmail.com>
2011-02-23evas: disable NEON forcefully, it is still causing misrendering when enabledKoen Kooi
Upstream changed the default for NEON from disabled to enabled, so the recipe has to catch up Tested with angstrom 2008.1 on a beagleboard C4 Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-23beagleboard NAND image: new image and matching taskKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-22jansson: new version 1.3Steffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2011-02-22strongswan: Add version 4.5.1Tom Rini
strongSwan is an alternative to openswan. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-22SlugOS: slugos-packages - reinstate squid, add task-sdk-nativeMike Westerhof
2011-02-22This patch changes hard-coded references to /usr and /opt in the variousMike Westerhof
squid config.test scripts to point to the correct sysroot paths. This version accommodates the unusual staging dir layout used by micro. Signed-off-by: Mike Westerhof <mike@mwester.net> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-02-22opencv 2.2: unbreak SIFT for ARMKoen Kooi
https://code.ros.org/trac/opencv/ticket/910 Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-22linux-2.6.34: add unwinding to om-gta01's defconfigDenis 'GNUtoo' Carikli
* taken from om-gta02 change 1516588acd3c4b4dd4add71d06ab8ce0d1bafa02 Adding unwinding remove CONFIG_FRAME_POINTER while preserving its debug functionalities at the cost of a bigger image (that we mitigate by using LZMA compression instead of gzip) Pratically speaking that should result in speed improvements: Speed seem to be faster but was not tested scientifically. Here's the unwinding help: This option enables stack unwinding support in the kernel using the information automatically generated by the compiler. The resulting kernel image is slightly bigger but the performance is not affected. Currently, this feature only works with EABI compilers. If unsure say Y. And the frame pointer help: If you say N here, the resulting kernel will be slightly smaller and faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled, when a problem occurs with the kernel, the information that is reported is severely limited. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-21SlugOS: slugos-packages - update to keep the package feeds buildingMike Westerhof
(demote squid until patch accepted; promote a few that are fixed; and clarify comments regarding a few that need yet to be fixed.)
2011-02-21openssl.inc: Add linux-powerpc64 to the linux-powerpc caseTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-21ronetix-pm9g45: Added new machine, with kernel 2.6.30.Leon Woestenberg
2011-02-21avahi: add libcap2 to DEPENDSKoen Kooi
avahi will pick it up already if present: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?id=6384666b6ae4781c1d16818b4f0d02f5f9af7906 Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-21aceofpenguins, mokomaze, numptyphysics: bump PR to rebuild with right libpng ↵Martin Jansa
in RDEPENDS after a44300e54ce49be9ffd34eecabdfaae4faf9c143 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-20SlugOS: udev - add SlugOS-specific override to drop the dependency on depmodMike Westerhof
(SlugOS will declare its own dependency so that it can optionally use busybox)
2011-02-20SlugOS: update-modules - correct SlugOS-specific RDEPENDS overrideMike Westerhof
to bring it into alignment with the newer RDEPENDS_${PN} technique.
2011-02-20SlugOS: busybox - add modutils support in preparation to switch.Mike Westerhof
2011-02-20SlugOS: enable in-kernel atheros 5k device support for DSM-G600Mike Westerhof
2011-02-20libacpi: SET OE LDFLAGS in recipePau Espin Pedrol
Fixes ld problem related to GNU_HASH Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20linux-2.6.34: add unwinding to om-gta02's defconfigDenis 'GNUtoo' Carikli
Adding unwinding remove CONFIG_FRAME_POINTER while preserving its debug functionalities at the cost of a bigger image (that we mitigate by using LZMA compression instead of gzip) Pratically speaking that should result in speed improvements: Speed seem to be faster but was not tested scientifically. Here's the unwinding help: This option enables stack unwinding support in the kernel using the information automatically generated by the compiler. The resulting kernel image is slightly bigger but the performance is not affected. Currently, this feature only works with EABI compilers. If unsure say Y. And the frame pointer help: If you say N here, the resulting kernel will be slightly smaller and faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled, when a problem occurs with the kernel, the information that is reported is severely limited. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
2011-02-20wpa-supplicant 0.7: use madwifi solution from 0.5.x and 0.6.xKoen Kooi
This makes the package only machine dependant if 'madwifi' is both in machine features and distro features. This avoids having to build an identical wpa-supplicant for every machine which is a significant saving for both machine and distro maintainers. Fun fact: no in-tree machine has madwifi in machine features. Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-20Revert "gvfs 1.7.2: Drop DEFAULT_PREFERENCE"Tom Rini
Pushed too soon, revert the pins as well. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20package_deb.bbclass/apt: armel architecture name for eabi systems.Filip Zyzniewski
For dpkg EABI system architecture is called armel, not arm. Reference: http://wiki.debian.org/ArmEabiPort Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20less_436.bb: provide absolute path in ALTERNATIVE_PATH.Filip Zyzniewski
Relative path causes dpkg's update-alternatives to ignore this alternative. Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20wpa-supplicant-0.7.3: use MACHINE_ARCHAndreas Oberritter
* Because of madwifi, wpa-supplicant depends on COMBINED_FEATURES. Thus, PACKAGE_ARCH must be set to MACHINE_ARCH. * Use INC_PR and bump it. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20gvfs 1.7.2: Drop DEFAULT_PREFERENCETom Rini
This is the version required for glib-2.28.0 which is default unless pinned. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20libphone-ui-shr: fix "Missing inherit gettext?"Thomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2011-02-20linux: moved calamari to 2.6.34Frans Meulenbroeks
I've been using this for quite a while but apparently forgot to commit it. this makes iscsi-target build Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-20Revert "libinih: add"Frans Meulenbroeks
This reverts commit 92f66ee0a4e0958bfabc10cc2c2e8a211e8e31f3. This recipe gives a parsing error ERROR: Error parsing /home/frans/oe/openembedded/recipes/libinih/libinih_git.bb: Fetch command export HOME="/home/frans"; export SSH_AUTH_SOCK="/tmp/ssh-CCruJ2497/agent.2497"; export PATH="/home/frans/oe/openembedded/conf/bin:/home/frans/oe/openembedded/bin:/home/frans/oe/myopenembedded/conf/bin:/home/frans/oe/myopenembedded/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/ppce500v2/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin:/home/frans/oe/tmp_minimal/sysroots/i686-linux/sbin:/home/frans/oe/tmp_minimal/sysroots/i686-linux//bin:/home/frans/oe/bitbake/bin:/home/frans/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/gnome/bin:/usr/lib/qt3/bin:/home/frans/bin:."; git ls-remote git://projetos.ossystems.com.br/git/libinih.git master failed with signal 128, output: fatal: read error: Connection reset by peer also SRCREV = AUTOREV is less desirable
2011-02-19xinetd: Update recipe from 2.3.13 -> 2.3.14Khem Raj
* Fix autoconf so that it can be regenerated with newer autconf versions * Should work on armeb automagikally now Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-19base-files: update om-gta02's fstab and bump PRDenis 'GNUtoo' Carikli
The update is based on the default fstab, it fixes a long standing bug where the rootfs was hardcoded to /dev/mtdblock6 with the jffs2 filesystem. The om-gta02 machine can boot from microsd or from mtd(jffs2 or ubifs), so not hardcoding the defult rootfs is good. Note that some lines were not imported from the default fstab: * The devpts mount point is mounted by /etc/init.d/mountdevsubfs.sh: From #openmoko-cdevel on Freenode on irc: Feb 19 18:20:22 <elisa42> its mounteted by mountdevsubfs.sh * usbfs mount point is absent(/proc/bus/usb doesn't exist on target) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-02-19qt4-tools-sdk: use host include headers for dbusOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19libinih: addOtavio Salvador
This provides a C and C++ INI library that can be statically linked into projects. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19cups: add textonly filter and split packagesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19cups: merge cups14.inc into cups 1.4.4 recipeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19cups: merge cups.inc into cups 1.2.12 recipeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19cups: drop unused versionsOtavio Salvador
Drop versions not being in use: - 1.1.23 and 1.2.7 - old and not preferred by any distro - 1.3.8 and 1.4.3 - D_P -1 and not preferred by any distro Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19python-dbus: update to 0.83.2 and fix rpath to use absolute pathOtavio Salvador
In case prefix and exec_prefix are empty, rpath can end up with no absolute paths thus failing to build due a linking issue. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19xkeyboard-config: avoid recipe code duplication and depends on intltool-nativeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19file: moved to 5.05Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19ofono: Ship test scripts as ofono-test-utils, ship udev rulesJan Lübbe
Also add USB-ID for a Sierra modem and add INC_PR. Signed-off-by: Jan Lübbe <jluebbe@debian.org> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>