scm/bb/tizen-distro.git
9 years agosyslog-ng: move conflicting file modules.conf to own packages and fix unpackaged...
Martin Jansa [Sun, 16 Oct 2011 16:54:37 +0000 (18:54 +0200)]
syslog-ng: move conflicting file modules.conf to own packages and fix unpackaged files

(From meta-openembedded rev: 1ab4e30380da2444cfc66fe5283beb83168964a7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodigitemp: add 3.6.0 version
Otavio Salvador [Thu, 13 Oct 2011 17:24:08 +0000 (17:24 +0000)]
digitemp: add 3.6.0 version

(From meta-openembedded rev: 1b170fa28c9c52d4c8d87e9cbe07af1e664a96c3)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-tornado: add 2.1.1git
Koen Kooi [Mon, 17 Oct 2011 13:46:48 +0000 (15:46 +0200)]
python-tornado: add 2.1.1git

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoREADME: add top level readme, update meta-oe one
Koen Kooi [Mon, 17 Oct 2011 07:27:01 +0000 (09:27 +0200)]
README: add top level readme, update meta-oe one

(From meta-openembedded rev: fc95672460522ab79ad8fc5d1eb96e58e3358fe8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonautilus: cleanup package directories
Andreas Müller [Mon, 17 Oct 2011 07:51:08 +0000 (07:51 +0000)]
nautilus: cleanup package directories

(From meta-openembedded rev: 349b039334c17b608209bab14accac46b56e22df)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonautilus: fix compile errors by removing G_DISABLE_DEPRECATED
Andreas Müller [Mon, 17 Oct 2011 07:51:07 +0000 (07:51 +0000)]
nautilus: fix compile errors by removing G_DISABLE_DEPRECATED

* 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

(From meta-openembedded rev: 38c82da4196c82af45e1538d005d703403e37ff4)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd-speed-hacks: disable remountfs removal, images ship util-linux-mount now...
Koen Kooi [Sun, 16 Oct 2011 07:54:06 +0000 (09:54 +0200)]
systemd-speed-hacks: disable remountfs removal, images ship util-linux-mount now to fix this bug

(From meta-openembedded rev: ce4f274e3d7d8078539aa05e21011410c4e18d7a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobinutils-cross: Sync with oe-core
Khem Raj [Sun, 16 Oct 2011 01:28:32 +0000 (01:28 +0000)]
binutils-cross: Sync with oe-core

Now we have own copy of binutils-cross in meta-oe
we need to sync with oe-core periodically

(From meta-openembedded rev: 92b02b7209e426a70cc5626e7bdbc82052e01ac5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosubsurface: inital add
Koen Kooi [Sat, 15 Oct 2011 16:40:36 +0000 (18:40 +0200)]
subsurface: inital add

(From meta-openembedded rev: de2f5c9c87cd413aa954fdeb459b502c27168bd9)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdivecomputer: initial add
Koen Kooi [Sat, 15 Oct 2011 16:40:08 +0000 (18:40 +0200)]
libdivecomputer: initial add

(From meta-openembedded rev: 3b592422e98a9eda79970807ace52aa372314200)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-settings 4.8.2: change default icon theme to 'gnome'
Koen Kooi [Sat, 15 Oct 2011 14:53:12 +0000 (16:53 +0200)]
xfce4-settings 4.8.2: change default icon theme to 'gnome'

'task-xfce4-base' doesn't install the 'Rodent' theme leading to missing icons. With this patch all icons show up.

(From meta-openembedded rev: 339a2cbf0ecf17f6b771e53eb43107bfa6d342fa)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfwm4: update to 4.8.2
Koen Kooi [Fri, 14 Oct 2011 09:41:51 +0000 (11:41 +0200)]
xfwm4: update to 4.8.2

(From meta-openembedded rev: a03ebacf68af3d1c95b8b4f4dd473761055c717a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-basic: include util-linux-(u)mount, the busybox ones are broken, broken, broken
Koen Kooi [Fri, 14 Oct 2011 17:00:14 +0000 (19:00 +0200)]
task-basic: include util-linux-(u)mount, the busybox ones are broken, broken, broken

(From meta-openembedded rev: b7d2870311fe4f7473aa812f2bd66bd1a72d10fd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonfs-utils: drop 1.1.2 from meta-oe there is 1.2.3 in oe-core
Martin Jansa [Wed, 12 Oct 2011 17:47:23 +0000 (19:47 +0200)]
nfs-utils: drop 1.1.2 from meta-oe there is 1.2.3 in oe-core

(From meta-openembedded rev: 71f54a8d0a2d0b7164022d8dab6ada674a40104e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoltp-ddt: import initial version 0.0.4 plus fixes
Denys Dmytriyenko [Fri, 14 Oct 2011 03:55:32 +0000 (03:55 +0000)]
ltp-ddt: import initial version 0.0.4 plus fixes

Imported from Arago, adapted for meta-openembedded

(From meta-openembedded rev: 11218e4d17a551e45910007269a89b9f89b0c704)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocontrib: import pw-am.sh and oe-stylize from OE classic
Koen Kooi [Fri, 14 Oct 2011 09:51:42 +0000 (11:51 +0200)]
contrib: import pw-am.sh and oe-stylize from OE classic

(From meta-openembedded rev: b69e8206a71f3700b1b014973ef30f1f983f8aea)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgcrypt: rename .bbappend to apply to new 1.5.0 version
Martin Jansa [Fri, 14 Oct 2011 12:20:07 +0000 (14:20 +0200)]
libgcrypt: rename .bbappend to apply to new 1.5.0 version

(From meta-openembedded rev: d790211484a789bcbe3c752733ea129c5653d5aa)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotiff: rename .bbappend to apply to new 3.9.5 version
Martin Jansa [Fri, 14 Oct 2011 12:19:40 +0000 (14:19 +0200)]
tiff: rename .bbappend to apply to new 3.9.5 version

(From meta-openembedded rev: fd3c8ee22ec66d118c0633309c1ff7330b40f13e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoatk: rename .bbappend to apply to newer version
Martin Jansa [Fri, 14 Oct 2011 12:11:32 +0000 (14:11 +0200)]
atk: rename .bbappend to apply to newer version

(From meta-openembedded rev: 4d8b0d1234169587cffe7820561fbbc3d3026455)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomesa: drop, there should be mesa-7.11 in oe-core
Martin Jansa [Thu, 8 Sep 2011 12:49:05 +0000 (14:49 +0200)]
mesa: drop, there should be mesa-7.11 in oe-core

(From meta-openembedded rev: 561b5edb9c55a96ecffad8da6adcfd4be6fe2eae)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomesa-common: use glx-use-tls.inc from oe-core instead of bbclass
Martin Jansa [Wed, 12 Oct 2011 17:53:35 +0000 (19:53 +0200)]
mesa-common: use glx-use-tls.inc from oe-core instead of bbclass

* to resolve python function clash
* mesa recipes will be removed from meta-oe as soon as 7.11 patches are
  aplied in oe-core

(From meta-openembedded rev: 1e5d73ec4f44200104de085838f04e31a49435da)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglx-use-tls: moved to oe-core with mesa recipes
Martin Jansa [Fri, 9 Sep 2011 07:07:27 +0000 (09:07 +0200)]
glx-use-tls: moved to oe-core with mesa recipes

(From meta-openembedded rev: 3693a950b864608f6622f8fd399b0a3297e6dc12)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-vfs 2.24.4: import from OE-core
Koen Kooi [Wed, 12 Oct 2011 16:30:59 +0000 (18:30 +0200)]
gnome-vfs 2.24.4: import from OE-core

libgnome uses it, keep it till we can safely remove libgnome

(From meta-openembedded rev: cdd71aaf7ff1a1c665400ed028d701e6d3e722ca)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd-speed-hacks: remove some (re)mount tasks that aren't needed yet in OE built...
Koen Kooi [Wed, 12 Oct 2011 12:45:57 +0000 (14:45 +0200)]
systemd-speed-hacks: remove some (re)mount tasks that aren't needed yet in OE built images

(From meta-openembedded rev: bae44233bb4b9e8df9d06767e30cc1d739e1ee35)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxorg-lib: use .inc file from oe-core
Martin Jansa [Wed, 12 Oct 2011 09:01:03 +0000 (11:01 +0200)]
xorg-lib: use .inc file from oe-core

* INC_PR is not available (start with r10)
* BBCLASSEXTEND is not in .inc globally, add it per recipe where it's needed

(From meta-openembedded rev: 8b04f69211251c4f1c232bc5b763f014a2e7fce6)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-oe: xf86-input-mtev: add intial recipe for a multitouch input driver
Simon Busch [Mon, 10 Oct 2011 09:46:53 +0000 (11:46 +0200)]
meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driver

(From meta-openembedded rev: 19ebb4bda5fe83f00602db716039ce74ab38eee2)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm-theme-illume-efenniht, elementary-theme-efenniht: break long DESCRIPTION to...
Martin Jansa [Thu, 22 Sep 2011 14:00:41 +0000 (16:00 +0200)]
e-wm-theme-illume-efenniht, elementary-theme-efenniht: break long DESCRIPTION to multiline

(From meta-openembedded rev: 4be8fa4e01b089430dced7d386ad37d12acffb43)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-common 1.34: Add Nexus One support
GNUtoo [Mon, 10 Oct 2011 21:23:10 +0000 (21:23 +0000)]
xserver-common 1.34: Add Nexus One support

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

(From meta-openembedded rev: 4b40111d746625d100165981e0ea8f2bcfca5d9e)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-common 1.34: Add Nexus S support
Denis 'GNUtoo' Carikli [Mon, 10 Oct 2011 09:46:54 +0000 (11:46 +0200)]
xserver-common 1.34: Add Nexus S support

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

(From meta-openembedded rev: e2aecd230ef6f8ada9f4f1c2da64a90064e29fc2)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0 where it's included
Martin Jansa [Fri, 30 Sep 2011 15:46:21 +0000 (17:46 +0200)]
gdbus-binding-tool: drop from meta-oe, superseeded by glib-2.30.0 where it's included

(From meta-openembedded rev: 6e3c02dfa0121ae37383cb5843abc0c22e37dff9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglib-2.0: drop 2.29.3+git from meta-oe, there should be 2.30.0 in oe-core
Martin Jansa [Thu, 29 Sep 2011 14:30:36 +0000 (16:30 +0200)]
glib-2.0: drop 2.29.3+git from meta-oe, there should be 2.30.0 in oe-core

* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-September/010447.html

(From meta-openembedded rev: 7d0a12d091b0f802a31c8769b8b28fc25c1cc870)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to v37
Koen Kooi [Wed, 12 Oct 2011 09:30:32 +0000 (11:30 +0200)]
systemd: update to v37

Runtime tested on beagleboard/angstrom, usrp-e1xx/angstrom

(From meta-openembedded rev: 5e49da18dd6e355d70f3872ed22699551d120212)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-argparse: drop from meta-oe, moved to oe-core with glib
Martin Jansa [Fri, 7 Oct 2011 17:33:50 +0000 (19:33 +0200)]
python-argparse: drop from meta-oe, moved to oe-core with glib

(From meta-openembedded rev: 4f8d5c14ed82f505f1c5eaadbcaf46a36decc1db)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeeze: add eeze_scanner also to -dbg package
Martin Jansa [Mon, 3 Oct 2011 15:00:46 +0000 (17:00 +0200)]
eeze: add eeze_scanner also to -dbg package

(From meta-openembedded rev: e5f5687c1263ef941a8b63dd7eb304e8038877f4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelfe: bump PR to rebuild against newer poppler
Martin Jansa [Sat, 1 Oct 2011 09:38:58 +0000 (11:38 +0200)]
elfe: bump PR to rebuild against newer poppler

(From meta-openembedded rev: b9d05f7b993f23daa7a5a0243ceab20020e1259f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-efl: use INC_PR
Martin Jansa [Sat, 1 Oct 2011 09:38:29 +0000 (11:38 +0200)]
python-efl: use INC_PR

(From meta-openembedded rev: 2e0a1d5c682e54a2892bd976596ce6903e9d95de)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary, ethumb, libeflvala: bump PR to rebuild against newer poppler
Martin Jansa [Fri, 30 Sep 2011 19:31:46 +0000 (21:31 +0200)]
elementary, ethumb, libeflvala: bump PR to rebuild against newer poppler

(From meta-openembedded rev: e58f68d4281bc9ac32b90fcf25ae3a04403313bf)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoepdf: fix build with poppler >= 0.16
Martin Jansa [Fri, 30 Sep 2011 18:52:22 +0000 (20:52 +0200)]
epdf: fix build with poppler >= 0.16

(From meta-openembedded rev: 33266e4355442c8dd5350e7e8ff3a3271fbb4426)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary: fir order of PACKAGES
Martin Jansa [Fri, 30 Sep 2011 13:30:22 +0000 (15:30 +0200)]
elementary: fir order of PACKAGES

* -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

(From meta-openembedded rev: 7ec9b596e7b57ea30d8c6b8c8fb51baed2cf2188)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm-theme-illume-efenniht, exquisite-theme-illume, elementary-theme-efenniht: add...
Martin Jansa [Fri, 30 Sep 2011 12:43:23 +0000 (14:43 +0200)]
e-wm-theme-illume-efenniht, exquisite-theme-illume, elementary-theme-efenniht: add LIC_FILES_CHKSUM

(From meta-openembedded rev: 46b9e845f99af19d703442b0b501d9f1f8d33c15)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm: include /usr/lib/enlightenment/modules/wizard/favorites/.order in FILES+${PN}
Martin Jansa [Thu, 22 Sep 2011 14:35:23 +0000 (16:35 +0200)]
e-wm: include /usr/lib/enlightenment/modules/wizard/favorites/.order in FILES+${PN}

(From meta-openembedded rev: 9e092ec31ead0c55d5d54316670cf42612ca7789)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: bump EFL_SRCREV
Martin Jansa [Mon, 12 Sep 2011 11:49:54 +0000 (13:49 +0200)]
e-base: bump EFL_SRCREV

(From meta-openembedded rev: 2964fbcb3a5c77f92a76d2145a88e732e628f617)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopidgin: package purple-2/libymsg.so to libpurple-dev
Martin Jansa [Fri, 30 Sep 2011 17:03:29 +0000 (19:03 +0200)]
pidgin: package purple-2/libymsg.so to libpurple-dev

* 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'

(From meta-openembedded rev: ede65ca596e30350bc4fc677daa11ddbb950e998)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-cython: add patch to fix build error with some distutils packages
Martin Jansa [Sat, 1 Oct 2011 09:49:08 +0000 (11:49 +0200)]
python-cython: add patch to fix build error with some distutils packages

* 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*)

(From meta-openembedded rev: 6cba8fe62d10226d2921aeed0a21c7fd18087467)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2
Martin Jansa [Fri, 30 Sep 2011 15:24:49 +0000 (17:24 +0200)]
python-cython: upgrade to 0.15.1 because 0.13 doesn't work with python-2.7.2

(From meta-openembedded rev: 1f4e99d526e5cb5b4dc7844780734def5423943d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopoppler: upgrade from 0.12.3 to 0.18.0
Martin Jansa [Fri, 30 Sep 2011 15:15:04 +0000 (17:15 +0200)]
poppler: upgrade from 0.12.3 to 0.18.0

(From meta-openembedded rev: 68c89c16eca631caf4c46c729d2a1af76184748b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopoppler-data: upgrade from 0.4.0 to 0.4.5
Martin Jansa [Fri, 30 Sep 2011 15:14:46 +0000 (17:14 +0200)]
poppler-data: upgrade from 0.4.0 to 0.4.5

(From meta-openembedded rev: cb60e7444debae7ba3e9738146caeffe3002109f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopango: upgrade to 1.29.4
Martin Jansa [Fri, 30 Sep 2011 14:15:41 +0000 (16:15 +0200)]
pango: upgrade to 1.29.4

* 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'

(From meta-openembedded rev: f6b6238d617b70d2222b5cdea2db3d375bc5549d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes: use allarch instead of PACKAGE_ARCH = all
Martin Jansa [Thu, 22 Sep 2011 14:00:41 +0000 (16:00 +0200)]
recipes: use allarch instead of PACKAGE_ARCH = all

(From meta-openembedded rev: ef12dfc5055a7937c6a9dbcb605bba9627dc495a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibx11: drop here, 1.4.4 should be in oe-core
Martin Jansa [Wed, 7 Sep 2011 21:41:43 +0000 (23:41 +0200)]
libx11: drop here, 1.4.4 should be in oe-core

(From meta-openembedded rev: 65e12fa49aedc9372ce436dcb299296c09eb2a90)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-xorg: drop 1.10.2 and use xserver-xf86-lite-1.11.0 from oe-core instead
Martin Jansa [Wed, 7 Sep 2011 21:08:27 +0000 (23:08 +0200)]
xserver-xorg: drop 1.10.2 and use xserver-xf86-lite-1.11.0 from oe-core instead

(From meta-openembedded rev: d957e045c04e026e87d6325735c3e07029d32423)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-nodm-init: exit 1 only if systemd is installed and use ${base_bindir}
Otavio Salvador [Mon, 10 Oct 2011 15:02:33 +0000 (15:02 +0000)]
xserver-nodm-init: exit 1 only if systemd is installed and use ${base_bindir}

(From meta-openembedded rev: d07327e6589de9f13fb91daa716728ac2306e3cd)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9 0.5.1: fix do_install
Koen Kooi [Tue, 11 Oct 2011 19:27:25 +0000 (21:27 +0200)]
cloud9 0.5.1: fix do_install

(From meta-openembedded rev: d7f068e5244fc26227a0e01385f3f02e5bc102fe)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopixman 0.23.6: add initial version with NEON bilinear patches
Koen Kooi [Tue, 11 Oct 2011 16:47:55 +0000 (18:47 +0200)]
pixman 0.23.6: add initial version with NEON bilinear patches

The overlappet blit patches have been reduced to the generic C version

(From meta-openembedded rev: 6d792e90519c6640e07cbc374fb12181b2848085)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoguile: fix licensing and gettext inherit
Koen Kooi [Tue, 11 Oct 2011 14:40:25 +0000 (16:40 +0200)]
guile: fix licensing and gettext inherit

Reported by Philip Balister

(From meta-openembedded rev: 8fcf92fed89557683a08f67667acc77a8f73dc0a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsdl-mixer 1.2.11: import from OE classic
Koen Kooi [Tue, 11 Oct 2011 08:03:22 +0000 (10:03 +0200)]
libsdl-mixer 1.2.11: import from OE classic

(From meta-openembedded rev: 2c7210ea29f890ee8534355cb6fb280e04fb0c66)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmikmod 3.1.12: import from OE classic
Koen Kooi [Tue, 11 Oct 2011 07:47:50 +0000 (09:47 +0200)]
libmikmod 3.1.12: import from OE classic

(From meta-openembedded rev: 0f52cc583d829e4df410bbdcd8d487b2f21ccc1b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: add systemd unit
Koen Kooi [Mon, 10 Oct 2011 18:11:53 +0000 (20:11 +0200)]
cloud9: add systemd unit

(From meta-openembedded rev: 7ab4010c82780f15ad4d16a17f43defdb43f6d8d)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-sdk-target: initial add - meant to be what task-sdk-native is in OE classic
Koen Kooi [Mon, 10 Oct 2011 17:55:16 +0000 (19:55 +0200)]
task-sdk-target: initial add - meant to be what task-sdk-native is in OE classic

(From meta-openembedded rev: 9278fe715d5eebd16af1a2d20a92255744913dbb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobinutils 2.20.1: add -Werror hack to get the target version to build
Koen Kooi [Mon, 10 Oct 2011 17:22:47 +0000 (19:22 +0200)]
binutils 2.20.1: add -Werror hack to get the target version to build

(From meta-openembedded rev: 2b5f1a5e0c627d49d37d5eac2179c552e85d1c1a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudev 173: add blkid to RRECOMMENDS_${PN} since various udev rules use it
Koen Kooi [Mon, 10 Oct 2011 10:13:40 +0000 (12:13 +0200)]
udev 173: add blkid to RRECOMMENDS_${PN} since various udev rules use it

A missing blkid is non-fatal, so recommend it instead of hard depending on it

(From meta-openembedded rev: 8d425adb96157d9a3ef10a37472f9fd480976b8c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomidori: update to 0.4.1
Andreas Müller [Mon, 10 Oct 2011 14:20:51 +0000 (14:20 +0000)]
midori: update to 0.4.1

minor cleanups:
* remove r0
* pack all files

Run tested on overo

(From meta-openembedded rev: 96afeaba6bc6e1966048c1b62e3b6bff31162260)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: split out vconsole services into its own subpackage
Koen Kooi [Sun, 9 Oct 2011 20:16:06 +0000 (22:16 +0200)]
systemd: split out vconsole services into its own subpackage

(From meta-openembedded rev: 375b2e6c6b9d6ed8c0c327e6d32da7a2febddfcf)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: recommend fsck.extX to get fsck working on those filesystems
Koen Kooi [Sun, 9 Oct 2011 17:32:56 +0000 (19:32 +0200)]
systemd: recommend fsck.extX to get fsck working on those filesystems

(From meta-openembedded rev: a0906790ae66f92b993e00ec0c11d0ba6e887266)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option
Koen Kooi [Sun, 9 Oct 2011 11:14:45 +0000 (13:14 +0200)]
cloud9: add full gzip to RDEPENDS, stock busybox lacks the --best option

(From meta-openembedded rev: bfe74ae3970794cadf069abf924399ea7a745b4d)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-basic: initial add
Koen Kooi [Sun, 9 Oct 2011 11:13:32 +0000 (13:13 +0200)]
task-basic: initial add

This recipe is intended as a 'simpler' replacement for task-base.
Please communicate your use cases and suggestions to the mailinglist(s)

(From meta-openembedded rev: f94e91dafcf3ebbbbdabbad1a89f7bf235b3aa81)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-boot: minor cleanups
Koen Kooi [Sun, 9 Oct 2011 10:38:36 +0000 (12:38 +0200)]
task-boot: minor cleanups

(From meta-openembedded rev: 7c335da35a4c83ad4280079ea9f983b15e1be969)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoristretto: Add inital recipe for version 0.1.1
Andreas Müller [Sat, 8 Oct 2011 04:09:09 +0000 (04:09 +0000)]
ristretto: Add inital recipe for version 0.1.1

(From meta-openembedded rev: 1ac849f23e70ae976cb668598f6e1f9141ed2be0)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: inherit pkgconfig
Koen Kooi [Fri, 7 Oct 2011 21:49:59 +0000 (23:49 +0200)]
systemd: inherit pkgconfig

(From meta-openembedded rev: ee02784bf200ace054a79a08cff5bf5fed92da6c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: fix packaging
Koen Kooi [Fri, 7 Oct 2011 21:13:18 +0000 (23:13 +0200)]
cloud9: fix packaging

(From meta-openembedded rev: c961f6218042399c386e776da75a401ee9989463)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: created
Jason Kridner [Thu, 6 Oct 2011 06:21:51 +0000 (06:21 +0000)]
cloud9: created

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 ]

(From meta-openembedded rev: e57ec76108139fec1f8c4ee12711a9519ebb0902)

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenssl: Fix build with gold linker
Khem Raj [Thu, 6 Oct 2011 11:19:05 +0000 (11:19 +0000)]
openssl: Fix build with gold linker

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

(From meta-openembedded rev: d7c12fd07498af06f4c03182c838528e765e4721)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoldconfig-native: Change the license field
Khem Raj [Sat, 8 Oct 2011 01:39:24 +0000 (01:39 +0000)]
ldconfig-native: Change the license field

The license should be GPLv2+

(From meta-openembedded rev: 2f04e069cba8d2a9fc9e640e8ddccc5929abff11)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeglibc 2.12: import from oe-core
Koen Kooi [Thu, 6 Oct 2011 14:12:16 +0000 (16:12 +0200)]
eglibc 2.12: import from oe-core

(From meta-openembedded rev: 6aea5cdadffc2dfc0beba228003ee979e02e9e9e)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: use proper fsck
Koen Kooi [Thu, 6 Oct 2011 13:17:47 +0000 (15:17 +0200)]
systemd: use proper fsck

(From meta-openembedded rev: ea53d5c61b3c9100c51089ce613e1387cd711357)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonautilus: add runtime dep on glib-networking
Koen Kooi [Thu, 6 Oct 2011 13:16:50 +0000 (15:16 +0200)]
nautilus: add runtime dep on glib-networking

this fixes the OOM crash when using the 'Network' entry from the menu

(From meta-openembedded rev: c4ad5927094f527b539c99a98c5213928caa2c5f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.6: Bring in latest linaro patches
Khem Raj [Thu, 29 Sep 2011 22:12:52 +0000 (22:12 +0000)]
gcc-4.6: Bring in latest linaro patches

Adjust existing patches for latest FSF gcc-4_6-branch

(From meta-openembedded rev: b9b5306e551f26d76e9dc5fa6f10c2c095fe6e0f)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxf86-video-omapfb: merged to oe-core
Martin Jansa [Thu, 8 Sep 2011 07:50:08 +0000 (09:50 +0200)]
xf86-video-omapfb: merged to oe-core

(From meta-openembedded rev: 9f2e55480dc94e90ac09ca468cf2f0dacb54ae2d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxft, libxrender, renderproto: move native BBCLASSEXTENDs to oe-core
Martin Jansa [Thu, 8 Sep 2011 05:39:29 +0000 (07:39 +0200)]
libxft, libxrender, renderproto: move native BBCLASSEXTENDs to oe-core

(From meta-openembedded rev: 3afbbd369b7a75568d428b617439339c9adb087d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxorg-driver: use renamed .inc from oe-core
Martin Jansa [Thu, 8 Sep 2011 07:11:21 +0000 (09:11 +0200)]
xorg-driver: use renamed .inc from oe-core

(From meta-openembedded rev: 26e67875fbe734fb839ff1b81bf5caf08c8daac0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqt4: update to 4.7.4
Eric BENARD [Sun, 11 Sep 2011 04:09:21 +0000 (04:09 +0000)]
qt4: update to 4.7.4

once oe-core has updated qt4 recipe

(From meta-openembedded rev: a3ff950b768cee02118e35a0ee9c4c2da51aa396)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to latest git
Koen Kooi [Sun, 2 Oct 2011 18:08:50 +0000 (20:08 +0200)]
systemd: update to latest git

Fix docbook-xsl problem by forcing the xsltproc check to false

(From meta-openembedded rev: b297ece0b5663aca97d30927a32c20ccce97eb2a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoHACK: libcgroup: override ERROR_QA
Koen Kooi [Sun, 2 Oct 2011 02:35:19 +0000 (04:35 +0200)]
HACK: libcgroup: override ERROR_QA

This needs to get changed to use INSANE_SKIP, but I can't find the right incantation in the docs

(From meta-openembedded rev: f3d859c4c93a41856e36b858064c12261c004098)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomidori: added RRECOMMENDS glib-networking
Andreas Müller [Sat, 1 Oct 2011 04:17:11 +0000 (04:17 +0000)]
midori: added RRECOMMENDS glib-networking

When trying to open https://.. midori complains with:

TLS/SSL support not available; install glib-networking

(From meta-openembedded rev: a56bff13b9d22b608352501fbb3ef124e7147bda)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomidori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / minor cleanup
Andreas Müller [Sat, 1 Oct 2011 04:17:10 +0000 (04:17 +0000)]
midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / 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

(From meta-openembedded rev: fcbb1d26f1c0fb4a92601731f5bd0bc71ff6789c)

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotcp-wrappers: Use the recipe from oe-core
Khem Raj [Mon, 26 Sep 2011 16:03:06 +0000 (09:03 -0700)]
tcp-wrappers: Use the recipe from oe-core

(From meta-openembedded rev: 6786f3118988e625b7ad8d7758c94e302789693f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-power-manager: Fix build on gnome'less build systems
Khem Raj [Mon, 26 Sep 2011 16:15:00 +0000 (09:15 -0700)]
gnome-power-manager: Fix build on gnome'less build systems

(From meta-openembedded rev: ae4ea40e52e5bcefd353221d4328acff352e295e)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogdm: Fix build on gnome'less build systems
Khem Raj [Mon, 26 Sep 2011 16:13:28 +0000 (09:13 -0700)]
gdm: Fix build on gnome'less build systems

(From meta-openembedded rev: 9826cc6fead485177bdf35f8d49d98feb2a318d7)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-disk-utility: Fix build on gnomelss host systems
Khem Raj [Mon, 26 Sep 2011 16:10:41 +0000 (09:10 -0700)]
gnome-disk-utility: Fix build on gnomelss host systems

(From meta-openembedded rev: 1dd63580daf20e9c96433d4b4f5b673baa3be29b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofuse: Upgrade recipe to version 2.8.6
Khem Raj [Mon, 26 Sep 2011 16:05:55 +0000 (09:05 -0700)]
fuse: Upgrade recipe to version 2.8.6

(From meta-openembedded rev: 2ec214472d5b6734973314e1aca28fc101e8835c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: replace analyze patch with upstream version
Koen Kooi [Tue, 27 Sep 2011 11:02:26 +0000 (13:02 +0200)]
systemd: replace analyze patch with upstream version

(From meta-openembedded rev: 92edaa1967d6478683f06c4fcc438a94228a6c9e)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: bump to v36
Koen Kooi [Sun, 25 Sep 2011 14:34:24 +0000 (16:34 +0200)]
systemd: bump to v36

2 of the 3 analyze patches have been applied upstream, delete them

(From meta-openembedded rev: fb0d50c16fafb6956a94c472b7c6a74a456e38b6)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.5: Fix cross-gcc build for 64 bit targets
Khem Raj [Fri, 23 Sep 2011 02:51:31 +0000 (02:51 +0000)]
gcc-4.5: Fix cross-gcc build for 64 bit targets

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

(From meta-openembedded rev: adc2571887279bc80c2c4739f68fe4f5675cdeeb)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-xfce-base: bump PR
Koen Kooi [Thu, 22 Sep 2011 15:16:48 +0000 (17:16 +0200)]
task-xfce-base: bump PR

(From meta-openembedded rev: d8de37e032322202fa1e0b49f90b43a3d4cc0aff)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: add kernel time and summary into svg plot
Koen Kooi [Thu, 22 Sep 2011 14:46:47 +0000 (16:46 +0200)]
systemd: add kernel time and summary into svg plot

(From meta-openembedded rev: 54ab502d4f53cab9411c29bb04dab7ae81b002ed)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-panel: Bump to version 4.8.6
Andreas Müller [Wed, 21 Sep 2011 23:03:02 +0000 (01:03 +0200)]
xfce4-panel: Bump to version 4.8.6

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agothunar: Bump to version 1.2.3
Andreas Müller [Wed, 21 Sep 2011 22:48:16 +0000 (00:48 +0200)]
thunar: Bump to version 1.2.3

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

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-xfce-base: add xfce4-notifyd
Andreas Müller [Sun, 18 Sep 2011 01:19:47 +0000 (03:19 +0200)]
task-xfce-base: add xfce4-notifyd

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-notifyd: Add initial recipe with version 0.2.2
Andreas Müller [Sun, 18 Sep 2011 01:18:11 +0000 (03:18 +0200)]
xfce4-notifyd: Add initial recipe with version 0.2.2

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfdesktop: Bump to version 4.8.3 & recreate patch
Andreas Müller [Sun, 18 Sep 2011 01:14:04 +0000 (03:14 +0200)]
xfdesktop: Bump to version 4.8.3 & recreate patch

New version of relative-symlinks-docs.patch was sent to xfce-buglist [1]

[1] https://bugzilla.xfce.org/show_bug.cgi?id=7977

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>