scm/bb/tizen-distro.git
9 years agogcc-4.5: Update gxx headers patch
Khem Raj [Wed, 21 Dec 2011 17:09:19 +0000 (17:09 +0000)]
gcc-4.5: Update gxx headers patch

This patch now expects gxx-include-dir
to be specified under sysroot which we
already do through gcc-cross4.inc from
oe-core

Please test

(From meta-openembedded rev: ac52f114fb1f2cc0b28a7457fb1a64b39a196e5a)

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 agomidori: upgrade from 0.4.2 to 0.4.3
Martin Jansa [Mon, 19 Dec 2011 08:09:35 +0000 (09:09 +0100)]
midori: upgrade from 0.4.2 to 0.4.3

* only build tested, it does segfault in runtime but it's the same with
  previous 0.4.2 version and probably not caused by midori itself

(From meta-openembedded rev: 89fc3c7f28f6e4d2dc1fcbe760db8c8fdc229dc3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonavit: bump PR after gpsd upgrade (.so name change)
Martin Jansa [Mon, 19 Dec 2011 06:39:34 +0000 (07:39 +0100)]
navit: bump PR after gpsd upgrade (.so name change)

(From meta-openembedded rev: 18b6e66d1db5faead7400b21c4a6222157dbaf92)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream
Martin Jansa [Sat, 17 Dec 2011 20:34:31 +0000 (21:34 +0100)]
gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream

(From meta-openembedded rev: c343bd205be77f1d014a5b21698caf23a9b6620d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-tasks: add patch to fix changed callback name
Martin Jansa [Sat, 17 Dec 2011 02:20:58 +0000 (03:20 +0100)]
e-tasks: add patch to fix changed callback name

(From meta-openembedded rev: b412e289402f902e39e0895d71d04acb16b2dfe7)

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 [Thu, 15 Dec 2011 09:18:52 +0000 (10:18 +0100)]
e-base: bump EFL_SRCREV a bit more

(From meta-openembedded rev: ec49a5a3df1cda29c0817345bf02499a1f260014)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedje: fix unpackaged multisense modules
Martin Jansa [Tue, 13 Dec 2011 09:29:02 +0000 (10:29 +0100)]
edje: fix unpackaged multisense modules

(From meta-openembedded rev: 105290205ec2f0823131a0def5d173f77594b2c4)

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 remove EFL_SRCREV_1.* and applied patches from libeflvala...
Martin Jansa [Tue, 13 Dec 2011 08:49:07 +0000 (09:49 +0100)]
e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from libeflvala, elsa and python-elementary

* elementary (Evas_GL) and e-wm (backlight) depends on trunk again..

10:06:36 < JaMa> shouldn't elementary and e17 depend only on efl-1.1? | ./Elementary.h:372:21: fatal error: Evas_GL.h: No such file or directory and e/src/bin/e_backlight.c:43: undefined reference to
                 `ecore_x_randr_output_backlight_available'
10:07:32 < JaMa> but I'll recheck my configs
10:08:20 < moa> hum, that evas_gl.h would be a problem indeed
10:08:36 < moa> for e, i don't know
10:08:57 <@raster> elm requires svn evas
10:09:02 <@raster> thats unfortunately how it is
10:09:12 <@raster> requires evas_gl
10:09:35 < JaMa> maybe this is missing in 1.1 branch for e17? r65838
10:09:42 <@raster> yes
10:09:46 <@raster> its missing
10:09:50 <@raster> as its in trunk
10:09:53 <@raster> its a "new feature"
10:09:58 <@raster> not in stable
10:10:15 <@raster> uy'd have to patch out the support to make elm from svn build
10:10:42 < JaMa> raster: ok then I just didn't understand the dependency on "only" efl-1.1 right.. I'll update the rest of efl to same rev (instead of keeping them on 1.1 release)

(From meta-openembedded rev: 458f724d9bdb716b6907ea797a92fe0f67f1f72b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovlc: rework dependencies
Sylvain Paré [Tue, 20 Dec 2011 11:01:20 +0000 (11:01 +0000)]
vlc: rework dependencies

* re-adds dropped depends as they are available now
 * adds libxpm as dependency as current vlc's config depends on it.
 * bumps PR
 * NOTE about ENTERPRISE_DISTRO : is that supposed to be still used or should this be replaced by something which respects COMMERCIAL_LICENSE setting ?

(From meta-openembedded rev: 5b1dff8b4f52873060b75813eeba864d64a70083)

Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in OE-core
Koen Kooi [Sun, 18 Dec 2011 09:35:24 +0000 (10:35 +0100)]
libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in OE-core

(From meta-openembedded rev: 6235a379418feb0a24bd33de8cc125b435099f69)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-tornada git: bump SRCREV for websocket API fix
Koen Kooi [Mon, 19 Dec 2011 12:37:53 +0000 (13:37 +0100)]
python-tornada git: bump SRCREV for websocket API fix

(From meta-openembedded rev: 781ac7ac8b74f23972f4bda8cb530312be3f00ee)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgphoto2: Fix QA issues
Andreas Müller [Mon, 19 Dec 2011 00:56:00 +0000 (00:56 +0000)]
libgphoto2: Fix QA issues

(From meta-openembedded rev: 4ae696e7dd5688078b75428e5a1925cb351628be)

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 agoxbmc: add git version based on HEAD of eden branch
Koen Kooi [Sat, 17 Dec 2011 19:57:13 +0000 (20:57 +0100)]
xbmc: add git version based on HEAD of eden branch

Runtime tested on beagleboard/angstrom

(From meta-openembedded rev: 12caa1228a915b70b2f87acd38c644fb4cc011c8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgphoto2 2.4.11: break runtime dependency loop
Koen Kooi [Sat, 17 Dec 2011 17:33:51 +0000 (18:33 +0100)]
libgphoto2 2.4.11: break runtime dependency loop

(From meta-openembedded rev: 3e9f18f7b0ad135dfcbbfce20a701df23f37c597)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoyajl: add 2.0.3
Koen Kooi [Sat, 17 Dec 2011 08:29:40 +0000 (09:29 +0100)]
yajl: add 2.0.3

(From meta-openembedded rev: 135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorng-tools: add
Zhenhua Luo [Fri, 16 Dec 2011 14:19:23 +0000 (14:19 +0000)]
rng-tools: add

    Random number generator daemo.

(From meta-openembedded rev: 7fd47b69000367319886af45151581c0ecd88310)

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 agostrongswan: add
Zhenhua Luo [Fri, 16 Dec 2011 14:19:22 +0000 (14:19 +0000)]
strongswan: add

    strongSwan is an OpenSource IPsec implementation for the Linux operating system.

(From meta-openembedded rev: 3c76c8c4a5ca8793146ce2eaf98048d501b9c8be)

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 agobridge-utils: add
Zhenhua Luo [Fri, 16 Dec 2011 14:19:21 +0000 (14:19 +0000)]
bridge-utils: add

    bridge-utils provides tools for ethernet bridging.

(From meta-openembedded rev: 1f7f7df5f34b6e3930665b6d9074d65815b5d176)

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 agolibcdio: add 0.82
Koen Kooi [Fri, 16 Dec 2011 14:33:29 +0000 (15:33 +0100)]
libcdio: add 0.82

(From meta-openembedded rev: 7a20673d7a65f71d3b45c13d92b1ea94392a10d7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsdl-image: add 1.2.10
Koen Kooi [Fri, 16 Dec 2011 14:29:05 +0000 (15:29 +0100)]
libsdl-image: add 1.2.10

(From meta-openembedded rev: 54cee9bcec87775dc436a11e4caacc72084df52b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmms: add 0.6.2
Koen Kooi [Fri, 16 Dec 2011 12:29:00 +0000 (13:29 +0100)]
libmms: add 0.6.2

(From meta-openembedded rev: 8b445cca7de4c6b34004198d8d4ec1bb7c9c20c0)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmodplug: add 0.8.7
Koen Kooi [Fri, 16 Dec 2011 11:33:55 +0000 (12:33 +0100)]
libmodplug: add 0.8.7

(From meta-openembedded rev: 80584c1a44cae4568c6f8ebb7ee4995337f8f58c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibvpx: disable tree-vectorize
Martin Jansa [Thu, 15 Dec 2011 11:58:11 +0000 (12:58 +0100)]
libvpx: disable tree-vectorize

* It's causing ICE with latest gcc-4.6 from meta-oe, see:
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html

(From meta-openembedded rev: 11fbc9fb4efaa59aca85ba352f6ebc3412eaedd0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-core
Martin Jansa [Thu, 15 Dec 2011 09:51:56 +0000 (10:51 +0100)]
pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-core

(From meta-openembedded rev: 5c24a66ea7b8844680b0926bac31f2b1f68c0941)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize
Martin Jansa [Wed, 9 Nov 2011 19:55:12 +0000 (20:55 +0100)]
mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorize

* we had -ftree-vectorize instead of -frename-registers here, but that's
  causing ICE with latest gcc-4.6 from meta-oe
* qemux86-64 was still failing without -fno-tree-vectorize
* similar to issue in libvpx
  http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html
  and lowering to -O3 is not enough in this case
  | libmpcodecs/ad_imaadpcm.c: In function 'qt_ima_adpcm_decode_block':
  | libmpcodecs/ad_imaadpcm.c:177:12: internal compiler error: Segmentation fault
  | Please submit a full bug report,
  | with preprocessed source if appropriate.
  | See <http://gcc.gnu.org/bugs.html> for instructions.
  | make: *** [libmpcodecs/ad_imaadpcm.o] Error 1

(From meta-openembedded rev: c59fda28b29afcdcb245651cabbe08a76856d8ca)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: Force python disabled for now to avoid host contamination
Richard Purdie [Tue, 15 Nov 2011 00:11:34 +0000 (00:11 +0000)]
samba: Force python disabled for now to avoid host contamination

(From meta-openembedded rev: 06ad2a21f24e908adf3aa6930aa4d06d3e8bd3af)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxf86-input-void: drop archive prefix from checksums
Martin Jansa [Thu, 15 Dec 2011 09:33:40 +0000 (10:33 +0100)]
xf86-input-void: drop archive prefix from checksums

* .inc file from oe-core doesn't have name=archive in SRC_URI

(From meta-openembedded rev: a955885a291dd626644ec85d07bc3b392e28be44)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoepdfview: disable cups
Denis 'GNUtoo' Carikli [Fri, 9 Dec 2011 06:30:12 +0000 (07:30 +0100)]
epdfview: disable cups

* we usually don't want cups in target images, but cups was sometimes
  autodetected and compilation failed
* | PrintPter.cxx:19:23: fatal error: cups/cups.h: No such file or directory
  Under the SHR distribution for the nokia900 machine(and maybe all other machines)

(From meta-openembedded rev: 72abfbf06ec70414bc66e5d335591a8d05047637)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodropbear: cleanup packaging
Otavio Salvador [Sat, 10 Dec 2011 16:05:53 +0000 (16:05 +0000)]
dropbear: cleanup packaging

* the symbolic link required to disable the sysvinit init script is
  now done during the do_install task so making the recipe simple

* convert to use PRINC to bump PR on bbappend

(From meta-openembedded rev: 2ba3b00677d245e824c9ac83b177a4f9a91f8b0f)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosessreg: fix checksum
Otavio Salvador [Wed, 14 Dec 2011 15:15:00 +0000 (15:15 +0000)]
sessreg: fix checksum

(From meta-openembedded rev: 54d71d79332893c6ff38089753cfdecd564be82a)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotwm: fix checksum
Otavio Salvador [Wed, 14 Dec 2011 15:14:44 +0000 (15:14 +0000)]
twm: fix checksum

(From meta-openembedded rev: ac183f41540e463ed0af3955ab804be8cde005bd)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxrdb: fix checksum
Otavio Salvador [Wed, 14 Dec 2011 14:31:27 +0000 (14:31 +0000)]
xrdb: fix checksum

(From meta-openembedded rev: 62fa720b7381cecffe2b2546434128951d1abbc6)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosetxkbmap: fix checksum
Otavio Salvador [Wed, 14 Dec 2011 12:34:54 +0000 (12:34 +0000)]
setxkbmap: fix checksum

(From meta-openembedded rev: ee3349b62721b50d965c78eeeab8969468d60934)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoflorence: clean up recipe
Koen Kooi [Thu, 15 Dec 2011 08:35:14 +0000 (09:35 +0100)]
florence: clean up recipe

Use gettext.bbclass, sha256sum and remove some stray whitespace

(From meta-openembedded rev: 6f36625d072054737e0aa797fb791c35d999addc)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoflorence: Initial recipe added
Samuel Stirtzel [Mon, 12 Dec 2011 16:08:09 +0000 (16:08 +0000)]
florence: Initial recipe added

Florence is a virtual keyboard used to input text with a touchscreen.

Tests:
* Run tested on Overo Gumstix with xfce-nm-image
* Build tested for Qemuarm

NOTICE:
If florence can't find its gconf settings,
you need to start florence with --config and save the configuration once.

(From meta-openembedded rev: 10f6fd90ed68099f1addfb04602af545456147e6)

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 agocpufrequtils: Replace non-existant kernel.org git source
Ulf Samuelsson [Tue, 13 Dec 2011 22:56:19 +0000 (22:56 +0000)]
cpufrequtils: Replace non-existant  git source

git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git
no longer exists so build fails, unless it is already present in
downloads directory.

Source has been retrieved from a mirror:
(http://mirror.nexcess.net/kernel.org/scm/utils/kernel/cpufreq/cpufrequtils.git)
and a new git source has been established on github.

kernel.org link kept in a comment to allow the old
link to be easily reestablished once it is available.

(From meta-openembedded rev: ae8e159041d49c09c2b49477eb1d220325a9e5af)

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgtkstylus_0.5.bb: fix LIC_FILES_CHECKSUM and LICENSE
Bernhard Guillon [Thu, 15 Dec 2011 08:19:11 +0000 (08:19 +0000)]
libgtkstylus_0.5.bb: fix LIC_FILES_CHECKSUM and LICENSE

Provide a valid LIC_FILES_CHECKSUM
Use SPDX style versioned license for LICENSE field

(From meta-openembedded rev: ed6e2d90ad1d20bbc74278ef181f39d53e6c236d)

Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgsf: fix LICENSE field
Martin Jansa [Wed, 14 Dec 2011 13:13:28 +0000 (13:13 +0000)]
libgsf: fix LICENSE field

(From meta-openembedded rev: 8a87c322738ad1fea626d4d1a0d8cbc8f77b9264)

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 agoliblinebreak_1.2.bb: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:35 +0000 (01:10 +0000)]
liblinebreak_1.2.bb: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: 7fc354c7350a9f0ddb0369ee51e037efa41b5ca6)

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 agoqwt.inc: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:34 +0000 (01:10 +0000)]
qwt.inc: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: 79c6b533bdd097fdc801efb59317af5257396de1)

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 agoxpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:33 +0000 (01:10 +0000)]
xpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: f5dae46888e0b0acce893524b248d26af58957f9)

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 agomplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:32 +0000 (01:10 +0000)]
mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: b41702a6bd1db5e970555342db11c2212780f1a0)

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 agolibav.inc: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:31 +0000 (01:10 +0000)]
libav.inc: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: d91b657ebed3bff49b203aefe112124d5d3c954a)

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 agoid3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:30 +0000 (01:10 +0000)]
id3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: dcec4e47df58db10559e6cf26973172e15b2033c)

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 agofaad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:29 +0000 (01:10 +0000)]
faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: be3b96e03f8218adac3a265f2d11328a3f369e9f)

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 agoopenvpn.inc: drop 'PRIORITY = "optional"' as it is the default
Otavio Salvador [Wed, 14 Dec 2011 01:10:28 +0000 (01:10 +0000)]
openvpn.inc: drop 'PRIORITY = "optional"' as it is the default

(From meta-openembedded rev: d63b0e6d8a3eb11f0216555d0ce8404700e9872e)

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 agotz*: download location has moved
Ulf Samuelsson [Tue, 13 Dec 2011 15:11:38 +0000 (15:11 +0000)]
tz*: download location has moved

(From meta-openembedded rev: bd1edfec13e2c291458a7ca5614f834b9297380e)

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqconnman: bump SRCREV
Otavio Salvador [Tue, 13 Dec 2011 10:43:46 +0000 (10:43 +0000)]
qconnman: bump SRCREV

* add translation support
 * doesn't allow simultaneous connections

(From meta-openembedded rev: 6a7929c329ef8686f34bd525f76c36ed83f48b20)

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-systemctl-native: add support to recursive services
Otavio Salvador [Tue, 13 Dec 2011 10:43:43 +0000 (10:43 +0000)]
systemd-systemctl-native: add support to recursive services

Some services can reference others for installation thought the Also
key; systemctl now handles it calling itself recursively for each
service.

(From meta-openembedded rev: 2cba3b024407bf0cdba09b27e06eb207ea77a754)

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 agoopenssh_5.9p1.bbappend: add systemd units
Klaus Kurzmann [Mon, 12 Dec 2011 16:23:15 +0000 (16:23 +0000)]
openssh_5.9p1.bbappend: add systemd units

(From meta-openembedded rev: e550e77ca9956911ec1212984b1aac2d05e4e650)

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
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-panel : Fix format of LICENSE field.
Philip Balister [Mon, 12 Dec 2011 16:24:41 +0000 (16:24 +0000)]
gnome-panel : Fix format of LICENSE field.

(From meta-openembedded rev: 7ad9db8b3b6dd8fb9f85032b02344036015a9698)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: convert to bbappend as 0.78 has been moved to OE-Core
Otavio Salvador [Sat, 10 Dec 2011 16:33:55 +0000 (16:33 +0000)]
connman: convert to bbappend as 0.78 has been moved to OE-Core

(From meta-openembedded rev: 8cc48b38abec7220c4e2d0b6be537d6a23b9e7e7)

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 agoxinput-calibrator 0.7.5: fix LICENSE syntax and style issues
Koen Kooi [Mon, 12 Dec 2011 08:38:14 +0000 (09:38 +0100)]
xinput-calibrator 0.7.5: fix LICENSE syntax and style issues

(From meta-openembedded rev: f8911a323106e054971ab06a7d4de94c4fb50596)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel bbclass: sync with OE-core
Koen Kooi [Sun, 11 Dec 2011 08:46:28 +0000 (09:46 +0100)]
kernel bbclass: sync with OE-core

(From meta-openembedded rev: c486dfa4013b37972c1a1e4df8616eb6f49de498)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtk+3: udpate to 3.2.2
Koen Kooi [Sat, 10 Dec 2011 17:52:44 +0000 (18:52 +0100)]
gtk+3: udpate to 3.2.2

(From meta-openembedded rev: cf63ba3e4be501caffffb941e2f51e51419b4196)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnome-keyring 2.32.0: fix LICENSE operand
Koen Kooi [Sat, 10 Dec 2011 08:14:35 +0000 (09:14 +0100)]
libgnome-keyring 2.32.0: fix LICENSE operand

(From meta-openembedded rev: 70cd3a81edb9fd2aba149db243e53934930e0d85)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodropbear 2011.54 bbappend: switch to PRINC to work around a bug in bb.utils.vercmp:
Koen Kooi [Sat, 10 Dec 2011 08:35:13 +0000 (09:35 +0100)]
dropbear 2011.54 bbappend: switch to PRINC to work around a bug in bb.utils.vercmp:

| ERROR: Package version for package dropbear-dbg went backwards which would break package feeds from (0:2011.54-r0 to 0:2011.54-r0.meta-oe.1)

(From meta-openembedded rev: 11debe42224e262a85ab4586c30faac11419acfd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqconnman: fix order of qmake variable settings
Otavio Salvador [Fri, 9 Dec 2011 16:27:06 +0000 (16:27 +0000)]
qconnman: fix order of qmake variable settings

(From meta-openembedded rev: b37fc4e65b53017fa87b61a24af5f16f2e571c47)

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 agodropbear: move dropbear-systemd to a bbappend
Otavio Salvador [Thu, 8 Dec 2011 14:23:57 +0000 (14:23 +0000)]
dropbear: move dropbear-systemd to a bbappend

While on it, the recipe has been updated to use systemd.bbclass and
cleaned up.

(From meta-openembedded rev: 9a6cdf59a45ebf2f28836b94bec34a8452027bbb)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqconnman: add
Otavio Salvador [Thu, 8 Dec 2011 20:28:20 +0000 (20:28 +0000)]
qconnman: add

(From meta-openembedded rev: c0cd58836f13b03940a5372815b29378cb7f543e)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosg3-utils: fix license field format
Otavio Salvador [Fri, 9 Dec 2011 10:35:40 +0000 (10:35 +0000)]
sg3-utils: fix license field format

(From meta-openembedded rev: 47f43b95e8191810a0dffdd133881e169262e7cd)

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 agoexpedite: update runtime dependencies to match evas update
Koen Kooi [Fri, 9 Dec 2011 08:33:22 +0000 (08:33 +0000)]
expedite: update runtime dependencies to match evas update

(From meta-openembedded rev: aea94910f975392940e20ab82889957e8adb9052)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevas: build in buffer engine and eet loader statically
Koen Kooi [Fri, 9 Dec 2011 08:33:21 +0000 (08:33 +0000)]
evas: build in buffer engine and eet loader statically

These two are always needed according to http://trac.enlightenment.org/e/wiki/Compilation

This should also avoid errors like this:

ERR<1829>:ecore_evas ecore_evas_buffer.c:623 ecore_evas_buffer_allocfunc_new() evas_engine_info_set() init engine 'buffer' failed.

(From meta-openembedded rev: 23fde058b79beb7cf64ed9a9874cde0bb26fcd47)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: update to 0.78
Otavio Salvador [Wed, 7 Dec 2011 21:18:02 +0000 (21:18 +0000)]
connman: update to 0.78

We moved to GIT repository as the tarball releases are not available
since kernel.org compromise.

(From meta-openembedded rev: 4e016567b67d882294afe2a536d9a391f4ca73e4)

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 agoplaces: add autopoint
Koen Kooi [Wed, 7 Dec 2011 12:53:48 +0000 (12:53 +0000)]
places: add autopoint

(From meta-openembedded rev: 8adfaf3ad5ae30f192174b70ef102cf01d31a8a8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: fix DSO issue with new binutils
Martin Jansa [Wed, 7 Dec 2011 10:33:47 +0000 (10:33 +0000)]
mplayer2: fix DSO issue with new binutils

* /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
  libmpdemux/demux_ogg.o: undefined reference to symbol '_ilog'
  /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
  note: '_ilog' is defined in DSO
  /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0 so try adding it to the linker command line
  /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation

(From meta-openembedded rev: 4f4d52c73dbd723acb0467fdeb9969d33204fa50)

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 ago1/2] gcc-4.6: Delete the patch that is now applied in oe-core
Khem Raj [Tue, 6 Dec 2011 05:24:35 +0000 (05:24 +0000)]
1/2] gcc-4.6: Delete the patch that is now applied in oe-core

(From meta-openembedded rev: 9e0a23fcb4e2c0c57de5e7b0ee8ed253b11d15b8)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeglibc-2.12: Fix build on powerpc
Khem Raj [Tue, 6 Dec 2011 06:34:56 +0000 (06:34 +0000)]
eglibc-2.12: Fix build on powerpc

After tune file rework this patch needed an update
so here we come. Fixes the build for powerpc

(From meta-openembedded rev: 747deaff0b6c55822868b19dca77aaa51c38b2c4)

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 ago2/2] eglibc-2.12: Bump SRCREV to latest SVN 2.12
Khem Raj [Tue, 6 Dec 2011 05:24:36 +0000 (05:24 +0000)]
2/2] eglibc-2.12: Bump SRCREV to latest SVN 2.12

(From meta-openembedded rev: d23df9d4940d189d47020ffcb5e6db782d152c83)

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 agoe-tasks: fix for newer elementary
Martin Jansa [Tue, 6 Dec 2011 21:32:23 +0000 (21:32 +0000)]
e-tasks: fix for newer elementary

(From meta-openembedded rev: b77853cd4c5a55807bf9398ed2aa96ec771edfbf)

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 agoxf86-input-tslib: fix checksum error
Eric BENARD [Tue, 6 Dec 2011 21:07:30 +0000 (21:07 +0000)]
xf86-input-tslib: fix checksum error

remove name=archive in SRC_URI in order to use the right checksum
(else, we would need SRC_URI[archive.md5sum])

(From meta-openembedded rev: 2162f0140d72a5976278d63e7eb2d4eb032ded4f)

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 agonostromo-1.9.5: add recipe
Eric BENARD [Tue, 6 Dec 2011 14:51:17 +0000 (14:51 +0000)]
nostromo-1.9.5: add recipe

Nostromo is a simple, fast and secure webserver.

The patch was imported from the OpenEmbedded git server
(git://git.openembedded.org/openembedded) as of commit id
2218504b0413efaf2b1f643a802176eb803a9bf6 and updated to
the latest stable version available.

(From meta-openembedded rev: 4a00432856fe8bb074506f9968fb8b7d4edbd597)

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 agoadd net-snmp-5.7.1
Eric BENARD [Fri, 2 Dec 2011 15:09:57 +0000 (15:09 +0000)]
add net-snmp-5.7.1

the recipe was imported from OE-classic and upgraded to latest stable.

(From meta-openembedded rev: a4d6623d1604fc4946ed1366560b20f91ab7e2d0)

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 agoatftp: correctly handle init script
Eric BENARD [Fri, 2 Dec 2011 15:09:56 +0000 (15:09 +0000)]
atftp: correctly handle init script

else it's affected to atftp package which is the client
and not the server, but the init file is only in the server
package thus leading to the following log at boot :
Configuring atftp.
update-rc.d: /etc/init.d/atftpd: file does not exist

while at it, there is a cosmetic change from _atftpd
to _${PN}d to make the recipe consistent

(From meta-openembedded rev: f50fc8c1962c39c97018629e59b56b65caf20ace)

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 agopcsc-lite: clean recipe
Eric BENARD [Fri, 2 Dec 2011 15:09:55 +0000 (15:09 +0000)]
pcsc-lite: clean recipe

we get the following log at boot :
Configuring pcsc-lite.
update-rc.d: /etc/init.d/pcscd: file does not exist

as the init script is no more nedded (autoload feature
of the daemon by the clients), we can remove the previously
unused init script and clean the recipe in order not
to have any update-rc interaction.

(From meta-openembedded rev: 62222b77754745a4ed3087f0f2dcf01ba2592993)

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 agoeve: add autopoint
Martin Jansa [Sun, 4 Dec 2011 09:06:00 +0000 (10:06 +0100)]
eve: add autopoint

* autopoint was removed in e.bbclass because most stuff works without it
  and it was breaking elementary but here it's still needed

(From meta-openembedded rev: 4128ddd54f15293ebcb5fe920f0451ae9557b074)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-elementary: temporary fix to get it build
Martin Jansa [Thu, 1 Dec 2011 19:34:26 +0000 (20:34 +0100)]
python-elementary: temporary fix to get it build

(From meta-openembedded rev: 9bae3e30eb007b3b7de6cec007fabb847f9ca8c5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibeflvala: try to fix build
Martin Jansa [Thu, 1 Dec 2011 16:30:05 +0000 (17:30 +0100)]
libeflvala: try to fix build

(From meta-openembedded rev: 4ae0bea8d39f6dab75b99dcc19410ee086fcdae7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelsa: fix to build with disabled PAM
Martin Jansa [Sat, 19 Nov 2011 14:58:09 +0000 (15:58 +0100)]
elsa: fix to build with disabled PAM

(From meta-openembedded rev: c2660eb5c61aaa044d5acad35067e48f3d11ceda)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelsa_svn.bb: disable pam if not in DISTRO_FEATURES
Klaus Kurzmann [Fri, 18 Nov 2011 21:55:52 +0000 (22:55 +0100)]
elsa_svn.bb: disable pam if not in DISTRO_FEATURES

(From meta-openembedded rev: 8eede31c5327af2b8131d6c407eb86182405791f)

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeeze: RRECOMMEND eject, build time autodetection is now fixed
Martin Jansa [Fri, 2 Dec 2011 09:21:34 +0000 (10:21 +0100)]
eeze: RRECOMMEND eject, build time autodetection is now fixed

(From meta-openembedded rev: 4d73fae121987c09dd2dbd6dce4486fc3f3aa355)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoenjoy: remove SHR override and add autopoint
Martin Jansa [Fri, 2 Dec 2011 13:45:18 +0000 (14:45 +0100)]
enjoy: remove SHR override and add autopoint

* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary
  but here it's still needed
* without it fails with:
  Making all in po
  make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make enjoy.pot-update
  make[3]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[3]: *** No rule to make target `remove-potcdate.sed', needed by `enjoy.pot-update'.  Stop.
  make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[2]: *** [enjoy.pot] Error 2
  make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy'
  make: *** [all] Error 2

(From meta-openembedded rev: 93c12850081f8d0f44c8fde5f5ce34cd46147fc2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoenjoy: Update gstreamer package names in RDEPENDS
pespin [Tue, 23 Aug 2011 04:45:07 +0000 (04:45 +0000)]
enjoy: Update gstreamer package names in RDEPENDS

* I know there is plan to change gstreamer packaging in oe-core to match
  package names from OE-classic, but this patch is here for more then 3
  months and there is no good reason to keep enjoy broken in meta-efl
  master!
* we'll update gstreamer package names again as soon as gstreamer
  packaging is improved in oe-core
* Add gst-plugins-good-autodetect to RDEPENDS
  This plugin is needed in newer versions of enjoy. The app won't play any sound files without this plugin.

(From meta-openembedded rev: 28fd00e586fa137964ee4cd51945262636b1eb89)

Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoRevert "elementary: add gettextize patch"
Martin Jansa [Fri, 2 Dec 2011 08:59:19 +0000 (09:59 +0100)]
Revert "elementary: add gettextize patch"

* shouldn't be needed without autopoint in e.bbclass, autotools.bbclass
  should call gettextize now

This reverts commit 45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80.

(From meta-openembedded rev: 716d12924e03d7ad54517ccbcd8c5439b8f1c348)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe.bbclass: remove autopoint, shouldn't be needed anymore
Martin Jansa [Fri, 2 Dec 2011 08:59:01 +0000 (09:59 +0100)]
e.bbclass: remove autopoint, shouldn't be needed anymore

(From meta-openembedded rev: 0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl-from-svn: update preferred versions
Martin Jansa [Fri, 2 Dec 2011 12:52:41 +0000 (13:52 +0100)]
efl-from-svn: update preferred versions

(From meta-openembedded rev: 541a06a9eeae62ef9bd5c60e68a730cfb0387a2d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV
Martin Jansa [Thu, 1 Dec 2011 15:03:38 +0000 (16:03 +0100)]
e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV

* add EFL_SRCREV_1.1.0 with SRCREV of release and use it for released libs
* EFL_SRCREV will continue to track development in bindings, elementary and e17

(From meta-openembedded rev: f346b4da79a9d2132dc9c7c884f494b37074ba59)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelsa: add systemd service and add RCONFLICTS/RREPLACES with xserver-nodm-init
Martin Jansa [Tue, 29 Nov 2011 23:29:11 +0000 (00:29 +0100)]
elsa: add systemd service and add RCONFLICTS/RREPLACES with xserver-nodm-init

* add RCONFLICTS/RREPLACES also to PN-systemd, because that's where file
  collision with xserver-nodm-init is, in PN it's just functional
  collision
* fixes upgrade path for task-x11-utils

(From meta-openembedded rev: 1bc18fca9e935ed2c2cfb92517da26737cf9d2be)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm: bump PR after edbus-econnman fix
Martin Jansa [Thu, 1 Dec 2011 06:58:57 +0000 (07:58 +0100)]
e-wm: bump PR after edbus-econnman fix

(From meta-openembedded rev: d118787722005d0dcd2913983cc1855fc5c8745f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedbus: include libeconnman0_7x in edbus-connman, otherwise whole PN is renamed and...
Martin Jansa [Wed, 30 Nov 2011 13:45:08 +0000 (14:45 +0100)]
edbus: include libeconnman0_7x in edbus-connman, otherwise whole PN is renamed and breaks upgrade path

(From meta-openembedded rev: 92c47103d81c154f0577b44407f0f64c100b97a8)

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 for beta
Martin Jansa [Mon, 28 Nov 2011 11:22:42 +0000 (12:22 +0100)]
e-base: bump EFL_SRCREV for beta

(From meta-openembedded rev: 71947439c87138a4b4871c182292bb3cbdd57576)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: enable systemd support
Martin Jansa [Mon, 5 Dec 2011 10:49:26 +0000 (11:49 +0100)]
syslog-ng: enable systemd support

(From meta-openembedded rev: fe86b9e787a474dbe4a085ce88e0546cba740d3a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosyslog-ng: upgrade to latest version from 3.2 series and rework modules.conf fix
Martin Jansa [Mon, 5 Dec 2011 10:32:58 +0000 (11:32 +0100)]
syslog-ng: upgrade to latest version from 3.2 series and rework modules.conf fix

(From meta-openembedded rev: af50ba2d39e55bbf3e603353e73d19953415c267)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovala-terminal: upgrade to 1.3
Martin Jansa [Sat, 3 Dec 2011 18:28:23 +0000 (19:28 +0100)]
vala-terminal: upgrade to 1.3

(From meta-openembedded rev: d5b2825b5023a31e85196bb4b5b74ff6d470474b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: enable mplayer-common
Martin Jansa [Tue, 6 Dec 2011 10:20:18 +0000 (11:20 +0100)]
mplayer2: enable mplayer-common

(From meta-openembedded rev: fb9962ec22c635742587cffde6019bc09a27e785)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: drop omapfb patch and support, this can be applied from bsp layer if needed
Martin Jansa [Mon, 7 Nov 2011 11:22:49 +0000 (12:22 +0100)]
mplayer2: drop omapfb patch and support, this can be applied from bsp layer if needed

* example of working omapfb patch and optimizations is in
  meta-smartphone layer
  http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=483afbee82869a0b2dacadc4b9580c47dcb59d26

(From meta-openembedded rev: 78add3cb4853a6c50ac4f8b41f92b85d6c31a6b3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotestlab: only use basename for license info to avoid diff churn
Koen Kooi [Tue, 6 Dec 2011 07:41:58 +0000 (08:41 +0100)]
testlab: only use basename for license info to avoid diff churn

(From meta-openembedded rev: 084fc20cd5377827a7f5a16e5f7179b89fd26886)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.5: Backport with-linker-hash-style and backports from FSF & linaro
Khem Raj [Tue, 6 Dec 2011 01:04:03 +0000 (17:04 -0800)]
gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaro

backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings
once for all

Explicitly disable configuring with cloog/ppl while building gcc
if the user has it installed on build box then gcc's configure will try
to use it and it can go wrong and create problems since we never built
it so

Move to tip of FSF gcc-4_5-branch
brings in bug fixes

PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler
49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++
50788/x86/SSE 50691/pa  50875/x86/SSE
50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog

Merge fix for LP689887/linaro
https://bugs.launchpad.net/gcc-linaro/+bug/689887

(From meta-openembedded rev: a3aea9e69ab69dd4b5ac2ad4a602b74f9ef30fa2)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.6: Bring in latest linaro patches
Khem Raj [Tue, 22 Nov 2011 15:29:59 +0000 (07:29 -0800)]
gcc-4.6: Bring in latest linaro patches

I have tested it on angstrom by successfully building console-image
and systemd-gnome-image for all supported qemu targets.

(From meta-openembedded rev: 2378ee8f21741abd23e434260a88c62cb0e151f1)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonmon_13g: add -ltinfo linker flag
Norman Schleicher [Thu, 1 Dec 2011 23:51:50 +0000 (23:51 +0000)]
nmon_13g: add -ltinfo linker flag

* ld in latest binutils-2.22 from oe-core doesn't have
  --copy-dt-needed-entries enabled by default anymore see:
  http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.121&content-type=text/plain&cvsroot=src&only_with_tag=binutils-binutils-2_22
  so we have to be more carefull which libs are specified on linker
  command line, similar issue is in mplayer2 and aurora-daemon (qt4)

(From meta-openembedded rev: a2fbb83f951a522f3a1eb2b627847f549a0c245a)

Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de>
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>