scm/bb/tizen-distro.git
9 years agotask-basic: no external syslog needed for systemd v39
Koen Kooi [Sat, 28 Jan 2012 07:49:16 +0000 (08:49 +0100)]
task-basic: no external syslog needed for systemd v39

(From meta-openembedded rev: e682ad9809eb86048e0f9d4241d753d8f8fdfad8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: don't depend on tasks/images to do the right thing with mount
Koen Kooi [Sat, 28 Jan 2012 07:54:08 +0000 (08:54 +0100)]
systemd: don't depend on tasks/images to do the right thing with mount

(From meta-openembedded rev: 1c89ddb276c3f4040017efce67c3f2c66aeff099)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agousb-modeswitch: update to 1.2.2
Koen Kooi [Sat, 28 Jan 2012 08:30:48 +0000 (09:30 +0100)]
usb-modeswitch: update to 1.2.2

This is still using the tcl version of the dispatcher, the non-tcl version doesn't crosscompile :(

(From meta-openembedded rev: 245be9e381d8b259b18b9c0ee6212d65d5db2747)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agousb-modeswitch-data: update to 20120120
Koen Kooi [Sat, 28 Jan 2012 08:18:44 +0000 (09:18 +0100)]
usb-modeswitch-data: update to 20120120

(From meta-openembedded rev: 2ae5b3ed7e7af636c2ba0fe012041f981df8fb41)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-basic: add back openssh-sftp-server, sftp browsing of the target needs it
Koen Kooi [Fri, 27 Jan 2012 13:23:16 +0000 (14:23 +0100)]
task-basic: add back openssh-sftp-server, sftp browsing of the target needs it

(From meta-openembedded rev: 997326db9762fefb113457229e4df6ae93d82ef8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqt-4.8.0: enable sql features as in 4.7.4
Eric Bénard [Wed, 25 Jan 2012 15:42:44 +0000 (16:42 +0100)]
qt-4.8.0: enable sql features as in 4.7.4

(From meta-openembedded rev: e0171dcbf68cef539c5d83c5846f0835502ec583)

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 agoxbmc: fix CEC support
Koen Kooi [Thu, 26 Jan 2012 11:10:02 +0000 (12:10 +0100)]
xbmc: fix CEC support

(From meta-openembedded rev: 86d6be0ae44b965415ba38ef23c9184dae45cd1b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibcec: fix packaging
Koen Kooi [Thu, 26 Jan 2012 09:00:20 +0000 (10:00 +0100)]
libcec: fix packaging

The kernel module and .so change are needed to make it actually work with the adapter.

(From meta-openembedded rev: 237b838e961d957d83449fa9fd9729bffee03b02)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: Forward port format-replace-m-uclibc.patch
Khem Raj [Thu, 26 Jan 2012 06:13:15 +0000 (06:13 +0000)]
systemd: Forward port format-replace-m-uclibc.patch

This patch was not applying and had to consider more
fields this time.

(From meta-openembedded rev: a2b05eddcfa02d57dd2ac5b1c33fca4647af283b)

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 agogateone: add missing dependency
Koen Kooi [Wed, 25 Jan 2012 13:08:15 +0000 (14:08 +0100)]
gateone: add missing dependency

root@beagleboneA3-0457:~# systemctl status gateone.service
gateone.service - GateOne daemon
  Loaded: loaded (/lib/systemd/system/gateone.service; enabled)
  Active: failed since Tue, 24 Jan 2012 19:44:10 +0000; 1h 2min ago
 Process: 102 ExecStart=/usr/bin/python gateone.py (code=exited, status=1/FAILURE)
  CGroup: name=systemd:/system/gateone.service

Jan 24 19:44:10 beagleboneA3-0457 python[102]: imported = __import__(plugin, None, None, [''])
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/bookmarks.py", line 38, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: import html5lib
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/__init__.py", line 14, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from html5parser import HTMLParser, parse, parseFragment
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/html5parser.py", line 25, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from treebuilders import simpletree
Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/treebuilders/simpletree.py", line 3, in <module>
Jan 24 19:44:10 beagleboneA3-0457 python[102]: from xml.sax.saxutils import escape
Jan 24 19:44:10 beagleboneA3-0457 python[102]: ImportError: No module named xml.sax.saxutils

(From meta-openembedded rev: c1a40bffd7937a975bbaa201bc5932cf6d6d3a59)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogimp: replace --without-libwmf / --without-wmf
Andreas Müller [Wed, 25 Jan 2012 08:41:39 +0000 (08:41 +0000)]
gimp: replace --without-libwmf / --without-wmf

accidently did not commit the latest (tested) changes

(From meta-openembedded rev: 982c4f123366c1cd4daa2e1743cafd543d4c8a53)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: bump PR to rebuild against newer libav
Martin Jansa [Wed, 25 Jan 2012 09:58:27 +0000 (10:58 +0100)]
mplayer2: bump PR to rebuild against newer libav

* libav now produces libavformat53 instead of libavformat52

(From meta-openembedded rev: 942f06731e89f08a57a115105a01a03dd2d1da98)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-efl: add recipes for efl sdk
Nicolas Aguirre [Sat, 3 Dec 2011 09:25:42 +0000 (10:25 +0100)]
meta-efl: add recipes for efl sdk

(From meta-openembedded rev: 92ebbc9571f94fe997fb40d3725d36a752fa2aba)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedbus: add ALLOW_EMPTY
Martin Jansa [Mon, 23 Jan 2012 15:41:54 +0000 (16:41 +0100)]
edbus: add ALLOW_EMPTY

(From meta-openembedded rev: 8178aec1d795bda69726b18c2f317d31be013261)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to v39
Koen Kooi [Wed, 25 Jan 2012 08:50:40 +0000 (09:50 +0100)]
systemd: update to v39

(From meta-openembedded rev: ab384f1e56f2bd5979d85fa41a54ba96af53338f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxinput: remove, recipe is now in oe-core
Andrea Adami [Wed, 25 Jan 2012 00:05:57 +0000 (00:05 +0000)]
xinput: remove, recipe is now in oe-core

* as per commit id 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a

(From meta-openembedded rev: d64c0cf970685e1066c9ce2d8cd8e3dde8c6c52b)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopencv: bump SRCREV
Koen Kooi [Tue, 24 Jan 2012 16:53:14 +0000 (17:53 +0100)]
opencv: bump SRCREV

opencv doesn't work with libav, so make gstreamer the default

(From meta-openembedded rev: 943629369939d13a5e321ef95ca8d3ca7310c962)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogateone: bump SRCREV
Koen Kooi [Tue, 24 Jan 2012 16:56:35 +0000 (17:56 +0100)]
gateone: bump SRCREV

(From meta-openembedded rev: c7c38998ea37adefbc32930e84423ac64fc81c96)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoIn LICENSE "&&" should be replaced with "&" [forgot .inc files]
Andrei Gherzan [Tue, 24 Jan 2012 14:54:14 +0000 (14:54 +0000)]
In LICENSE "&&" should be replaced with "&" [forgot .inc files]

In this way meta-oe recipes will be parsed correctly in yocto.

(From meta-openembedded rev: a9e15d25847e4c1abc65164ea12306b8f1e7ffbf)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogimp: initial add 2.6.11
Andreas Müller [Tue, 24 Jan 2012 12:15:37 +0000 (12:15 +0000)]
gimp: initial add 2.6.11

* based on oe-classic [1]-[2]
* build tested incremental & from scratch in angstrom environment
* run tested on overo

[1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gimp.inc
[2] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gimp_2.6.8.bb

(From meta-openembedded rev: 5c56ad8b357e722b0f8daa52e7da46ae0aa5c4cd)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxbmc: enable libusb and fix zeroconf
Koen Kooi [Tue, 24 Jan 2012 11:50:57 +0000 (12:50 +0100)]
xbmc: enable libusb and fix zeroconf

(From meta-openembedded rev: a388dabbcd734ecb6926c79c2a418613b9fff1dd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxbmc: update SRCREV, add CEC and Airplay support
Koen Kooi [Tue, 24 Jan 2012 07:47:59 +0000 (08:47 +0100)]
xbmc: update SRCREV, add CEC and Airplay support

(From meta-openembedded rev: 926b8427285306545df5e46a3dfe30b92d66afb3)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav: add 0.7.4, keep 0.6.5 for reference
Koen Kooi [Tue, 24 Jan 2012 08:48:04 +0000 (09:48 +0100)]
libav: add 0.7.4, keep 0.6.5 for reference

(From meta-openembedded rev: 0abc68a6318d9fcf6a94aac84909bddca302b396)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav 0.6.5: reenable libavfilter
Koen Kooi [Tue, 24 Jan 2012 07:42:23 +0000 (08:42 +0100)]
libav 0.6.5: reenable libavfilter

(From meta-openembedded rev: d882255baae7ede11e7752c8a18640c9bab21126)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibcec: add 1.4.0
Koen Kooi [Tue, 24 Jan 2012 07:25:43 +0000 (08:25 +0100)]
libcec: add 1.4.0

(From meta-openembedded rev: 89d1cfe0db5a3abf6cb36be3366936ee783cb331)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibplist: add 1.8
Koen Kooi [Tue, 24 Jan 2012 07:10:51 +0000 (08:10 +0100)]
libplist: add 1.8

(From meta-openembedded rev: 3a46027b159c5dd22934d7ad6ebedc2bb551727a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: bump SRCREV to fix big-endian builds
Koen Kooi [Mon, 23 Jan 2012 15:26:39 +0000 (16:26 +0100)]
systemd: bump SRCREV to fix big-endian builds

(From meta-openembedded rev: 77ce4f048e1b574f0f272bebc25bf85eb6502825)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopixman: update bbappend to 0.24.2 to match oe-core
Koen Kooi [Tue, 24 Jan 2012 11:52:59 +0000 (12:52 +0100)]
pixman: update bbappend to 0.24.2 to match oe-core

(From meta-openembedded rev: 9a519bfc9387fa7086b564f276313261cefd879f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav: update to 0.6.5
Koen Kooi [Mon, 23 Jan 2012 10:14:43 +0000 (11:14 +0100)]
libav: update to 0.6.5

(From meta-openembedded rev: 1fd309ff9c034c4ae796392901997a3522af03b4)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopicocom: import from meta-smartphone/meta-shr
Martin Jansa [Mon, 23 Jan 2012 08:49:00 +0000 (09:49 +0100)]
picocom: import from meta-smartphone/meta-shr

* meta-smartphone/7f797c8e54dd4ec28d75269e80573f45069eebb4
* PR and PRIORITY fields dropped

(From meta-openembedded rev: 46ea6113c636a480482d968b160cc22d28e1663d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: add systemd support
Martin Jansa [Wed, 18 Jan 2012 09:51:57 +0000 (10:51 +0100)]
gpsd: add systemd support

(From meta-openembedded rev: 987222181d91e7feca31d5e0b923b7c88bcccfa9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsoup-2.4: add unstable version 2.37.2 which is needed for newer webkit-efl
Martin Jansa [Fri, 20 Jan 2012 17:50:22 +0000 (18:50 +0100)]
libsoup-2.4: add unstable version 2.37.2 which is needed for newer webkit-efl

* otherwise random runtime crashes can happen, see:
  https://lists.webkit.org/pipermail/webkit-efl/2011-December/000091.html
* this recipe should be removed as soon as there is 2.38 or newer
  version in oe-core
* newer libsoup-2.4 wasn't used because those depend also on unstable
  glib

(From meta-openembedded rev: dfdc35f7b6910638ed03fa0aa09b0fa077ce29e0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtk+3: add gtk+-native dependency
Martin Jansa [Mon, 23 Jan 2012 08:35:51 +0000 (09:35 +0100)]
gtk+3: add gtk+-native dependency

* it's needed to provide gtk-update-icon-cache
  --enable-gtk2-dependency implies external gtk-update-icon-cache
  AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test x = xyes || test x = xyes])
  unfortunately result of AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
  is not checked for no value before being used resulting in
  no --quiet --force --ignore-theme-index               \
          --source builtin_icons stock-icons > gtkbuiltincache.h.tmp &&        \
       mv gtkbuiltincache.h.tmp gtkbuiltincache.h
  /bin/sh: no: command not found

(From meta-openembedded rev: c0f4fff835b59aab108ddba40957d8291fb937b8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtk+: add native BBCLASSEXTEND
Martin Jansa [Mon, 23 Jan 2012 08:25:13 +0000 (09:25 +0100)]
gtk+: add native BBCLASSEXTEND

* it's needed to provide gtk-update-icon-cache for gtk+3 build
* RRECOMMENDS needs to be empty as we don't want liberation-fonts-native etc

(From meta-openembedded rev: a4155ac38dce214cbb59f6243b29ca3df76e0d29)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIs
Martin Jansa [Mon, 16 Jan 2012 15:39:44 +0000 (16:39 +0100)]
eve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIs

(From meta-openembedded rev: a0f4926c5551a8816aee5a7f75443c3adcdec30f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: upgrade to 1.7.3
Martin Jansa [Mon, 16 Jan 2012 13:16:11 +0000 (14:16 +0100)]
webkit-efl: upgrade to 1.7.3

(From meta-openembedded rev: 28bf1cf54a857b75074f29cbfd197c82b086d914)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxaw: bump PR to disable xmlto
Martin Jansa [Sun, 25 Dec 2011 18:50:52 +0000 (19:50 +0100)]
libxaw: bump PR to disable xmlto

* meta-oe now provides xmlto-native
  http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27
  but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros
  autodetecting xmlto available, see:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html
  after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again

(From meta-openembedded rev: 8fdf226eabdcef36196f47bb9fa86146ea5470f7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogegl: initial add 0.1.8
Andreas Müller [Mon, 23 Jan 2012 07:45:30 +0000 (07:45 +0000)]
gegl: initial add 0.1.8

based on oe-classic [1]

[1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gegl_git.bb

(From meta-openembedded rev: 0ade2c82e2ce2fe3e09a26faab15e944ae892fa7)

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 agobabl: initial add 0.1.6
Andreas Müller [Mon, 23 Jan 2012 07:45:29 +0000 (07:45 +0000)]
babl: initial add 0.1.6

inspired by classic-oe [1]

[1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/babl_git.bb

(From meta-openembedded rev: 012483e31579e07a7d330f40053512743a7ced2b)

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 agoAdd missing librsvg dependency to abiword recipe.
Peter Tworek [Fri, 20 Jan 2012 22:18:10 +0000 (22:18 +0000)]
Add missing librsvg dependency to abiword recipe.

(From meta-openembedded rev: 9734514de30cb692458c7286ff4de137afecc01e)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoAdd missing gobject-introspection-native dependency for upower.
Peter Tworek [Fri, 20 Jan 2012 22:12:02 +0000 (22:12 +0000)]
Add missing gobject-introspection-native dependency for upower.

(From meta-openembedded rev: 240d7dd4907c9b382a3cf076d1b577c29ef25b4b)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonode 0.6: update to 0.6.8
Koen Kooi [Sun, 22 Jan 2012 11:28:37 +0000 (12:28 +0100)]
node 0.6: update to 0.6.8

(From meta-openembedded rev: 3b42734676e1cc1d6d791a94c28c0e3d8d9aa56f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxbmc: update to Eden beta 2
Koen Kooi [Sun, 22 Jan 2012 11:27:57 +0000 (12:27 +0100)]
xbmc: update to Eden beta 2

(From meta-openembedded rev: 8ff89fe0db67ce1a17673678ca2c911fc9bcb209)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: blacklist another python entry that leads to host contamination
Koen Kooi [Fri, 20 Jan 2012 15:26:46 +0000 (16:26 +0100)]
samba: blacklist another python entry that leads to host contamination

(From meta-openembedded rev: bd9ec602b964becb992efbe630fbe00318d17283)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: move kbd RECOMMENDS to vconsole-setup where they belong
Koen Kooi [Fri, 20 Jan 2012 11:29:32 +0000 (12:29 +0100)]
systemd: move kbd RECOMMENDS to vconsole-setup where they belong

(From meta-openembedded rev: 103b4174d11233954a63a16f488b134da0b901b2)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-imaging: fix #!/usr/local/bin/python problem
Koen Kooi [Thu, 19 Jan 2012 09:13:29 +0000 (10:13 +0100)]
python-imaging: fix #!/usr/local/bin/python problem

(From meta-openembedded rev: 3b80f538d9055f54b125d4f663ca147098674cce)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovim: workaround a dependency problem with RPM
Koen Kooi [Thu, 19 Jan 2012 09:03:38 +0000 (10:03 +0100)]
vim: workaround a dependency problem with RPM

One of the examples has a #!/bin/csh which tells RPM to add that as a dep, which we don't want

(From meta-openembedded rev: 1ec5fa073fba7d2c63c15d4625fcd15362769fbf)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoGtk+3: Fix cups related error in configure
Samuel Stirtzel [Wed, 18 Jan 2012 10:17:01 +0000 (10:17 +0000)]
Gtk+3: Fix cups related error in configure

This patch will disable cups for gtk+3.
The issue could be resolved by adding cups to the DEPENDS,
however in gtk+2 cups is also disabled, so fixing it here in the same way seems appropriate.

Error message is:
| checking for cups/cups.h... no
| configure: error: *** Sorry, cups-config present but cups/cups.h missing.

(From meta-openembedded rev: 8e2ccbd8ecfd97bc244445a63e01b38e72b1c3a8)

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevince: add cross-compile-fix.patch from classic oe to fix build error
Andreas Müller [Mon, 16 Jan 2012 16:32:20 +0000 (16:32 +0000)]
evince: add cross-compile-fix.patch from classic oe to fix build error

error message was

| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| make[2]: *** [evince-C.omf] Error 1

[1] http://cgit.openembedded.org/openembedded/tree/recipes/evince/evince/cross-compile-fix.patch

(From meta-openembedded rev: 9c926e88fc2dbb89b592e906ea19f2e41b344825)

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: add upstream status to patch
Koen Kooi [Fri, 20 Jan 2012 07:25:45 +0000 (08:25 +0100)]
systemd: add upstream status to patch

(From meta-openembedded rev: 0ce5ec32b84549a97c65765ca1bd39eeee10f71f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: split out systemd-analyze
Anders Darander [Thu, 19 Jan 2012 19:53:07 +0000 (19:53 +0000)]
systemd: split out systemd-analyze

Split systemd-analyze to a separate package, to remove the implicit
dependency on python. (At least the rpm-packaging backend created a
run-time dependency on python).

Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for
systemd-analyze to work.

Add an RRECOMMENDS_${PN}-analyze on python-pycairo, as the plot command
in systemd-analyze requires this package.

(From meta-openembedded rev: acfe5820feacb045751e8f9c63cb020427fcfd35)

Signed-off-by: Anders Darander <anders@chargestorm.se>
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 agosystemd: update to v38+git
Koen Kooi [Thu, 19 Jan 2012 13:04:16 +0000 (14:04 +0100)]
systemd: update to v38+git

* This introduces the 'journal' feature.
* Upstream is following the fedora /usr move so EXTRA_OECONF needs to get updated to keep the paths the same for the OE usecase

(From meta-openembedded rev: 6cb51af0e1f09e7658cd1bfdc721cb5106ec9dfd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoIn LICENSE "&&" should be replaced with "&"
Andrei Gherzan [Mon, 16 Jan 2012 19:14:25 +0000 (19:14 +0000)]
In LICENSE "&&" should be replaced with "&"

In this way meta-oe recipes will be parsed correctly in yocto.

(From meta-openembedded rev: 3767262f9e626c49638dc886adbdf58b167de61c)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocairo: replace cairo_1.10.2.bb and .inc files with .bbappend, change cairomm to use...
Martin Jansa [Mon, 16 Jan 2012 15:43:12 +0000 (15:43 +0000)]
cairo: replace cairo_1.10.2.bb and .inc files with .bbappend, change cairomm to use .inc from oe-core

* cairo-native is needed for pango-native
  and PRINC is for slight packaging changes in oe-core version

(From meta-openembedded rev: 2df5dcf528a4be15d5a997936754e7973856d535)

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 agotask-boot: leave packagemanagement decisions to image recipes
Koen Kooi [Mon, 16 Jan 2012 10:50:47 +0000 (11:50 +0100)]
task-boot: leave packagemanagement decisions to image recipes

(From meta-openembedded rev: cac1ca451a303cf4e234629fed0588fdbd669c69)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoowfs: import 2.8p4 from OE-classic, update to 2.8p14
Koen Kooi [Sun, 15 Jan 2012 11:31:08 +0000 (12:31 +0100)]
owfs: import 2.8p4 from OE-classic, update to 2.8p14

(From meta-openembedded rev: a5eae966b971c2fd34356df324dcef2d7eb37c7f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoristretto: update to 0.3.2
Andreas Müller [Sun, 15 Jan 2012 02:44:12 +0000 (02:44 +0000)]
ristretto: update to 0.3.2

(From meta-openembedded rev: b20bf09d877bfab81c3a73712b086c0577cac853)

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 agoxfce4-netload-plugin: update to 1.1.0
Andreas Müller [Sun, 15 Jan 2012 00:41:38 +0000 (00:41 +0000)]
xfce4-netload-plugin: update to 1.1.0

(From meta-openembedded rev: c4e7f781f9c194934288d69f4d31e5d0143979af)

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 agolibjpeg-turbo: native depends on nasm-native
Eric BENARD [Sat, 14 Jan 2012 18:10:08 +0000 (18:10 +0000)]
libjpeg-turbo: native depends on nasm-native

else I get the following error during configure :
| configure: error: no nasm (Netwide Assembler) found

(From meta-openembedded rev: 8741e35957eeb4392ca9a340f63095beddb779df)

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 agolibjpeg-turbo: initial add
Koen Kooi [Fri, 13 Jan 2012 10:45:31 +0000 (11:45 +0100)]
libjpeg-turbo: initial add

If you're on x86 or ARM this will be a lot faster due to SIMD optimizations

(From meta-openembedded rev: b026074a8d03e18790212ac5953c69fb36dbd3bc)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxterm: update to 277
Koen Kooi [Fri, 13 Jan 2012 08:41:51 +0000 (09:41 +0100)]
xterm: update to 277

License checksum changed due to date changes

(From meta-openembedded rev: 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: disable xmlto
Martin Jansa [Thu, 12 Jan 2012 12:30:01 +0000 (12:30 +0000)]
gpsd: disable xmlto

* xmlto is used if xsltproc test fails
  xstlproc is found in sysroot right, but then it's tested like this:
  sysroots/x86_64-linux/usr/bin/xsltproc --nonet --noout http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl conftest.xml
  and that fails if there isn't right docbook.xsl on host
  /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
* xmlto then fails with:
  xmlto  man './gps.xml'
  | xmlto: /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate (status 3)
  | xmlto: Fix document syntax or use --skip-validation option
  | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
  | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:8: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  |    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  |                                                               ^
  | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:133: parser error : Entity 'mdash' not defined
  | should default to using for display &mdash; imperial, nautical, or
  |                                            ^
  | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
  | warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  | validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
  | Document /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate
* without xstlproc and xmlto it disables man pages building
  configure:18182: WARNING: Neither xsltproc nor xmlto works: I will not build man pages.
  configure:18184: WARNING: To build man pages, install xsltproc/xsltlib or xmlto and run autogen.sh again.
* this can be reverted as soon as there is working xmlto using OE
  provided DTDs in DEPENDS

(From meta-openembedded rev: 3aa79887e2476cc71fa8b9d0131898944b38338d)

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 agognome-backgrounds 2.32.0: import from OE-classic
Koen Kooi [Thu, 12 Jan 2012 17:17:09 +0000 (18:17 +0100)]
gnome-backgrounds 2.32.0: import from OE-classic

(From meta-openembedded rev: cbf65f7f0d3bda730473b409672353fd9f9ae8bb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-desktop: fix gnome-about
Koen Kooi [Thu, 12 Jan 2012 17:07:58 +0000 (18:07 +0100)]
gnome-desktop: fix gnome-about

(From meta-openembedded rev: 0c6ae144a933864aa5c12d775984962ef86b735a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-panel: fix leakage of build machine python path into gnome-panel-add
Steve Sakoman [Wed, 11 Jan 2012 22:01:28 +0000 (14:01 -0800)]
gnome-panel: fix leakage of build machine python path into gnome-panel-add

(From meta-openembedded rev: c1444331e939aadf92a7625dd90ade891b9f901d)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoupower: add pm-utils to RRECOMMENDS
Koen Kooi [Thu, 12 Jan 2012 13:26:07 +0000 (14:26 +0100)]
upower: add pm-utils to RRECOMMENDS

This fixes:

dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory)
dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory)
dbus-daemon[207]: (upowerd:401): UPower-WARNING **: failed to run script: Failed to execute child process "/usr/sbin/pm-powersave" (No such file or directory)

(From meta-openembedded rev: f5a589a8f0284441bb8cb6c32eb7d13e9e33d820)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass -fno-tree...
Martin Jansa [Wed, 11 Jan 2012 07:53:39 +0000 (08:53 +0100)]
libav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass -fno-tree-vectorize now

(From meta-openembedded rev: d792afdefcacc3ff660348d7be3b3f2a802ae163)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoca-certificates: upgrade to 20111211, old version not available anymore
Norman Schleicher [Wed, 4 Jan 2012 21:23:47 +0000 (22:23 +0100)]
ca-certificates: upgrade to 20111211, old version not available anymore

(From meta-openembedded rev: 3b111fefe106d93a1a199e63dc9056985fb9886d)

Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedje: fix packaging of multisense module.so
Martin Jansa [Sun, 25 Dec 2011 18:50:29 +0000 (19:50 +0100)]
edje: fix packaging of multisense module.so

(From meta-openembedded rev: 85c57edbd28967353f2af492865756ab5e3d4683)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary: package examples to PN-tests
Martin Jansa [Sun, 25 Dec 2011 18:49:29 +0000 (19:49 +0100)]
elementary: package examples to PN-tests

(From meta-openembedded rev: 8ff502a3db138d35a53b8a0a31581a503f53318a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoemotion: update LIC_FILES_CHKSUM, COPYING file was cleaned to match rest of EFL
Martin Jansa [Thu, 22 Dec 2011 15:48:07 +0000 (16:48 +0100)]
emotion: update LIC_FILES_CHKSUM, COPYING file was cleaned to match rest of EFL

(From meta-openembedded rev: 76bea3d19a9fa6f2c8a85ca0644c825a8ef415d2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedje: add eina to DEPENDS, it depends on eina since r36623
Martin Jansa [Thu, 29 Dec 2011 21:13:02 +0000 (22:13 +0100)]
edje: add eina to DEPENDS, it depends on eina since r36623

(From meta-openembedded rev: 275bcc54a791b68489f89fd485f1678f269d01c0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: bump EFL_SRCREV a bit more
Martin Jansa [Fri, 16 Dec 2011 08:20:17 +0000 (09:20 +0100)]
e-base: bump EFL_SRCREV a bit more

(From meta-openembedded rev: 0796505f34620059cfed707c33f08b68f346937f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokexec-tools_2.0.2.bbappend: remove, packages are now split in oe-core
Andrea Adami [Tue, 10 Jan 2012 22:17:38 +0000 (22:17 +0000)]
kexec-tools_2.0.2.bbappend: remove, packages are now split in oe-core

* packaging split from meta-openembedded has been accepted in oe-core
* as per commit id 1f40a5486f703684c5d1d7360ef3cbdf75577495

(From meta-openembedded rev: a3d91317a3242cc570f213458dcc9e71519e81c5)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoavahi-ui: drop, it's in OE-core nowadays
Koen Kooi [Wed, 11 Jan 2012 08:26:33 +0000 (09:26 +0100)]
avahi-ui: drop, it's in OE-core nowadays

(From meta-openembedded rev: c40a4cd3a327d9037cc31ca4f876c860f963727c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.6: Update linaro patches past 2012.12 release
Khem Raj [Mon, 9 Jan 2012 23:44:16 +0000 (23:44 +0000)]
gcc-4.6: Update linaro patches past 2012.12 release

(From meta-openembedded rev: 8413bf3c5de39d830969ad181b4dd4e136d91482)

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 agogcc-4.6: Fix ICE on x86_64 seen during vectorization
Khem Raj [Mon, 9 Jan 2012 23:44:15 +0000 (23:44 +0000)]
gcc-4.6: Fix ICE on x86_64 seen during vectorization

(From meta-openembedded rev: f2179dabaaba99ef5b9fe48e38c73b2178d50390)

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 agosystemd: git repo moved
Anders Darander [Mon, 9 Jan 2012 13:18:37 +0000 (13:18 +0000)]
systemd: git repo moved

Freedesktop have reorganized the git repository structure.

(From meta-openembedded rev: d3a451bbd08f7bb0ddea1aa0b314a72d65c660d4)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxf86-video-fbdev: remove, driver is now in oe-core
Andrea Adami [Fri, 6 Jan 2012 23:35:05 +0000 (23:35 +0000)]
xf86-video-fbdev: remove, driver is now in oe-core

* as per commit id 4997e01cb051cc05348468707898798f9228613a

(From meta-openembedded rev: 9c855444d025a85f28196bfeae25dd48e44510c5)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)
Andrea Adami [Fri, 6 Jan 2012 23:35:04 +0000 (23:35 +0000)]
kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)

* Symptom: kernel symlink in /boot is not created.
* Rename in order to create the expected files:
* /var/lib/opkg/info/kernel-3.1.4.postinst
* /var/lib/opkg/info/kernel-3.1.4.postrm

(From meta-openembedded rev: 2164e05e1794c891e97d854df2a920d2320c2628)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogvfs: rework and add recipe for gvfs-gdu-volume-monitor
Andreas Müller [Sun, 8 Jan 2012 19:02:23 +0000 (19:02 +0000)]
gvfs: rework and add recipe for gvfs-gdu-volume-monitor

To make gvfs work with removable devices/volumes, gvfs-gdu-volume-monitor
( gdu = gnome-disk-utility ) is required. During a build from scratch
gvfs-configure disables gdu because it can not find gnome-disk-utility.
It can not be added to gvfs DEPENDS because this causes circular dependencies:

nautilus DEPENDS gvfs
gvfs DEPENDS gnome-disk-utility
gnome-disk-utility DEPENDS nautilus

The solution is a new recipe for gvfs-gdu-volume-monitor. To reduce maintenance
efforts and to ensure that gvfs-gdu-volume-monitor is build under same
conditions as gvfs, as much settings as possible were moved to gvfs.inc. INC_PR
is started at 6 to ensure rebuilding.

run-tested for incremental build and build from scratch.

(From meta-openembedded rev: 5b8522e3b592c96ec9325aff4bbaa68972e52d5b)

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 agoudisks: disable manpage building
Otavio Salvador [Fri, 6 Jan 2012 16:23:49 +0000 (16:23 +0000)]
udisks: disable manpage building

(From meta-openembedded rev: 6ae89951a73c97f6f1b4bbde39f3dadb72fa3dcd)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobusybox: add systemd support for syslog service
Otavio Salvador [Thu, 29 Dec 2011 06:44:47 +0000 (06:44 +0000)]
busybox: add systemd support for syslog service

This uses a busybox-syslog default file to pass options to
syslogd. For it, the 'OPTIONS' variable needs to be set.

(From meta-openembedded rev: c48a6a605c6d8d38cfbc5df39b3dc310bffc07c1)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-x11: use xserver-nodm-init-systemd
Otavio Salvador [Fri, 30 Dec 2011 12:38:14 +0000 (12:38 +0000)]
task-x11: use xserver-nodm-init-systemd

(From meta-openembedded rev: 458db1ad63e1086ab16184e4aef22b0f352efe9c)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemd
Otavio Salvador [Fri, 30 Dec 2011 12:35:56 +0000 (12:35 +0000)]
meta-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemd

(From meta-openembedded rev: 0872d60659798f89eeb7bdc94060d8961a53583d)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-nodm-init: move systemd service to xserver-nodm-init-systemd
Otavio Salvador [Mon, 26 Dec 2011 19:32:33 +0000 (19:32 +0000)]
xserver-nodm-init: move systemd service to xserver-nodm-init-systemd

Move systemd service to xserver-nodm-init-systemd to be consistent
with other packages.

(From meta-openembedded rev: 0265a98f7140cb4c43da7e19e25fef3c205c3c8f)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokmod: add recipe for version 3, no compatibility symlinks yet
Koen Kooi [Fri, 6 Jan 2012 10:41:44 +0000 (11:41 +0100)]
kmod: add recipe for version 3, no compatibility symlinks yet

(From meta-openembedded rev: 2292ac565c220f2112a07abd563c6a9ee34dc662)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonodejs-native: clarify dependencies to match updated oe-core parser
Koen Kooi [Fri, 6 Jan 2012 08:33:42 +0000 (09:33 +0100)]
nodejs-native: clarify dependencies to match updated oe-core parser

(From meta-openembedded rev: 18266de7fc4e87754831c5e0e8ad09ccd94c93b4)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfsprogs: add version 3.1.7
Zhenhua Luo [Wed, 28 Dec 2011 05:56:17 +0000 (05:56 +0000)]
xfsprogs: add version 3.1.7

    xfsprogs provides XFS filesystem utilities.

(From meta-openembedded rev: 9cc211194f0b43bc651b1b06c4128000fd867e02)

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: correct systemd EnvironmentFile, add ntpdate service
Peter A. Bigot [Wed, 4 Jan 2012 02:21:05 +0000 (02:21 +0000)]
ntp: correct systemd EnvironmentFile, add ntpdate service

Eliminate EnvironmentFile from systemd unit descriptions.  /etc/ntp.conf
can't be sourced to set environment variables like NTPD_ARG.  Following the
rationale at http://0pointer.de/blog/projects/on-etc-sysinit.html it isn't
needed anyway; if you don't buy that, it should be:

  EnvironmentFile=-/etc/default/ntpd

Add one-shot ntpdate service which synchronizes local clock prior to
starting ntpd (which aborts if the local time is more than 1000 seconds off
of the server).  "systemctl enable ntpdate.service" not done by default
because this would be a behavior change.

Correct comment describing how to replace ntpdate (ntpdc doesn't take those
arguments).

Add comment to ntp.conf pointing out need to remove local hardware clock as
a reference when simulating ntpdate.

(From meta-openembedded rev: 42d6f4f36696faaf0e526b14bcc6daff51ab943b)

Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudisks: add native systemd support
Andreas Müller [Mon, 2 Jan 2012 23:09:39 +0000 (23:09 +0000)]
udisks: add native systemd support

(From meta-openembedded rev: dc32361d19b49c9cb2df1d73dc61dfe7255a11b2)

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 agoristretto: fix build error by including locale.h
Andreas Müller [Tue, 3 Jan 2012 15:39:37 +0000 (15:39 +0000)]
ristretto: fix build error by including locale.h

build tested / error was:

| util.c: In function 'rstto_launch_help':
| util.c:36:35: error: 'LC_MESSAGES' undeclared (first use in this function)
| util.c:36:35: note: each undeclared identifier is reported only once for each function it appears in
| make[3]: *** [ristretto-util.o] Error 1
| make[3]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0/src'
| make[2]: *** [all] Error 2
| make[2]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0/src'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/ristretto-0.3.0-r0/ristretto-0.3.0'
| make: *** [all] Error 2
| + die 'oe_runmake failed'

(From meta-openembedded rev: f3e086bae4442bf0941ad3f11b7c46ccabade30d)

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 agolibxfce4ui: remove gettext from DEPENDS since xfce.bbclass takes care
Andreas Müller [Tue, 3 Jan 2012 14:41:49 +0000 (14:41 +0000)]
libxfce4ui: remove gettext from DEPENDS since xfce.bbclass takes care

(From meta-openembedded rev: 93229b3e604f8e050f467afd877ac0e873f9c285)

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 agoxfce.bbclass: inherit gettext
Andreas Müller [Tue, 3 Jan 2012 14:41:48 +0000 (14:41 +0000)]
xfce.bbclass: inherit gettext

(From meta-openembedded rev: 8b3ed2f4349de11de34cb0e43463f737abaed5a5)

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 agolibxfce4ui: update to 4.8.1
Andreas Müller [Mon, 26 Dec 2011 02:01:59 +0000 (02:01 +0000)]
libxfce4ui: update to 4.8.1

* build tested incremental & from empty build dir
* run tested on overo

(From meta-openembedded rev: 703222403053989087c8d3d3ee849086eb9567fd)

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 agoxfwm4: update to 4.8.1
Andreas Müller [Mon, 26 Dec 2011 02:01:58 +0000 (02:01 +0000)]
xfwm4: update to 4.8.1

* build tested incremental & from empty build dir
* run tested on overo

(From meta-openembedded rev: 15c2388f33d3297ff33314023d1b01a50e7dcc97)

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 agotumbler: update to 0.1.23
Andreas Müller [Mon, 26 Dec 2011 02:01:57 +0000 (02:01 +0000)]
tumbler: update to 0.1.23

* build tested incremental & from empty build dir
* run tested on overo

(From meta-openembedded rev: d787186059ad47787089e7ee6940175173f351fa)

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 agopython-pyusb: add recipe to support usb development in Python
Peter A. Bigot [Sat, 31 Dec 2011 17:40:21 +0000 (17:40 +0000)]
python-pyusb: add recipe to support usb development in Python

(From meta-openembedded rev: 62332b8522f131d59136b4170dc8073638ec5641)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolighttpd: move bbappend to new version to match OE-core
Koen Kooi [Tue, 3 Jan 2012 15:11:06 +0000 (16:11 +0100)]
lighttpd: move bbappend to new version to match OE-core

(From meta-openembedded rev: c65139cd012231db6c3994481d11fe118773afab)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodialog: add 1.1-20111020 recipe (dynamic and static)
Otavio Salvador [Fri, 23 Dec 2011 20:50:18 +0000 (20:50 +0000)]
dialog: add 1.1-20111020 recipe (dynamic and static)

(From meta-openembedded rev: 2642db3615ea2d4196b9c73537d9ebff6c57de2d)

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>