summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* qt4: update to 4.7.4Eric BENARD2011-10-042-0/+0
| | | | | | | once oe-core has updated qt4 recipe Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to latest gitKoen Kooi2011-10-023-131/+42
| | | | | | Fix docbook-xsl problem by forcing the xsltproc check to false Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* HACK: libcgroup: override ERROR_QAKoen Kooi2011-10-021-0/+2
| | | | | | This needs to get changed to use INSANE_SKIP, but I can't find the right incantation in the docs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: added RRECOMMENDS glib-networkingAndreas Müller2011-10-011-0/+2
| | | | | | | | | When trying to open https://.. midori complains with: TLS/SSL support not available; install glib-networking Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / ↵Andreas Müller2011-10-016-49/+73
| | | | | | | | | | | | minor cleanup * LDFLAGS_append was suggested by Bernhard Guillon [1] * run tested on overo [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034748.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tcp-wrappers: Use the recipe from oe-coreKhem Raj2011-09-2726-2923/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse: Upgrade recipe to version 2.8.6Khem Raj2011-09-272-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd: replace analyze patch with upstream versionKoen Kooi2011-09-272-30/+60
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump to v36Koen Kooi2011-09-253-84/+2
| | | | | | 2 of the 3 analyze patches have been applied upstream, delete them Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Fix cross-gcc build for 64 bit targetsKhem Raj2011-09-222-9/+57
| | | | | | | | | | Building gcc-cross-intermediate for x86_64 failed since the notion of multlib has changed in oe-core. So we needed to sync 64bit hack patch from oe-core/gcc-4.6 into meta-oe 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add kernel time and summary into svg plotKoen Kooi2011-09-224-1/+179
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* twm: Add version 1.0.6 (initial recipe)Imran Mehmood2011-09-221-0/+16
| | | | | | | | * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3 * Added bison-native to DEPENDS because during configure it searches for yacc and Defaults to the first program found out of: `bison -y', `byacc', `yacc' otherwise raises error 'yacc not found'. We don't face this error if we have built any other package that made yacc available, before building twm. Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl 1.0.0e: fix up link patch and make 1.0.0e the default opensslKoen Kooi2011-09-222-12/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fixup the openssl-fix-link patchlumag2011-09-222-10/+14
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREV for automount fixesKoen Kooi2011-09-211-3/+3
| | | | | | Also fix -dev package Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmad: Imported from OE-classicJoel A Fernandes2011-09-205-0/+3118
| | | | | | | Updated LICENSE version to GPLv2 Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* modemmanager: add 0.5Koen Kooi2011-09-191-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rfkill 0.4: import from OE .devKoen Kooi2011-09-192-0/+48
|
* networkmanager: add 0.9.0Koen Kooi2011-09-192-0/+285
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Upgrade to latest FSF 4.5 branch and bring in latest linaro patchesKhem Raj2011-09-1913-125/+829
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Refresh format-replace-m-uclibc patchKhem Raj2011-09-191-33/+34
| | | | | | | | This patch was not applying so we adjust it to the new changes in uclibc sources. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* imagemagick: Fix configure on x86_64Khem Raj2011-09-191-1/+5
| | | | | | | | imagemagick has configure time execution test for large file offset they wont be able to run in cross compile. We cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: include libgcov.a into libgcc-dev packagelumag2011-09-192-1/+2
| | | | | | | | First, this lib is usefull for coverage analysis-enabled building. Second, this fixes the warning about unpackaged files in libgcc recipe. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnl1: import from OE .devKoen Kooi2011-09-178-0/+204
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch: add 1.1.9Koen Kooi2011-09-171-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch-data: add 20110805Koen Kooi2011-09-171-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "openssl: fixup the openssl-fix-link patch"Koen Kooi2011-09-172-10/+6
| | | | | | openssl-fix-link.patch fails to apply This reverts commit 3f546ada2c5baeea4d0fe6d4dd73797cdefa73da.
* libdrm-2.4.25: drop from meta-oe, now there is 2.4.26 in oe-coreMartin Jansa2011-09-173-1181/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11: define better default XSERVER/XSERVER_COMMON values and make whole ↵Martin Jansa2011-09-171-6/+4
| | | | | | recipe MACHINE_ARCH Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver: use .inc files from oe-coreMartin Jansa2011-09-179-63/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-app: use xorg-app-common.inc from oe-coreMartin Jansa2011-09-178-29/+14
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xcb: drop from meta-oe, now it's in oe-coreMartin Jansa2011-09-173-29/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: drop 1.9.4 and git versionMartin Jansa2011-09-176-246/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pointercal-xinput: move machine specific files to their bsp layers, remove ↵Martin Jansa2011-09-175-10/+1
| | | | | | SECTION Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-conf: drop from meta-oe, update xorg-xserver-common.inc to ↵Martin Jansa2011-09-1741-1481/+2
| | | | | | RDEPENDS on xserver-xf86-config from oe-core and bsp layers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: drop depends not yet in meta-oeMartin Jansa2011-09-171-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: drop initscript file used by SHRMartin Jansa2011-09-171-42/+0
| | | | | | * moved to meta-shr Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openssl: fixup the openssl-fix-link patchlumag2011-09-172-6/+10
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: update to 1.1.11 and fix xml2 buildKoen Kooi2011-09-152-10/+13
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qwt: import from openembedded.devDenis2011-09-153-0/+49
| | | | | | | | The only change between openembedded.dev and meta-openembedded was the addition of LIC_FILES_CHKSUM Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>