scm/bb/tizen-distro.git
9 years agobusybox: create /etc/default on do_install
Andreas Oberritter [Thu, 16 Feb 2012 02:06:55 +0000 (02:06 +0000)]
busybox: create /etc/default on do_install

* Currently, it's blindly assumed that /etc/default
  exists, when busybox-syslog gets copied into it.
  This only works by chance and only if CONFIG_HWCLOCK=y
  is set.

(From meta-openembedded rev: 143367e4f584ea7054dca2a466f410a46d02e6b1)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-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 agofarsight2: Fix QA warning about non staticdev containing .a files.
Peter Tworek [Sun, 19 Feb 2012 12:01:32 +0000 (12:01 +0000)]
farsight2: Fix QA warning about non staticdev containing .a files.

(From meta-openembedded rev: 8a52afacc7532ce3550ba541a92a83b07fed1e93)

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 agolibnice: Fix QA warning about non staticdev containing .a files.
Peter Tworek [Sun, 19 Feb 2012 12:01:31 +0000 (12:01 +0000)]
libnice: Fix QA warning about non staticdev containing .a files.

(From meta-openembedded rev: af266a4542b9dd16e8c2aab381765035fc7580b8)

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 agoopenbox: add 3.4.11.2
Otavio Salvador [Tue, 14 Feb 2012 22:25:51 +0000 (22:25 +0000)]
openbox: add 3.4.11.2

This version inclues O.S. Systems' internal tree fixes and a sync
against 3.4-working branch.

(From meta-openembedded rev: a8f2001c7c81ed4dea297a8fc9c98df4b91b3865)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: move static libs onto ${PN}-staticdev
Otavio Salvador [Wed, 8 Feb 2012 17:42:11 +0000 (17:42 +0000)]
net-snmp: move static libs onto ${PN}-staticdev

(From meta-openembedded rev: 5fdcce5941e25e220783e7f5fdcca47897f9c639)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: use netlink support
Otavio Salvador [Wed, 8 Feb 2012 16:32:06 +0000 (16:32 +0000)]
net-snmp: use netlink support

To properly compile with netlink we added a patch that ports the
netlink use to libnl-3 API.

(From meta-openembedded rev: 1e593c82a3d1ea98ccc5ba468967a66b6a3c443f)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: sync with 5.7 maintainence branch
Otavio Salvador [Wed, 8 Feb 2012 15:27:28 +0000 (15:27 +0000)]
net-snmp: sync with 5.7 maintainence branch

(From meta-openembedded rev: 675da0c58afe0926f9e614acb49b9e6c5d30d413)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopolkit: depends on systemd
Otavio Salvador [Tue, 7 Feb 2012 15:12:45 +0000 (16:12 +0100)]
polkit: depends on systemd

