summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* libdrm: upgrade to 2.4.25Martin Jansa2011-04-184-47/+51
| | | | | | * difference to oe-core version is different packaging and glamo/uclibc patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libiconv: add LIC_FILES_CHKSUMMartin Jansa2011-04-181-0/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers doesMartin Jansa2011-04-181-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: drop older version 1.4.1Martin Jansa2011-04-183-60/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: drop older version 0.20.0Martin Jansa2011-04-1810-996/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-graphics: remove xorg recipes which were upgraded to same versions ↵Martin Jansa2011-04-189-185/+0
| | | | | | | | in oe-core * be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-xserver-common.inc: add virtual/xserver-xf86 to PROVIDES, to be able to ↵Martin Jansa2011-04-181-1/+6
| | | | | | blacklist xserver-xf86-lite from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxrender: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTENDMartin Jansa2011-04-182-17/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* renderproto: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTENDMartin Jansa2011-04-182-15/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libusb1: add native and nativesdk BBCLASSEXTENDMartin Jansa2011-04-181-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxft: add native and nativesdk BBCLASSEXTENDMartin Jansa2011-04-181-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: add fbset to RDEPENDSMartin Jansa2011-04-181-2/+2
| | | | | | * used by xserver-common script to find out geometry Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-xserver: upgrade to 1.10.1Martin Jansa2011-04-184-4/+4
| | | | | | * only one revert since 1.10.0.902 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* use COPYING.MIT from POKYBASE instead of meta-shrKoen Kooi2011-04-177-7/+7
| | | | | | This fixes builds where meta-shr isn't in TOPDIR/meta-shr but somewhere else (sources/meta-shr in my case) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-omapfb: fix SRC_URIKoen Kooi2011-04-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez-hcidump: add 2.0 version and patch to build with newer bluezMartin Jansa2011-04-162-0/+63
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: merge .inc file to .bb file itselfMartin Jansa2011-04-166-152/+63
| | | | | | | | | | | | | * .inc file are not so usefull with one version per package rule * remove unsupported configure options * fix --enable-pand option, there is not extra 'd' * remove update-rc.d inherit as init.d script is not created anymore * enable udevrules by default (distros can override it from their layer) * use FILESPATH from oe-core layer for patches instead of duplicating them here * netlink option removed in http://git.kernel.org/?p=bluetooth/bluez.git;a=blobdiff;f=configure.ac;h=63a0fd89f5836ab6d114bb52c49f73adba26369a;hp=eee4c01bd1dd72b53f121c7820b6b93ba3d48032;hb=ecb835fca7e7134f38a3d061d186eb38d83bcb8b;hpb=c681fac492394bb95f164296056068dad1254921 * sbc-thumb.patch was applied upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala.bbclass: move from meta-efl to meta-oe as libcanberra_0.26.bb is also ↵Martin Jansa2011-04-161-0/+18
| | | | | | using it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: upgrade to 1.10.0.902Martin Jansa2011-04-164-5/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-xlib: fix FILESPATHMartin Jansa2011-04-161-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpthread-stubs: add BBCLASSEXTEND for native and nativesdkKoen Kooi2011-04-101-0/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxcb: import from oe-core to add BBCLASSEXTEND for native and nativesdkKoen Kooi2011-04-102-0/+76
| | | | | | This is needed for the updated X packages in meta-oe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-10233-6/+29615
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* libusb-compat: add native, nativesdk to BBCLASSEXTEND and define native PROVIDESMartin Jansa2011-04-101-0/+2
| | | | | | * virtual/libusb0-native is used in usbpath-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcc-4.5.inc: Compile gcc runtime stuff always in ARM mode for armKhem Raj2011-04-081-1/+2
| | | | | | | | | | Some distros e.g. SHR uses thumb1 for armv4t and armv5t so we need to make sure that in such cases libgcc is compiled in ARM mode Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-boot: move from meta-angstrom to meta-oeKoen Kooi2011-04-071-0/+45
| | | | | | 10:15 <JaMa|Wrk> Hi, found your task-boot, this is good for everyone, would you mind pushing it to meta-oe? Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4 4.7: move to 4.7.2 to catch up with oe-coreKoen Kooi2011-04-0710-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eject: import 2.1.5 from OEKoen Kooi2011-04-061-0/+26
| | | | | | OE commit ID 021312cbea3bd07f2ec8591d667998c9c7b28b3a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ttf-arphic-uming: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa2011-04-061-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgpg-error_1.8.bb: Inherit gettextKhem Raj2011-03-311-1/+1
| | | | | | It uses gettext but was not specifying the dependency Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-runtime_4.5.bb: Remove construct to filter -feliminate-dwarf2-dupsKhem Raj2011-03-311-5/+0
| | | | | | This option is no longer default in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus.inc: Add missing dependency on libxdmcpKhem Raj2011-03-311-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proxy-libintl: Bring in recipes from OEKhem Raj2011-03-314-0/+165
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openssl-0.9.8m, binutils-2.20.1: Use linux-uclibceabi instead of uclibcgnueabiKhem Raj2011-03-312-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* siteinfo.bbclass: Use linux-uclibceabi instead of uclibcgnueabiKhem Raj2011-03-311-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uclibc: Add uclibc 0.9.32(to be)Khem Raj2011-03-3142-0/+10651
| | | | | | | | | In addition to stock OE uclibc it has more Add argp support Add x86_64 arch support Only NPTL is supported for threading Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa2011-03-311-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: import from meta-shrMartin Jansa2011-03-311-0/+19
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: adjust README to point to oe-develKoen Kooi2011-03-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lua5.1: add LIC_FILES_CHKSUMMartin Jansa2011-03-241-0/+1
|
* fribidi: fix LICENSE, drop D_P, add LIC_FILES_CHKSUMMartin Jansa2011-03-241-6/+3
|
* gitflib: add LIC_FILES_CHKSUMMartin Jansa2011-03-241-0/+1
|
* mime-support: add LIC_FILES_CHKSUMMartin Jansa2011-03-241-0/+1
|
* libgpg-error: add checksumsMartin Jansa2011-03-241-1/+2
|
* gnutls: drop from meta-oe, the one in oe-core compilesKoen Kooi2011-03-245-1245/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnutls: sync license with oe-coreKoen Kooi2011-03-241-2/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: blacklist 'kernel-misc' from kernel-modulesKoen Kooi2011-03-241-1/+1
| | | | | | | | When 'kernel-misc' is empty do_rootfs will fail when including 'kernel-modules' The proper fix would be to have a whitelist for the 'kernel-modules' meta-pkg Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* guile: fix LICENSE and add license checksumKoen Kooi2011-03-232-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnutls: import from meta-shrKoen Kooi2011-03-235-0/+1237
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mime-support: import from meta-shrKoen Kooi2011-03-231-0/+58
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>