summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* ristretto: Add inital recipe for version 0.1.1Andreas Müller2011-10-081-0/+15
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> 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>
* nautilus: add runtime dep on glib-networkingKoen Kooi2011-10-061-2/+2
| | | | | | this fixes the OOM crash when using the 'Network' entry from the menu 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>
* gnome-power-manager: Fix build on gnome'less build systemsKhem Raj2011-09-272-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: Fix build on gnome'less build systemsKhem Raj2011-09-272-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: Fix build on gnomelss host systemsKhem Raj2011-09-272-0/+40
| | | | 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>
* task-xfce-base: bump PRKoen Kooi2011-09-221-1/+1
| | | | 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>
* xfce4-panel: Bump to version 4.8.6Andreas Müller2011-09-221-2/+2
|
* thunar: Bump to version 1.2.3Andreas Müller2011-09-223-96/+4
| | | | | | | | fix-segfault-no-icons.patch is now mainline [1] relative-symlinks-docs.patch is now mainline [2] [1] http://git.xfce.org/xfce/thunar/commit/?h=xfce-4.8&id=a9a495c31aee0b171807b777b635a480692c6ce7 [2] http://git.xfce.org/xfce/thunar/commit/?h=xfce-4.8&id=432d7abc5b84b7a15bb37d35bb95869d98a824a8
* task-xfce-base: add xfce4-notifydAndreas Müller2011-09-221-0/+2
|
* xfce4-notifyd: Add initial recipe with version 0.2.2Andreas Müller2011-09-221-0/+21
|
* xfdesktop: Bump to version 4.8.3 & recreate patchAndreas Müller2011-09-222-6/+9
| | | | | | New version of relative-symlinks-docs.patch was sent to xfce-buglist [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=7977
* gtk-xfce-engine: Bump to version 2.9.0 & minor cleanupAndreas Müller2011-09-221-3/+3
| | | | | | * Added xfce4-dev-tools-native to DEPENDS error message was | gtk-xfce-engine-2.9.0/configure: line 12041: syntax error near unexpected token `GTK,' | gtk-xfce-engine-2.9.0/configure: line 12041: `XDT_CHECK_PACKAGE(GTK, gtk+-2.0, 2.20.0)'
* libxfce4util: Bump to version 4.8.2Andreas Müller2011-09-221-2/+2
|
* garcon: Bump to version 0.1.9Andreas Müller2011-09-221-3/+3
| | | | | | Added libxfce4util to DEPENDS see [1] [1] http://mail.xfce.org/pipermail/xfce/2011-September/029145.html
* xfce4-session: Bump to version 4.8.2Andreas Müller2011-09-222-18/+2
| | | | | | relative-symlinks-docs.patch is now mainline [1] [1] http://git.xfce.org/xfce/xfce4-session/commit/?id=00159a379b8b192615137e59b66d5317493f57f3
* xfce-utils: add openssh-misc to RDEPENDS_${PN}Andreas Müller2011-09-221-2/+2
| | | | log message was: /etc/xdg/xfce4/xinitrc: line 171: ssh-agent: command not found
* libxfce4util: DEPENDS xfce4-dev-tools -> xfce4-dev-tools-nativeAndreas Müller2011-09-221-1/+1
|
* garcon: DEPENDS xfce4-dev-tools -> xfce4-dev-tools-nativeAndreas Müller2011-09-221-1/+1
|