summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: add top level readme, update meta-oe oneKoen Kooi2011-10-172-0/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus: cleanup package directoriesAndreas Müller2011-10-171-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus: fix compile errors by removing G_DISABLE_DEPRECATEDAndreas Müller2011-10-172-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build tested * reported gnome-bugzills [1] * error messages: | In file included from eel-alert-dialog.c:24:0: | eel-i18n.h:31:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char' | eel-alert-dialog.c: In function 'eel_alert_dialog_class_init': | eel-alert-dialog.c:114:43: warning: passing argument 2 of 'g_param_spec_int' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c:114:43: warning: passing argument 3 of 'g_param_spec_int' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c:123:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c:123:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c:132:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c:132:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int' | eel-alert-dialog.c: In function 'eel_alert_dialog_init': | eel-alert-dialog.c:193:2: warning: passing argument 1 of 'gtk_expander_new_with_mnemonic' makes pointer from integer without a cast | /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/gtk-2.0/gtk/gtkexpander.h:66:12: note: expected 'const gchar *' but argument is of type 'int' and | In file included from nautilus-file.h:31:0, | from nautilus-bookmark.c:28: | ../libnautilus-private/nautilus-icon-info.h:75:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char' | ../libnautilus-private/nautilus-icon-info.h:76:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char' | make[2]: *** [nautilus-bookmark.lo] Error 1 [1] https://bugzilla.gnome.org/show_bug.cgi?id=661949 Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-speed-hacks: disable remountfs removal, images ship util-linux-mount ↵Koen Kooi2011-10-161-1/+2
| | | | | | now to fix this bug Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* binutils-cross: Sync with oe-coreKhem Raj2011-10-152-1/+5
| | | | | | | | Now we have own copy of binutils-cross in meta-oe we need to sync with oe-core periodically Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* subsurface: inital addKoen Kooi2011-10-151-0/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libdivecomputer: initial addKoen Kooi2011-10-151-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-settings 4.8.2: change default icon theme to 'gnome'Koen Kooi2011-10-152-1/+34
| | | | | | | 'task-xfce4-base' doesn't install the 'Rodent' theme leading to missing icons. With this patch all icons show up. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Andreas Müller <schnitzeltony@gmx.de>
* xfwm4: update to 4.8.2Koen Kooi2011-10-152-5/+8
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Andreas Müller <schnitzeltony@gmx.de>
* task-basic: include util-linux-(u)mount, the busybox ones are broken, ↵Koen Kooi2011-10-141-4/+9
| | | | | | broken, broken Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nfs-utils: drop 1.1.2 from meta-oe there is 1.2.3 in oe-coreMartin Jansa2011-10-145-376/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltp-ddt: import initial version 0.0.4 plus fixesDenys Dmytriyenko2011-10-141-0/+63
| | | | | | | Imported from Arago, adapted for meta-openembedded Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* contrib: import pw-am.sh and oe-stylize from OE classicKoen Kooi2011-10-142-0/+420
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgcrypt: rename .bbappend to apply to new 1.5.0 versionMartin Jansa2011-10-141-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* gnome-vfs 2.24.4: import from OE-coreKoen Kooi2011-10-123-0/+116
| | | | | | libgnome uses it, keep it till we can safely remove libgnome Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* e-wm-theme-illume-efenniht, elementary-theme-efenniht: break long ↵Martin Jansa2011-10-122-2/+12
| | | | | | DESCRIPTION to multiline 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>
* eeze: add eeze_scanner also to -dbg packageMartin Jansa2011-10-121-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elfe: bump PR to rebuild against newer popplerMartin Jansa2011-10-121-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-efl: use INC_PRMartin Jansa2011-10-127-1/+7
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary, ethumb, libeflvala: bump PR to rebuild against newer popplerMartin Jansa2011-10-123-1/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* epdf: fix build with poppler >= 0.16Martin Jansa2011-10-122-2/+15
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* elementary: fir order of PACKAGESMartin Jansa2011-10-121-1/+1
| | | | | | | | * -accessibility needs to be after -dbg fixes ERROR: QA Issue: non debug package contains .debug directory: elementary-accessibility path /work/armv4t-oe-linux-gnueabi/elementary-2_0.7.0+svnr63721-r11/packages-split/elementary-accessibility/usr/lib/elementary/modules/access_output/linux-gnueabi-arm-0.7.0/.debug/module.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm-theme-illume-efenniht, exquisite-theme-illume, ↵Martin Jansa2011-10-126-5/+88
| | | | | | | elementary-theme-efenniht: add LIC_FILES_CHKSUM Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm: include /usr/lib/enlightenment/modules/wizard/favorites/.order in ↵Martin Jansa2011-10-121-0/+1
| | | | | | | FILES+${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base: bump EFL_SRCREVMartin Jansa2011-10-121-1/+1
| | | | | 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-129-48/+19
| | | | | 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>