summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-03-16grip-3.2.0: Add another FreeBSD patch for getting the locale right.Holger Hans Peter Freyther2
2010-03-16grip: Apply FreeBSD patch to fix a flaw with handling CDDB responsesHolger Hans Peter Freyther2
Addresses CVE-2005-0706.
2010-03-16at91bootstrap-2.13: Build ${AT91BOOTSTRAP_BOARD}Ulf Samuelsson10
Previous version of at91bootstrap recipes provided a defconfig file. The new version assumes you have defined a variable * AT91BOOTSTRAP_BOARD This can be a list of boards allowing multiple configurations to be built. Example of use (in MACHINE configuration file): AT91BOOTSTRAP_BOARD = "at91sam9g20df at91sam9g20ek" Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
2010-03-16gftp: Add a mkinstalldir patch as seen in findutils and suchHolger Hans Peter Freyther2
2010-03-16gftp: Add more gentoo patches for gftp 2.0.18Holger Hans Peter Freyther4
2010-03-16gftp: Address multiple flaws by taking the gentoo patchHolger Hans Peter Freyther2
Addresses CVE-2007-3961, CVE-2007-3962
2010-03-16streamripper: Upgrade to 1.64.6 to address multiple buffer overflowsHolger Hans Peter Freyther1
Address CVE-2008-4829 which was fixed in 1.64.0
2010-03-16opkg: fix global depends on openssl, even in -nogpg/-nocurlDenys Dmytriyenko2
Fixes the problem, introduced by 8c1731d818c89a291f80940c1912587ff9ce46b7, where openssl is added with DEPENDS_append override, preventing -nogpg and -nocurl variants from clearing the DEPENDS, when they include opkg_svn.bb file, thus forcing them to depend on openssl too. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Chris Larson <clarson@kergoth.com>
2010-03-15udev: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko3
2010-03-15sysvinit: update LICENSE to more specific GPLv2+ (v2 or later)Denys Dmytriyenko1
2010-03-15netbase: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15fbset: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15gdb: update LICENSE to specific GPLv2/GPLv3 depending on versionDenys Dmytriyenko9
2010-03-15liba52: Disable `-prefer-non-pic` to enable `-fPIC`.Paul Menzel2
Using GCC 4.4.2 and Binutils 2.20 gives the following error. …/bin/ld: .libs/imdct.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC Therefore enable `-fPIC` with this patch taken from Debian [1]. [1] http://patch-tracker.debian.org/patch/series/view/a52dec/0.7.4-13/01-enable-pic.diff Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Philip Balister <philip@balister.org>
2010-03-15usbutils: update LICENSE to more specific GPLv2Denys Dmytriyenko5
2010-03-15tslib: update LICENSE to more specific LGPLv2Denys Dmytriyenko1
2010-03-15opkg: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15module-init-tools: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15libusb: update LICENSE to more specific LGPLv2.1Denys Dmytriyenko5
2010-03-15iproute2: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15i2c-tools: update LICENSE to more specific GPLv2Denys Dmytriyenko2
2010-03-15dosfstools: update LICENSE to more specific GPLv2Denys Dmytriyenko2
2010-03-15devmem2: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15base-passwd: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15busybox: update LICENSE to more specific GPLv2Denys Dmytriyenko1
2010-03-15alsa-utils: update LICENSE to more specific GPLv2Denys Dmytriyenko8
2010-03-15alsa-lib: update LICENSE to more specific LGPLv2.1Denys Dmytriyenko8
2010-03-15udev 151: provide compatibility symlink to /lib/udev where some recipes ↵Koen Kooi1
install their udev stuff into
2010-03-15xf86-input-evtouch: perform sprint cleaning on the recipe to make it build againKoen Kooi10
2010-03-15Do not generate NEON code for qt-4.6.2 embedded on armv6Valentin Longchamp1
http://bugreports.qt.nokia.com/browse/QTBUG-8749 Neon code is generated for armv6 processor, where it should be armv7 only. This results in illegal instructions with some of the qt4 libraries. The current solution is not optimal, I just needed a quick fix for my arch and I don't have the needed knowledge in OE to fix it cleanly, but I wanted to point this issue out. But at least other arch (armv5 and armv4) should have the same problem and receive the same fix. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-15mplayer: bump PR for ffmpeg changeKoen Kooi1
2010-03-15xserver-xorg-conf: provide working setup for BUG 2.0Marcin Juszkiewicz1
Copied from BeagleBoard one. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-15netbase: add BUG 2.0 supportMarcin Juszkiewicz3
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-15procps: added 3.2.8 and dropped olderMarcin Juszkiewicz21
This version no longer complain about unknown Hz value during boot. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-15Add Freescale P2020DS Demo BoardMartyn Welch4
This patch adds the Freescale P2020DS demo board, which is based on the p2020 SOC. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Philip Balister <philip@balister.org>
2010-03-15linux kernels: linux is GPLv2, so specify that in LICENSE instead of generic ↵Koen Kooi117
'GPL'
2010-03-15musicbrainz: _append needs a leading spaceKoen Kooi1
2010-03-15git-native_1.7.0.2.bb : disable building/installing of python stuffGraeme Gregory1
It was zeckes opinion that we dont need the python stuff for OE useage and looking at what is installed I would agree. Disabled it otherwise we need to point it at python-native to stop it using host python.
2010-03-15unrar, unrar-native: Bump to version 3.9.9Michael Lippautz5
* Fixes CVE name CVE-2007-0855 * Remove old recipe, because it neither used current staging, nor native extension
2010-03-15udns: New recipeMichael Lippautz2
* udns is a stub DNS resolver library for sync and async DNS queries
2010-03-15faad2: add 2.7Koen Kooi1
2010-03-15gnome-screensaver 2.28.3: fix up configure as well nowKoen Kooi1
2010-03-15tiff 3.9.2: fix build breakageKoen Kooi1
2010-03-15gnome-screensaver: update to 2.28.3Koen Kooi1
Fixes: CVE name CVE-2010-0414 CVE name CVE-2010-0422
2010-03-15fltkspacetrader: update to version 1.2-stableBenjamin Schieder1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-15orc: fix packaging, recipe style issues and factor into .incKoen Kooi2
2010-03-15libusb: removed unneeded BBCLASSEXTEND="native"Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-15xorg-util: used BPN in xorg-util-commonFrans Meulenbroeks7
as per hrw's suggestion Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Conflicts: recipes/xorg-util/xorg-util-common.inc Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-15libunfig: no need for native variant as no-one uses itFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-03-15xorg-proto-common.inc: replaced PN with BPN to avoid native compilation errorFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>