(From meta-openembedded rev: 6f371fa946d094c1b03d98692383aac803ae2fe0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudisks: explicitly depends on systemd
Otavio Salvador [Tue, 7 Feb 2012 19:51:46 +0000 (19:51 +0000)]
udisks: explicitly depends on systemd

(From meta-openembedded rev: e29a0310c5961bb112f7fa267e496fb524b16ce7)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoRevert "systemd.bbclass: depends on systemd"
Otavio Salvador [Tue, 7 Feb 2012 19:49:58 +0000 (19:49 +0000)]
Revert "systemd.bbclass: depends on systemd"

This reverts commit c029d4a268de1ac7076fbeb9e337e96fdb1b226d.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoimagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with zlib-1.2.6 we...
Martin Jansa [Wed, 15 Feb 2012 12:00:39 +0000 (13:00 +0100)]
imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with zlib-1.2.6 we have now

* for zlib-1.2.6 issue see:
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20267
* dist-lzip removed because it's not supported in our automake yet
* xml is explicity disabled, wasn't enabled before and if autodetected
  then fails (see comment above EXTRA_OECONF).
* LIC_FILES_CHKSUM updated, only formal changes AFAIK see:
  http://trac.imagemagick.org/log/ImageMagick/trunk/LICENSE
  for details
* empty dirs coders and filters added to PN to fix QA warning

(From meta-openembedded rev: aaef9aa923d6e55ae0463156999b2a0543cb1ef1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: resolve build error with missing eina lib when linked by gold
Martin Jansa [Tue, 14 Feb 2012 10:11:59 +0000 (11:11 +0100)]
webkit-efl: resolve build error with missing eina lib when linked by gold

(From meta-openembedded rev: fe6268a256b83d07e711e08db66b2610fd2b4f8e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-settings: Update to latest stable version 4.8.3.
Peter Tworek [Sat, 4 Feb 2012 18:30:48 +0000 (18:30 +0000)]
xfce4-settings: Update to latest stable version 4.8.3.

http://git.xfce.org/xfce/xfce4-settings/tag/?id=xfce4-settings-4.8.3

Run tested on netbook pro.

(From meta-openembedded rev: 83281ff6b918b05f0d12d11a0a031db30f7fb1a5)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-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 agogdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe...
Martin Jansa [Sat, 4 Feb 2012 08:08:17 +0000 (09:08 +0100)]
gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe-core

* see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017227.html

(From meta-openembedded rev: d5e771221726523ac5cc00790b71d45877aed68d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes: bump PR to rebuild .la files without libz.la
Martin Jansa [Mon, 13 Feb 2012 15:49:15 +0000 (16:49 +0100)]
recipes: bump PR to rebuild .la files without libz.la

(From meta-openembedded rev: d0028e40a3055b41e2e419c8bdd8a707e552c6ba)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgcrypt: drop .bbappend, native is now provided by oe-core
Martin Jansa [Mon, 13 Feb 2012 15:10:28 +0000 (16:10 +0100)]
libgcrypt: drop .bbappend, native is now provided by oe-core

* see oe-core 796b06e7bd4c336a5d256d54d1d16a1a9058144c

(From meta-openembedded rev: a2ef0149301bcaefdabae83f236c4568455323ff)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoecore: move /usr/lib/ecore/immodules/xim.so from ${PN}-dev to ${PN}-imf"
Martin Jansa [Fri, 3 Feb 2012 08:11:56 +0000 (09:11 +0100)]
ecore: move /usr/lib/ecore/immodules/xim.so from ${PN}-dev to ${PN}-imf"

* it's needed for elementary entry too
* also add empty /usr/bin to fix QA

(From meta-openembedded rev: 038b7f29c525b4b4e688adc9d3d0db906b3ee964)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-power-manager: Add initial recipe for version 1.0.10.
Peter Tworek [Sat, 4 Feb 2012 00:03:31 +0000 (00:03 +0000)]
xfce4-power-manager: Add initial recipe for version 1.0.10.

Run tested on netbook pro.

(From meta-openembedded rev: 7954f041fff53d34afe6212cc5f1363f47836731)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-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 agosystemd: move to v40 and don't kill user processes on exit
Koen Kooi [Tue, 7 Feb 2012 09:14:22 +0000 (10:14 +0100)]
systemd: move to v40 and don't kill user processes on exit

This fixes screen and tmux persistency issues.

Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
(From meta-openembedded rev: 724ec1ea4ff52b88bf1f6970557e44768214fd7b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodhcp: use PRINC
Otavio Salvador [Tue, 31 Jan 2012 19:19:59 +0000 (19:19 +0000)]
dhcp: use PRINC

(From meta-openembedded rev: e49f3cc870cca06f95174c2a7f6e042417b0af32)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipe: Delete the duplicate recipes which are already in oe-core
Khem Raj [Sat, 4 Feb 2012 18:02:53 +0000 (18:02 +0000)]
recipe: Delete the duplicate recipes which are already in oe-core

These recipes are either same or have small differences but
are superset of changes in oe-core. We can use them from oe-core
as it is without losing or adding any functionality by default

(From meta-openembedded rev: 3fdcb18dd6861f442f18c7c3a1638e9c8e158b83)

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 agotmux: Add initial recipe for version 1.6.
Peter Tworek [Fri, 3 Feb 2012 23:10:12 +0000 (23:10 +0000)]
tmux: Add initial recipe for version 1.6.

Run tested on netbook pro.

(From meta-openembedded rev: 03574d32aebe608355d8933956796bcc746d38b8)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotzcode-native_2011i: remove and use oe-core recipe
Andrea Adami [Fri, 3 Feb 2012 22:38:56 +0000 (22:38 +0000)]
tzcode-native_2011i: remove and use oe-core recipe

* there are no evident reasons justifying the presence in meta-oe layer.

(From meta-openembedded rev: c05f2164f34e66d749636e9e1b0439aded4724ce)

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 agotzdata_2011g: remove and use the updated recipe in oe-core.
Andrea Adami [Fri, 3 Feb 2012 22:38:55 +0000 (22:38 +0000)]
tzdata_2011g: remove and use the updated recipe in oe-core.

* The tzdata_2011n recipe in oe-core now provides sane defaults,
* as committed with id 5304ce429f2c05857f04fbe3b47a067983ca96be

(From meta-openembedded rev: d1c9f272fbb56ae80ca8b7e02c2bd2848d9ffa53)

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 agoatk_2.2.0.bbappend: remove since oe-core now supports native build
Andreas Müller [Thu, 2 Feb 2012 22:06:01 +0000 (22:06 +0000)]
atk_2.2.0.bbappend: remove since oe-core now supports native build

(From meta-openembedded rev: 07fd4e98b3fbd1fdd68ed4a872aef7c91e059de4)

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 agogdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more attention after...
Koen Kooi [Fri, 3 Feb 2012 16:42:22 +0000 (17:42 +0100)]
gdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more attention after the weekend

(From meta-openembedded rev: aca7ed9d3f186078470342f4b9e6df314c3d71df)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocloud9: convert to systemd bbclass
Koen Kooi [Thu, 2 Feb 2012 18:21:28 +0000 (19:21 +0100)]
cloud9: convert to systemd bbclass

(From meta-openembedded rev: 5e073def1ac2d590131ba797cd56791b2dfe938e)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-mplayer: Add initial recipe for version 1.0.5.
Piotr Tworek [Wed, 1 Feb 2012 20:08:53 +0000 (20:08 +0000)]
gnome-mplayer: Add initial recipe for version 1.0.5.

(From meta-openembedded rev: 8881a6815ad7cbb116fa147a3dbb3bac2cdbeb64)

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 agoxarchiver: Add version 0.5.2.
Peter Tworek [Wed, 1 Feb 2012 21:36:48 +0000 (21:36 +0000)]
xarchiver: Add version 0.5.2.

(From meta-openembedded rev: e30456092faeeda4318410d5cbd65c18028e02a9)

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-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 agominilite: import from OE classic
Koen Kooi [Wed, 1 Feb 2012 13:11:52 +0000 (14:11 +0100)]
minilite: import from OE classic

(From meta-openembedded rev: dab38bf0bfa52d818f13d41385f5db8144f8b38c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-twisted: import from OE-classic
Koen Kooi [Wed, 1 Feb 2012 08:20:31 +0000 (09:20 +0100)]
python-twisted: import from OE-classic

(From meta-openembedded rev: 954681ee47d741189156ef6fa8ace1f62426f214)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-zopeinterface: import from OE-classic
Koen Kooi [Wed, 1 Feb 2012 08:13:19 +0000 (09:13 +0100)]
python-zopeinterface: import from OE-classic

(From meta-openembedded rev: 3fe3f88ef05da7803b9078cb6d77ebc7615c8159)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgsf: remove empty, unused packages.
Peter Tworek [Mon, 30 Jan 2012 22:06:04 +0000 (22:06 +0000)]
libgsf: remove empty, unused packages.

Current version of libgsf recipe passes both --without-gnome-vfs and
--without-bonobo to configure. Because of this libgsf-gnome &
libgsf-gnome-dev are empty.

(From meta-openembedded rev: dd0260c7c9fb06d6aee32d23853cb66f4bc3e5ba)

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 recipe for gmtk 1.0.5.
Peter Tworek [Tue, 31 Jan 2012 21:13:26 +0000 (21:13 +0000)]
Add recipe for gmtk 1.0.5.

Run tested on netbookpro.

(From meta-openembedded rev: 95d5ad37a964109286a53e65b6085c82ee7c92ac)

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 agoobexd: update to 0.44 and put obex-client into separate package.
Peter Tworek [Mon, 30 Jan 2012 21:41:07 +0000 (21:41 +0000)]
obexd: update to 0.44 and put obex-client into separate package.

(From meta-openembedded rev: d58fc89d46666db79ea23e70b03ebfdc7b8d827f)

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 agobusybox: fix busybox-syslog systemd service file
Otavio Salvador [Tue, 31 Jan 2012 17:38:58 +0000 (17:38 +0000)]
busybox: fix busybox-syslog systemd service file

The service file had the 'Wants' in 'Service' group instead of the
'Unit' group.

(From meta-openembedded rev: 6396ac4454d2d8096f9622bb6979834f9d649085)

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.bbclass: depends on systemd
Otavio Salvador [Tue, 31 Jan 2012 17:38:57 +0000 (17:38 +0000)]
systemd.bbclass: depends on systemd

Packages that uses the systemd class need to have systemd build
otherwise they might fail to detect systemd as available or fail to
generate rootfs.

(From meta-openembedded rev: c029d4a268de1ac7076fbeb9e337e96fdb1b226d)

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-serialgetty: support machines without serial console
Otavio Salvador [Tue, 31 Jan 2012 17:38:56 +0000 (17:38 +0000)]
systemd-serialgetty: support machines without serial console

(From meta-openembedded rev: 0d20039cfd748cb0d91d3f878f2256550c9feb3e)

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 agognome-bluetooth: Depend on virtual/libx11, not libx11.
Peter Tworek [Mon, 30 Jan 2012 19:46:43 +0000 (19:46 +0000)]
gnome-bluetooth: Depend on virtual/libx11, not libx11.

(From meta-openembedded rev: da3a1350d85db7dc33af15cd9cbccef28fbd1c91)

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 agolibsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUM
Martin Jansa [Mon, 30 Jan 2012 12:05:07 +0000 (12:05 +0000)]
libsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUM

(From meta-openembedded rev: 805e3978a37c0bf1f3c2d20d62bf351dbda446ae)

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 agogst-ffmpeg: add bbappend to make it use the external libav
Koen Kooi [Mon, 30 Jan 2012 17:28:12 +0000 (18:28 +0100)]
gst-ffmpeg: add bbappend to make it use the external libav

(From meta-openembedded rev: aca246d20a5ddf037c76c4d354e0d2eb3d3e8e31)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudev-180: switch from git checkout to release tarball
Martin Jansa [Mon, 30 Jan 2012 15:33:26 +0000 (15:33 +0000)]
udev-180: switch from git checkout to release tarball

* problem is with manpage generation, commit
  http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37
  assumes that even without xstltproc we can install pregenerated
  manpages, but they are only in release tarball (e.g. src/udev.7)
  and without them, build system tries to regenerate and fails:

  /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xsltproc -o src/udev.7 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl src/udev.xml
  warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
  cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

(From meta-openembedded rev: 0c0b8b7c13ef8859e61fc4ae312a233281554bc3)

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 agoudev: add 180
Koen Kooi [Thu, 19 Jan 2012 11:31:12 +0000 (12:31 +0100)]
udev: add 180

* 'blkid' isn't needed anymore, since 176 udev links against libblkid
* 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod
* The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes

Runtime tested on beagleboard/angstrom

(From meta-openembedded rev: 4eb9cc06d888cefa1fd75be14b53b8c8401382f9)

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.4
Andreas Müller [Sun, 29 Jan 2012 21:30:58 +0000 (21:30 +0000)]
ristretto: update to 0.3.4

* build tested from scratch
* run tested on overo

(From meta-openembedded rev: a76fff17ea8420686ef81b35f80efac1bef21649)

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 agotask-xfce-extended: add xfce4-genmon-plugin
Andreas Müller [Sun, 29 Jan 2012 21:30:57 +0000 (21:30 +0000)]
task-xfce-extended: add xfce4-genmon-plugin

(From meta-openembedded rev: 97a0c6700bc840bf1e25c088205e976b2a4eeca9)

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 agoxfce4-genmon-plugin: initial add 3.3.1
Andreas Müller [Sun, 29 Jan 2012 21:30:56 +0000 (21:30 +0000)]
xfce4-genmon-plugin: initial add 3.3.1

* build tested from scratch
* run tested on overo

(From meta-openembedded rev: 748d7291ee23f861f9c8bade208031ae435f9360)

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 agoREADME: Changed email address
Andreas Müller [Sun, 29 Jan 2012 21:30:55 +0000 (21:30 +0000)]
README: Changed email address

(From meta-openembedded rev: 22fd51e703d002a2063034a7c7398edc56aa2b3e)

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 agotask-basic: systemd drags in the (u)mount it needs on its own now
Koen Kooi [Sat, 28 Jan 2012 07:55:04 +0000 (08:55 +0100)]
task-basic: systemd drags in the (u)mount it needs on its own now

(From meta-openembedded rev: 63a410133a9197d1924cb123e2079762e82a5d0c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
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>