summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* tiff: rename .bbappend to apply to new 3.9.5 versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atk: rename .bbappend to apply to newer versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa: drop, there should be mesa-7.11 in oe-coreMartin Jansa2011-10-1310-2577/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-common: use glx-use-tls.inc from oe-core instead of bbclassMartin Jansa2011-10-121-1/+1
| | | | | | | | * to resolve python function clash * mesa recipes will be removed from meta-oe as soon as 7.11 patches are aplied in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glx-use-tls: moved to oe-core with mesa recipesMartin Jansa2011-10-121-7/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-speed-hacks: remove some (re)mount tasks that aren't needed yet in ↵Koen Kooi2011-10-121-0/+17
| | | | | | OE built images Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-lib: use .inc file from oe-coreMartin Jansa2011-10-124-24/+6
| | | | | | | * INC_PR is not available (start with r10) * BBCLASSEXTEND is not in .inc globally, add it per recipe where it's needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driverSimon Busch2011-10-122-0/+174
| | | | | | Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common 1.34: Add Nexus One supportGNUtoo2011-10-122-1/+16
| | | | | | | | | | | Since we only use Xorg(and not kdrive) on the nexus one, only Xorg support was included. The DPI value was taken from: http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common 1.34: Add Nexus S supportDenis 'GNUtoo' Carikli2011-10-122-1/+16
| | | | | | | | | | | | Since we only use Xorg(and not kdrive) on the nexus S, only Xorg support was included. The DPI value was taken from: http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0 where it's ↵Martin Jansa2011-10-122-519/+0
| | | | | | included Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glib-2.0: drop 2.29.3+git from meta-oe, there should be 2.30.0 in oe-coreMartin Jansa2011-10-1211-406/+0
| | | | | | * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/010447.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: update to v37Koen Kooi2011-10-121-2/+2
| | | | | | Runtime tested on beagleboard/angstrom, usrp-e1xx/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-argparse: drop from meta-oe, moved to oe-core with glibMartin Jansa2011-10-121-15/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pidgin: package purple-2/libymsg.so to libpurple-devMartin Jansa2011-10-121-1/+2
| | | | | | | * otherwise fails with ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: libpurple path '/work/armv4t-oe-linux-gnueabi/pidgin-2.7.9-r0.0/packages-split/libpurple/usr/lib/purple-2/libymsg.so' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: add patch to fix build error with some distutils packagesMartin Jansa2011-10-122-1/+31
| | | | | | | | * fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in setup.py when using python-2.6 or python-2.7 (don't know about python-3*) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2Martin Jansa2011-10-121-4/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* poppler: upgrade from 0.12.3 to 0.18.0Martin Jansa2011-10-122-10/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* poppler-data: upgrade from 0.4.0 to 0.4.5Martin Jansa2011-10-121-4/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pango: upgrade to 1.29.4Martin Jansa2011-10-124-19/+20
| | | | | | | | * pango older than 1.29.1 causes ie libglade build fail with /usr/include/pango-1.0/pango/pango-script.h:132:12: error: unknown type name 'G_CONST_RETURN' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: use allarch instead of PACKAGE_ARCH = allMartin Jansa2011-10-123-12/+8
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11: drop here, 1.4.4 should be in oe-coreMartin Jansa2011-10-124-111/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xorg: drop 1.10.2 and use xserver-xf86-lite-1.11.0 from oe-core insteadMartin Jansa2011-10-127-408/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: exit 1 only if systemd is installed and use ${base_bindir}Otavio Salvador2011-10-111-6/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9 0.5.1: fix do_installKoen Kooi2011-10-111-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.23.6: add initial version with NEON bilinear patchesKoen Kooi2011-10-119-0/+1868
| | | | | | The overlappet blit patches have been reduced to the generic C version Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* guile: fix licensing and gettext inheritKoen Kooi2011-10-114-4/+6
| | | | | | Reported by Philip Balister Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl-mixer 1.2.11: import from OE classicKoen Kooi2011-10-113-0/+88
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmikmod 3.1.12: import from OE classicKoen Kooi2011-10-115-0/+280
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add systemd unitKoen Kooi2011-10-102-2/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-sdk-target: initial add - meant to be what task-sdk-native is in OE classicKoen Kooi2011-10-101-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils 2.20.1: add -Werror hack to get the target version to buildKoen Kooi2011-10-101-1/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev 173: add blkid to RRECOMMENDS_${PN} since various udev rules use itKoen Kooi2011-10-101-1/+2
| | | | | | A missing blkid is non-fatal, so recommend it instead of hard depending on it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.1Andreas Müller2011-10-104-71/+10
| | | | | | | | | | | minor cleanups: * remove r0 * pack all files Run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: split out vconsole services into its own subpackageKoen Kooi2011-10-091-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: recommend fsck.extX to get fsck working on those filesystemsKoen Kooi2011-10-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best optionKoen Kooi2011-10-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: initial addKoen Kooi2011-10-091-0/+49
| | | | | | | This recipe is intended as a 'simpler' replacement for task-base. Please communicate your use cases and suggestions to the mailinglist(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-boot: minor cleanupsKoen Kooi2011-10-091-5/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: inherit pkgconfigKoen Kooi2011-10-071-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: fix packagingKoen Kooi2011-10-071-2/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: createdJason Kridner2011-10-071-0/+39
| | | | | | | | | | | | | | | Cloud9 is a web-browser based IDE running on node.js. This application should support multiple architectures as long as they have node.js and a build of node-o3-xml that is dropped into this system. Currently, that includes x86 32/64-bit and ARM armv7. Ideally, that library would be added separately as a system-dependent portion, because everything else should be ISA independent. [ small DEPENDS fixes added by koen ] Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: Fix build with gold linkerKhem Raj2011-10-072-9/+27
| | | | | | | | | | There was a missing version script for one of the apps that was being flagged by gold. So we add appropriate openssl.ld for engines/ccgost Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman Khimov <khimov@altell.ru> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ldconfig-native: Change the license fieldKhem Raj2011-10-071-2/+2
| | | | | | | The license should be GPLv2+ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eglibc 2.12: import from oe-coreKoen Kooi2011-10-0622-0/+1884
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: use proper fsckKoen Kooi2011-10-061-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Bring in latest linaro patchesKhem Raj2011-10-0426-1784/+10094
| | | | | | | | Adjust existing patches for latest FSF gcc-4_6-branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-omapfb: merged to oe-coreMartin Jansa2011-10-045-427/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxft, libxrender, renderproto: move native BBCLASSEXTENDs to oe-coreMartin Jansa2011-10-043-3/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-driver: use renamed .inc from oe-coreMartin Jansa2011-10-046-11/+11
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>