Re: [oe] Plans for OE classic future

2011-11-01 Thread Jaap de Jong

On 11/01/2011 02:00 AM, Denys Dmytriyenko wrote:

On Tue, Nov 01, 2011 at 01:38:33AM +0100, Ulf Samuelsson wrote:

2011-10-27 14:27, Martin Jansa skrev:

On Thu, Oct 27, 2011 at 01:56:43PM +0200, Henning Heinold wrote:

On Thu, Oct 27, 2011 at 10:53:13AM +, Mats K?rrman wrote:

Hi,

Are there any plans for new releases and/or maintenance branches of OE
classic?

BR / Mats

Hi,

http://cgit.openembedded.org/openembedded/log/?h=org.openembedded.dev

and

http://cgit.openembedded.org/openembedded/log/?h=2011.03-maintenance

Bye Henning

Are you showing that maintenance ibranch is not so old and that only few
things changed in old OE-classic since then? :)

Afaik: nobody plans to do another release from OE-classic and
oe-core/meta-oe/BSP's/... are veryclose to first release

What repository is used for the BSP's ?

Each BSP in own repository - http://www.openembedded.org/wiki/LayerIndex


Does anybody know where the atmel boards are? (at91sam9263ek)

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 09/12] task-x11-server: import from Angstrom

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 29-10-11 12:29, Martin Jansa schreef:
 * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8 *
 added RPROVIDES to be able to drop server part from task-x11 * updated
 DESCRIPTION to match * renamed to task-x11-server for upgradeable path
 
 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- 
 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   24
 + 1 files changed, 24 insertions(+), 0 deletions(-) 
 create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
 
 diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
 b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb new file mode 100644 
 index 000..86de1ec --- /dev/null +++
 b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb @@ -0,0 +1,24 @@ 
 +DESCRIPTION = Task for a image with Xserver +LICENSE = MIT 
 +LIC_FILES_CHKSUM =
 file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 +PR =
 r9 + +inherit task + +# for backwards compatibility +RPROVIDES_${PN} =
 task-x11-server

I think that shoud read:

RPROVIDES_${PN} += task-xserver

To provide a proper upgrade path.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOr6REMkyGM64RGpERAhQpAJ9MeX1xovKidPJUo15EjJsQ8hVyLgCbBb8S
6BncLYCLGZnhu4ktIpyDnWQ=
=9qNh
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 10/12] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 29-10-11 12:29, Martin Jansa schreef:
 Signed-off-by: Martin Jansa martin.ja...@gmail.com

[..]

 -# Some machines don't set a *runtime* provider for X, so default to
 Xfbdev here -# virtual/xserver won't work, since the kdrive recipes will
 build multiple xserver packages -XSERVER ?= xserver-xorg 
 -XSERVER_COMMON ?= xserver-common - -PACKAGE_ARCH = ${MACHINE_ARCH} 
 +# xserver-common, x11-common +VIRTUAL-RUNTIME_xserver-common ?=
 xserver-common
 
 -RDEPENDS_${PN}-server = \ -  ${XSERVER} \ - +# elsa,
 xserver-nodm-init +VIRTUAL-RUNTIME_graphical_init_manager ?=
 xserver-nodm-init
 
 RDEPENDS_${PN}-utils = \ -  ${XSERVER_COMMON} \ -  xserver-nodm-init \ +
 ${VIRTUAL-RUNTIME_xserver-common} \ +
 ${VIRTUAL-RUNTIME_graphical_init_manager} \ xauth \ xhost \ xset \

Can someone explain what the VIRTUAL-RUNTIME_* buys us? I'd be much happier
if you split this into two or more tasks. Experience has shown that people
just don't get that they need to change all the PRs in the tasks when
updating magic vars like VIRTUAL-RUNTIME_* :(

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOr6VQMkyGM64RGpERAoTBAJ4snZdShYhS0QEyaHpncSZpPIhEfgCfeAdY
VofJBNR2/s1J11C9Evy3lDE=
=EOIR
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 10/12] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers

2011-11-01 Thread Martin Jansa
On Tue, Nov 01, 2011 at 08:52:48AM +0100, Koen Kooi wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Op 29-10-11 12:29, Martin Jansa schreef:
  Signed-off-by: Martin Jansa martin.ja...@gmail.com
 
 [..]
 
  -# Some machines don't set a *runtime* provider for X, so default to
  Xfbdev here -# virtual/xserver won't work, since the kdrive recipes will
  build multiple xserver packages -XSERVER ?= xserver-xorg 
  -XSERVER_COMMON ?= xserver-common - -PACKAGE_ARCH = ${MACHINE_ARCH} 
  +# xserver-common, x11-common +VIRTUAL-RUNTIME_xserver-common ?=
  xserver-common
  
  -RDEPENDS_${PN}-server = \ -  ${XSERVER} \ - +# elsa,
  xserver-nodm-init +VIRTUAL-RUNTIME_graphical_init_manager ?=
  xserver-nodm-init
  
  RDEPENDS_${PN}-utils = \ -  ${XSERVER_COMMON} \ -  xserver-nodm-init \ +
  ${VIRTUAL-RUNTIME_xserver-common} \ +
  ${VIRTUAL-RUNTIME_graphical_init_manager} \ xauth \ xhost \ xset \
 
 Can someone explain what the VIRTUAL-RUNTIME_* buys us? I'd be much happier
 if you split this into two or more tasks. Experience has shown that people
 just don't get that they need to change all the PRs in the tasks when
 updating magic vars like VIRTUAL-RUNTIME_* :(

Right now I'm using them to use x11-common instead of xserver-common and
elsa instead of xserver-nodm-init, while my image is still depending
only on task-x11 (to get reasonable x11 support).

And those VIRTUAL-RUNTIME with default value should keep task-x11 as it
was before and if some distribution decide to change them, they have to
PRINC in their bbappend.

Regards,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 09/12] task-x11-server: import from Angstrom

2011-11-01 Thread Martin Jansa
On Tue, Nov 01, 2011 at 08:48:20AM +0100, Koen Kooi wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Op 29-10-11 12:29, Martin Jansa schreef:
  * from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8 *
  added RPROVIDES to be able to drop server part from task-x11 * updated
  DESCRIPTION to match * renamed to task-x11-server for upgradeable path
  
  Signed-off-by: Martin Jansa martin.ja...@gmail.com --- 
  meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   24
  + 1 files changed, 24 insertions(+), 0 deletions(-) 
  create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
  
  diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
  b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb new file mode 100644 
  index 000..86de1ec --- /dev/null +++
  b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb @@ -0,0 +1,24 @@ 
  +DESCRIPTION = Task for a image with Xserver +LICENSE = MIT 
  +LIC_FILES_CHKSUM =
  file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 +PR =
  r9 + +inherit task + +# for backwards compatibility +RPROVIDES_${PN} =
  task-x11-server
 
 I think that shoud read:
 
 RPROVIDES_${PN} += task-xserver
 
 To provide a proper upgrade path.

Ah you're right.. I had this before renaming the recipe to
task-x11-server and then forgot to change it.

Will fix it in branch.

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 07/12] e-base: bump EFL_SRCREV and refresh patches and elementary version

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 29-10-11 12:29, Martin Jansa schreef:
 Signed-off-by: Martin Jansa martin.ja...@gmail.com

I get:

c evas_engine.c  -fPIC -DPIC -o .libs/module_la-evas_engine.o
| evas_engine.c: In function '_sym_init':
| evas_engine.c:493:115: warning: assignment from incompatible pointer type
| evas_engine.c:493:273: warning: assignment from incompatible pointer type
| evas_engine.c: In function 'eng_gl_make_current':
| evas_engine.c:3223:9: error: 'rsc' undeclared (first use in this function)
| evas_engine.c:3223:9: note: each undeclared identifier is reported only
once for each function it appears in
| evas_engine.c: In function 'eng_gl_api_get':
| evas_engine.c:3600:30: warning: assignment from incompatible pointer type
| make[5]: *** [module_la-evas_engine.lo] Error 1
| make[5]: *** Waiting for unfinished jobs...

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD4DBQFOr61vMkyGM64RGpERAnBUAJoD72qOUzuULyChDz8vLl13lBE5rgCY2RHN
HcL5T8UkOy84Lr+z6i7dIg==
=6yE7
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 00/15] EFL upgrade and few small fixes and additions, version 2

2011-11-01 Thread Martin Jansa
Version 2 has integrated all review points from ML and 3 patches were added
pull-15505/0013-meta-efl-e-wm-renice-to-2.patch
pull-15505/0014-recipes-bump-PR-after-python-upgrade.patch
pull-15505/0015-gpsd-fix-build-with-python2.7-in-sysroot-and-python2.patch
elfe patch was applied upstream, so I've just bumped SRCREV instead of applying 
it in oe
pull-15505/0010-elfe-bump-SRCREV-to-fix-more-deprecated-API-calls.patch

The following changes since commit 5dc3cb849e4d9f84a2788de9dd096f9c1a5386ea:

  wget: drop from meta-oe, it's in oe-core now (2011-10-31 23:14:41 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Denis 'GNUtoo' Carikli (3):
  id3lib: import from openembedded classic, version 3.8.3
  liblinebreak: import from openembedded classic, version 1.2
  meta-efl: e-wm: renice to -2

Klaus Kurzmann (1):
  xserver-common_1.34: patch Xserver to add support for gta04

Martin Jansa (11):
  midori: fix build with dirty vala
  navit: upgrade to latest SRCREV and remove navit-icons
  xserver-nodm-init: set USER and HOME
  e-base: bump EFL_SRCREV and refresh patches and elementary version
  task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be
able to select different -common and init providers
  systemd-serialgetty: use better default SERIAL_CONSOLE
  elfe: bump SRCREV to fix more deprecated API calls
  elsa: add new login manager for Enlightenment
  task-x11-server: import from Angstrom
  recipes: bump PR after python upgrade
  gpsd: fix build with python2.7 in sysroot and python2.6 on host

 meta-efl/classes/e-base.bbclass|2 +-
 .../recipes-devtools/python/python-ecore_svn.bb|2 +-
 .../recipes-devtools/python/python-edbus_svn.bb|2 +-
 .../recipes-devtools/python/python-edje_svn.bb |2 +-
 .../python/python-elementary_svn.bb|2 +-
 .../recipes-devtools/python/python-emotion_svn.bb  |2 +-
 .../recipes-devtools/python/python-evas_svn.bb |2 +-
 .../recipes-efl/e17/e-wm/enlightenment_start.oe|2 +-
 meta-efl/recipes-efl/e17/e-wm_svn.bb   |2 +-
 meta-efl/recipes-efl/e17/elfe_svn.bb   |3 +
 meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch   |   12 -
 .../efl/ecore/fix-ecore-fb-initialization.patch|   44 ++-
 meta-efl/recipes-efl/efl/ecore_svn.bb  |1 -
 meta-efl/recipes-efl/efl/elementary_svn.bb |3 +-
 meta-efl/recipes-efl/efl/elsa_svn.bb   |   16 +
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb  |2 +
 .../recipes-connectivity/midori/midori-0.4.1/waf   |  Bin 0 - 92569 bytes
 .../recipes-connectivity/midori/midori_0.4.1.bb|8 +
 .../recipes-core/systemd/systemd-serialgetty.bb|4 +-
 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb  |   23 ++
 .../tasks/{task-x11.bb = task-x11_1.0.bb} |   27 +--
 .../python/python-cheetah_2.4.4.bb |2 +-
 .../python/python-cython_0.15.1.bb |2 +-
 .../python/python-dateutil_1.4.1.bb|2 +-
 .../recipes-devtools/python/python-docutils_0.5.bb |1 +
 .../recipes-devtools/python/python-lxml_2.2.8.bb   |1 +
 .../recipes-devtools/python/python-numeric_24.2.bb |2 +-
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |1 +
 .../recipes-devtools/python/python-pexpect_2.3.bb  |2 +-
 .../python/python-phoneutils_git.bb|2 +-
 .../python/python-pyalsaaudio_0.4.bb   |2 +-
 .../recipes-devtools/python/python-pyserial_2.4.bb |2 +-
 .../recipes-devtools/python/python-pyudev_0.11.bb  |2 +-
 .../recipes-devtools/python/python-pyyaml_svn.bb   |2 +-
 .../python/python-setuptools_0.6c11.bb |2 +-
 .../python/python-sqlalchemy_0.7.1.bb  |2 +-
 .../recipes-devtools/python/python-tornado_git.bb  |1 +
 .../python/python-vobject_0.8.1c.bb|2 +-
 meta-oe/recipes-graphics/pango/pango.inc   |2 +-
 .../xserver-common-1.34/Xserver.gta04.patch|   32 ++
 .../xserver-common/xserver-common_1.34.bb  |1 +
 .../xserver-nodm-init-2.0/xserver-nodm |7 +
 .../xserver-nodm-init/xserver-nodm-init_2.0.bb |2 +-
 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb  |   16 +
 .../gpsd/gpsd-2.95/fix-build-with-python2.7.patch  |   15 +
 meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb   |3 +
 meta-oe/recipes-navigation/navit/navit-icons/GPL-2 |  339 
 .../navit/navit-icons/configure.in |   70 
 .../recipes-navigation/navit/navit-icons_svn.bb|   32 --
 meta-oe/recipes-navigation/navit/navit.inc |7 +-
 meta-oe/recipes-navigation/navit/navit_svn.bb  |6 +-
 .../liblinebreak/liblinebreak_1.2.bb   |   12 +
 meta-oe/recipes-support/pidgin/pidgin.inc  | 

[oe] [meta-efl][meta-oe 03/15] navit: upgrade to latest SRCREV and remove navit-icons

2011-11-01 Thread Martin Jansa
* separate directory cannot be fetched with subversion-1.7.0
  svn: E155000: 
'/OE/downloads/svn/navit.svn.sourceforge.net/svnroot/navit/trunk/navit/navit/xpm'
 is already a working copy for a different URL
  and other users had problem with navit-icons trying to downgrade to older 
SRCREV and then upgrading again when building navit (failing with unversioned 
directories)

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-oe/recipes-navigation/navit/navit-icons/GPL-2 |  339 
 .../navit/navit-icons/configure.in |   70 
 .../recipes-navigation/navit/navit-icons_svn.bb|   32 --
 meta-oe/recipes-navigation/navit/navit.inc |7 +-
 meta-oe/recipes-navigation/navit/navit_svn.bb  |6 +-
 5 files changed, 6 insertions(+), 448 deletions(-)
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons/GPL-2
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons/configure.in
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons_svn.bb

diff --git a/meta-oe/recipes-navigation/navit/navit-icons/GPL-2 
b/meta-oe/recipes-navigation/navit/navit-icons/GPL-2
deleted file mode 100644
index d511905..000
--- a/meta-oe/recipes-navigation/navit/navit-icons/GPL-2
+++ /dev/null
@@ -1,339 +0,0 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-   Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The Program, below,
-refers to any such program or work, and a work based on the Program
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term modification.)  Each licensee is addressed as you.
-
-Activities other 

[oe] [meta-efl][meta-oe 05/15] id3lib: import from openembedded classic, version 3.8.3

2011-11-01 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli gnu...@no-log.org

* Added LIC_FILES_CHKSUM, and fixed LICENSE
* OE-classic commit f2893b80cffc46dad57864eb78b563f0876e6811
* JaMa: stylized by oe-stylize.py, dropped default PR

Signed-off-by: Denis 'GNUtoo' Carikli gnu...@no-log.org
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb |   16 
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb

diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb 
b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
new file mode 100644
index 000..2c5e2ae
--- /dev/null
+++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = Library for interacting with ID3 tags.
+SECTION = libs/multimedia
+LICENSE = LGPLv2+
+LIC_FILES_CHKSUM = files://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
+DEPENDS = zlib
+PRIORITY = optional
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \
+   
http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch
 \
+  
+SRC_URI[archive.md5sum] = 19f27ddd2dda4b2d26a559a4f0f402a7
+SRC_URI[archive.sha256sum] = 
2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079
+SRC_URI[patch.md5sum] = 805c0320a2efb21c40ce06fa13cd7c4b
+SRC_URI[patch.sha256sum] = 
9f03b59ccc8826a5be55a3dcde2f889067d58bdc72bf846416a198c9b933704c
+
+inherit autotools
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 02/15] xserver-common_1.34: patch Xserver to add support for gta04

2011-11-01 Thread Martin Jansa
From: Klaus Kurzmann m...@fluxnetz.de

Signed-off-by: Klaus Kurzmann m...@fluxnetz.de
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../xserver-common-1.34/Xserver.gta04.patch|   32 
 .../xserver-common/xserver-common_1.34.bb  |1 +
 2 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 
meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch

diff --git 
a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
 
b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
new file mode 100644
index 000..8a17c9a
--- /dev/null
+++ 
b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
@@ -0,0 +1,32 @@
+From 95d741d6849a2faddf8c1e930c7250ead90e7bed Mon Sep 17 00:00:00 2001
+From: Klaus Kurzmann m...@fluxnetz.de
+Date: Thu, 20 Oct 2011 09:05:43 +0200
+Subject: [PATCH] gta04
+
+Signed-off-by: Klaus Kurzmann m...@fluxnetz.de
+---
+ X11/xserver-common |8 
+ 1 files changed, 8 insertions(+), 0 deletions(-)
+
+diff --git a/X11/xserver-common b/X11/xserver-common
+index 448b262..208bbfd 100644
+--- a/X11/xserver-common
 b/X11/xserver-common
+@@ -161,6 +161,14 @@ else
+ ARGS=$ARGS -dpi ${DPI} -nocursor
+ fi
+ ;;
++gta04)
++DPI=280
++if [ $XSERVER != Xorg ] ; then
++ARGS=$ARGS -screen ${SCREEN_SIZE}
++else
++ARGS=$ARGS -dpi ${DPI} -nocursor
++fi
++;;
+ motorola_ezx_platform)
+ ARGS=$ARGS -screen 240x320
+ DPI=170 ;;
+-- 
+1.7.7
+
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb 
b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
index 6e4fe2e..4f99a90 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -22,6 +22,7 @@ SRC_URI_append =  \
file://Xserver.n900.patch \
file://Xserver.nexuss.patch \
file://Xserver.nexusone.patch \
+   file://Xserver.gta04.patch \
 
 
 
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 06/15] liblinebreak: import from openembedded classic, version 1.2

2011-11-01 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli gnu...@no-log.org

* The License was verified and LIC_FILES_CHKSUM was added
* OE-classic commit 9d612c4bb9bef813bdef9e198efc5949d51905eb

Reviewed-by: Paul Menzel paulepan...@users.sourceforge.net
Signed-off-by: Denis 'GNUtoo' Carikli gnu...@no-log.org
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../liblinebreak/liblinebreak_1.2.bb   |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb

diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb 
b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
new file mode 100644
index 000..d64cfd9
--- /dev/null
+++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = Liblinebreak is an implementation of the line breaking 
algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22
+HOMEPAGE = http://vimgadgets.sourceforge.net/liblinebreak/;
+SECTION = libs
+LICENSE = zlib
+LIC_FILES_CHKSUM = file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3
+PRIORITY = optional
+
+SRC_URI = 
${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz
+SRC_URI[md5sum] = d18039259001ccb24b5dd4648c49c5ad
+SRC_URI[sha256sum] = 
9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76
+
+inherit autotools
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 04/15] xserver-nodm-init: set USER and HOME

2011-11-01 Thread Martin Jansa
* when it's executed from init then HOME is set to '/'
* shadow/agetty set HOME fine and Xinit is doing the same, but for xinit 
Xsession it didn't work

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../xserver-nodm-init-2.0/xserver-nodm |7 +++
 .../xserver-nodm-init/xserver-nodm-init_2.0.bb |2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm
index 39ce890..d2e2f86 100755
--- 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm
+++ 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm
@@ -17,6 +17,13 @@ case $1 in
 if [ $2 != background ]; then
   $0 $1 background 
 else
+   # work around from /etc/X11/Xinit
+   export USER=root
+   export HOME=/home/root
+   if [ ! -d $HOME ]  [ -d /root ]; then
+ HOME=/root
+   fi
+
. /etc/profile
 
echo Starting Xserver
diff --git 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
index 17fe4d8..496b342 100644
--- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -3,7 +3,7 @@ LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=751419260aa954499f7abaabaa882bbe
 SECTION = x11
 
-PR = r10
+PR = r11
 
 SRC_URI = file://xserver-nodm \
file://xserver-nodm.service \
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 07/15] e-base: bump EFL_SRCREV and refresh patches and elementary version

2011-11-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/classes/e-base.bbclass|2 +-
 meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch   |   12 -
 .../efl/ecore/fix-ecore-fb-initialization.patch|   44 ---
 meta-efl/recipes-efl/efl/ecore_svn.bb  |1 -
 meta-efl/recipes-efl/efl/elementary_svn.bb |3 +-
 5 files changed, 30 insertions(+), 32 deletions(-)
 delete mode 100644 meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch

diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index ed08105..18df79b 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -2,7 +2,7 @@ HOMEPAGE = http://www.enlightenment.org;
 SRCNAME ?= ${BPN}
 
 # usually tracks svn trunk HEAD
-EFL_SRCREV ?= 64150
+EFL_SRCREV ?= 64506
 # revision when 1.0.0 was released, for recipes which don't need rebuild so 
often
 EFL_SRCREV_1.0.0 ?= 56356
 
diff --git a/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch 
b/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
deleted file mode 100644
index 3d04453..000
--- a/meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr ecore.orig//src/lib/ecore_con/ecore_con_info.c 
ecore/src/lib/ecore_con/ecore_con_info.c
 ecore.orig//src/lib/ecore_con/ecore_con_info.c 2010-08-13 
14:31:18.0 +0200
-+++ ecore/src/lib/ecore_con/ecore_con_info.c   2010-08-13 14:49:37.0 
+0200
-@@ -283,7 +283,7 @@
- 
- err = write(fd[1], , 1);
- close(fd[1]);
--#ifdef __USE_ISOC99
-+#if defined(__USE_ISOC99)  !defined(__UCLIBC__)
- _Exit(0);
- #else
- _exit(0);
diff --git a/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch 
b/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch
index 216b5a5..a2ce285 100644
--- a/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch
+++ b/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch
@@ -1,25 +1,34 @@
-#
-# The whole ecore-fb init logic is somewhat flawed; with this patch we
-# get at least a working touchscreen w/ tslib again.
-#
-# Signed-off-by: Michael 'Mickey' Lauer mla...@vanille-media.de
-#
+From c36cd1201711560b914e567922903083c3b46ff1 Mon Sep 17 00:00:00 2001
+From: Martin Jansa martin.ja...@gmail.com
+Date: Sat, 29 Oct 2011 00:16:55 +0200
+Subject: [PATCH] ecore-fb: fix ts init
 
-diff --git ecore.old/src/lib/ecore_fb/ecore_fb.c 
ecore/src/lib/ecore_fb/ecore_fb.c
-index 77071e3..a4e1c5d 100644
 ecore.old/src/lib/ecore_fb/ecore_fb.c
-+++ ecore/src/lib/ecore_fb/ecore_fb.c
-@@ -46,6 +46,9 @@ ecore_fb_init(const char *name __UNUSED__)
+Upstream-Status: Pending
+
+The whole ecore-fb init logic is somewhat flawed; with this patch we
+get at least a working touchscreen w/ tslib again.
+
+Signed-off-by: Michael 'Mickey' Lauer mla...@vanille-media.de
+Signed-off-by: Martin Jansa martin.ja...@gmail.com
+---
+ src/lib/ecore_fb/ecore_fb.c |4 
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/src/lib/ecore_fb/ecore_fb.c b/src/lib/ecore_fb/ecore_fb.c
+index ca7d73d..5b99989 100644
+--- a/src/lib/ecore_fb/ecore_fb.c
 b/src/lib/ecore_fb/ecore_fb.c
+@@ -39,6 +39,9 @@ ecore_fb_init(const char *name __UNUSED__)
 if (!ecore_fb_vt_init())
return --_ecore_fb_init_count;
  
 +   if (!ecore_fb_ts_init())
-+ return --_ecore_fb_init_count;
++  return --_ecore_fb_init_count;
 +
-ECORE_FB_EVENT_KEY_DOWN  = ecore_event_type_new();
-ECORE_FB_EVENT_KEY_UP= ecore_event_type_new();
-ECORE_FB_EVENT_MOUSE_BUTTON_DOWN = ecore_event_type_new();
-@@ -72,6 +75,7 @@ ecore_fb_shutdown(void)
+_ecore_fb_size_get(_ecore_fb_console_w, _ecore_fb_console_h);
+ 
+return _ecore_fb_init_count;
+@@ -59,6 +62,7 @@ ecore_fb_shutdown(void)
 if (--_ecore_fb_init_count != 0)
return _ecore_fb_init_count;
  
@@ -27,3 +36,6 @@ index 77071e3..a4e1c5d 100644
 ecore_fb_vt_shutdown();
  
 return _ecore_fb_init_count;
+-- 
+1.7.7.1
+
diff --git a/meta-efl/recipes-efl/efl/ecore_svn.bb 
b/meta-efl/recipes-efl/efl/ecore_svn.bb
index 99fb3e2..c71c1b9 100644
--- a/meta-efl/recipes-efl/efl/ecore_svn.bb
+++ b/meta-efl/recipes-efl/efl/ecore_svn.bb
@@ -7,7 +7,6 @@ DEFAULT_PREFERENCE = -1
 
 SRC_URI = \
   ${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
-  file://exit_uclibc.patch \
   file://fix-ecore-fb-initialization.patch \
 
 S = ${WORKDIR}/${SRCNAME}
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb 
b/meta-efl/recipes-efl/efl/elementary_svn.bb
index 1034e0f..6162abd 100644
--- a/meta-efl/recipes-efl/efl/elementary_svn.bb
+++ b/meta-efl/recipes-efl/efl/elementary_svn.bb
@@ -2,8 +2,7 @@ DESCRIPTION = EFL based widget set for mobile devices
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=cdc6c12b238ccd62635a7517dfe89438
 DEPENDS = eet-native efreet evas ecore edje eet edbus ethumb
-PV = 0.7.0+svnr${SRCPV}
-PR = r12
+PV = 

[oe] [meta-efl][meta-oe 09/15] systemd-serialgetty: use better default SERIAL_CONSOLE

2011-11-01 Thread Martin Jansa
* having /dev/ttySO fails with:
  | ln: failed to create symbolic link
  
`/OE/shr-core/tmp/work/nokia900-oe-linux-gnueabi/systemd-serialgetty-1.0-r0/image/etc/systemd/system/getty.target.wants/serial-getty@/dev/ttyS0.service':
  No such file or directory

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../recipes-core/systemd/systemd-serialgetty.bb|4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd-serialgetty.bb 
b/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
index 86d833e..2b88d0c 100644
--- a/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta-oe/recipes-core/systemd/systemd-serialgetty.bb
@@ -2,7 +2,9 @@ DESCRIPTION = Systemd serial config
 LICENSE = GPLv2+
 LIC_FILES_CHKSUM = 
file://${WORKDIR}/LICENSE;md5=751419260aa954499f7abaabaa882bbe
 
-SERIAL_CONSOLE ?= 115200 /dev/ttyS0
+PR = r1
+
+SERIAL_CONSOLE ?= 115200 ttyS0
 
 SRC_URI = file://LICENSE \
file://serial-getty@.service
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 10/15] elfe: bump SRCREV to fix more deprecated API calls

2011-11-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/recipes-efl/e17/elfe_svn.bb |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/elfe_svn.bb 
b/meta-efl/recipes-efl/e17/elfe_svn.bb
index 151ef7e..13fe014 100644
--- a/meta-efl/recipes-efl/e17/elfe_svn.bb
+++ b/meta-efl/recipes-efl/e17/elfe_svn.bb
@@ -5,4 +5,7 @@ PR = ${INC_PR}.1
 
 require e-module.inc
 
+SRCREV = 64510 
+# EFL_SRCREV
+
 DEPENDS += elementary
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 11/15] elsa: add new login manager for Enlightenment

2011-11-01 Thread Martin Jansa
* version 0.0.4+${SRCPV}

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/recipes-efl/efl/elsa_svn.bb |   16 
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-efl/recipes-efl/efl/elsa_svn.bb

diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb 
b/meta-efl/recipes-efl/efl/elsa_svn.bb
new file mode 100644
index 000..d0e5e81
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/elsa_svn.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = Login manager for Enlightenment
+DEPENDS = efreet eina eet ecore elementary
+LICENSE = GPLv3+
+LIC_FILES_CHKSUM = file://COPYING;md5=d32239bcb673463ab874e80d47fae504
+SECTION = e/apps
+
+inherit e gettext
+SRC_URI = ${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep
+S = ${WORKDIR}/${SRCNAME}
+
+EXTRA_OECONF = --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc
+
+PV = 0.0.4+svnr${SRCPV}
+SRCREV = ${EFL_SRCREV}
+
+RDEPENDS_${PN} = ${PN}-themes
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 13/15] meta-efl: e-wm: renice to -2

2011-11-01 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli gnu...@no-log.org

A niceness of -10 is way too much, and it causes some audio problems
  such as buffer underruns/overruns with writei/readi with the
  fsoaudiod plugin responsible of sound during calls on the nokia900
  (and maybe other audio problems on other devices too).

Signed-off-by: Denis 'GNUtoo' Carikli gnu...@no-log.org
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../recipes-efl/e17/e-wm/enlightenment_start.oe|2 +-
 meta-efl/recipes-efl/e17/e-wm_svn.bb   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe 
b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
index e5a6502..ff86172 100644
--- a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
+++ b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
@@ -5,5 +5,5 @@ if [ -r /etc/enlightenment/default_profile ]; then
   . /etc/enlightenment/default_profile
 fi
 
-renice -10 -p $$
+renice -2 -p $$
 exec enlightenment_start $E_PROFILE
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb 
b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index a4fb5b4..2c2518b 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -4,7 +4,7 @@ LICENSE = MIT BSD
 LIC_FILES_CHKSUM = file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f
 SRCNAME = e
 PV = 0.16.999.060+svnr${SRCPV}
-PR = r20
+PR = r21
 SRCREV = ${EFL_SRCREV}
 
 inherit e update-alternatives gettext
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 12/15] task-x11-server: import from Angstrom

2011-11-01 Thread Martin Jansa
* from meta-angstrom revision 8aa9581a920abae8878df2f3faf9857474edd1f8
* added RPROVIDES to be able to drop server part from task-x11
* updated DESCRIPTION to match
* renamed to task-x11-server for upgradeable path

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb |   23 +
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb

diff --git a/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb 
b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
new file mode 100644
index 000..7e43d55
--- /dev/null
+++ b/meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = Task for an image with Xserver
+LICENSE = MIT
+LIC_FILES_CHKSUM = 
file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58
+PR = r9
+
+inherit task
+
+# for backwards compatibility
+RPROVIDES_${PN} += task-xserver
+
+XSERVER ?= xserver-xorg \
+   xf86-input-evdev \
+   xf86-input-mouse \
+   xf86-video-fbdev \
+   xf86-input-keyboard \
+
+
+
+RDEPENDS_${PN} =  \
+  ${XSERVER} \
+
+
+PACKAGE_ARCH = ${MACHINE_ARCH}
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 08/15] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers

2011-11-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../tasks/{task-x11.bb = task-x11_1.0.bb} |   27 ++--
 1 files changed, 8 insertions(+), 19 deletions(-)
 rename meta-oe/recipes-core/tasks/{task-x11.bb = task-x11_1.0.bb} (46%)

diff --git a/meta-oe/recipes-core/tasks/task-x11.bb 
b/meta-oe/recipes-core/tasks/task-x11_1.0.bb
similarity index 46%
rename from meta-oe/recipes-core/tasks/task-x11.bb
rename to meta-oe/recipes-core/tasks/task-x11_1.0.bb
index a7faa00..67ff93b 100644
--- a/meta-oe/recipes-core/tasks/task-x11.bb
+++ b/meta-oe/recipes-core/tasks/task-x11_1.0.bb
@@ -2,37 +2,26 @@ DESCRIPTION = The X Window System -- install this task to 
get a client/server b
 SECTION = x11/server
 LICENSE = MIT
 LIC_FILES_CHKSUM = 
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420
-PV = 1.0
-PR = r8
-
-# WORK IN PROGRESS
+PR = r9
 
 inherit task
 
-PACKAGES += \
-  ${PN}-server \
-  ${PN}-utils \
-
+PACKAGES += ${PN}-utils
 
 RRECOMMENDS_${PN} = \
   ${PN}-server \
   ${PN}-utils \
 
 
-# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
-# virtual/xserver won't work, since the kdrive recipes will build multiple 
xserver packages
-XSERVER ?= xserver-xorg
-XSERVER_COMMON ?= xserver-common
-
-PACKAGE_ARCH = ${MACHINE_ARCH}
+# xserver-common, x11-common
+VIRTUAL-RUNTIME_xserver_common ?= xserver-common
 
-RDEPENDS_${PN}-server = \
-  ${XSERVER} \
-
+# elsa, xserver-nodm-init
+VIRTUAL-RUNTIME_graphical_init_manager ?= xserver-nodm-init
 
 RDEPENDS_${PN}-utils = \
-  ${XSERVER_COMMON} \
-  xserver-nodm-init \
+  ${VIRTUAL-RUNTIME_xserver_common} \
+  ${VIRTUAL-RUNTIME_graphical_init_manager} \
   xauth \
   xhost \
   xset \
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-efl][meta-oe 14/15] recipes: bump PR after python upgrade

2011-11-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../recipes-devtools/python/python-ecore_svn.bb|2 +-
 .../recipes-devtools/python/python-edbus_svn.bb|2 +-
 .../recipes-devtools/python/python-edje_svn.bb |2 +-
 .../python/python-elementary_svn.bb|2 +-
 .../recipes-devtools/python/python-emotion_svn.bb  |2 +-
 .../recipes-devtools/python/python-evas_svn.bb |2 +-
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb  |2 ++
 .../python/python-cheetah_2.4.4.bb |2 +-
 .../python/python-cython_0.15.1.bb |2 +-
 .../python/python-dateutil_1.4.1.bb|2 +-
 .../recipes-devtools/python/python-docutils_0.5.bb |1 +
 .../recipes-devtools/python/python-lxml_2.2.8.bb   |1 +
 .../recipes-devtools/python/python-numeric_24.2.bb |2 +-
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |1 +
 .../recipes-devtools/python/python-pexpect_2.3.bb  |2 +-
 .../python/python-phoneutils_git.bb|2 +-
 .../python/python-pyalsaaudio_0.4.bb   |2 +-
 .../recipes-devtools/python/python-pyserial_2.4.bb |2 +-
 .../recipes-devtools/python/python-pyudev_0.11.bb  |2 +-
 .../recipes-devtools/python/python-pyyaml_svn.bb   |2 +-
 .../python/python-setuptools_0.6c11.bb |2 +-
 .../python/python-sqlalchemy_0.7.1.bb  |2 +-
 .../recipes-devtools/python/python-tornado_git.bb  |1 +
 .../python/python-vobject_0.8.1c.bb|2 +-
 meta-oe/recipes-graphics/pango/pango.inc   |2 +-
 meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb   |2 ++
 meta-oe/recipes-support/pidgin/pidgin.inc  |2 +-
 27 files changed, 29 insertions(+), 21 deletions(-)

diff --git a/meta-efl/recipes-devtools/python/python-ecore_svn.bb 
b/meta-efl/recipes-devtools/python/python-ecore_svn.bb
index a6ec5e6..1300e24 100644
--- a/meta-efl/recipes-devtools/python/python-ecore_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-ecore_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += python-evas ecore
 RDEPENDS_${PN} += python-evas
diff --git a/meta-efl/recipes-devtools/python/python-edbus_svn.bb 
b/meta-efl/recipes-devtools/python/python-edbus_svn.bb
index 518f7c2..256a52a 100644
--- a/meta-efl/recipes-devtools/python/python-edbus_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-edbus_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += edbus python-dbus
 RDEPENDS_${PN} += python-dbus
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb 
b/meta-efl/recipes-devtools/python/python-edje_svn.bb
index 8afcbfd..ee974d4 100644
--- a/meta-efl/recipes-devtools/python/python-edje_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += edje python-evas
 RDEPENDS_${PN} += python-evas
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb 
b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
index ffb6d5e..fd4ea6d 100644
--- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv3
 LIC_FILES_CHKSUM = file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += elementary python-evas
 RDEPENDS_${PN} += python-evas python-ecore python-edje 
diff --git a/meta-efl/recipes-devtools/python/python-emotion_svn.bb 
b/meta-efl/recipes-devtools/python/python-emotion_svn.bb
index 89002c3..a39c0c8 100644
--- a/meta-efl/recipes-devtools/python/python-emotion_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-emotion_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += emotion python-evas
 RDEPENDS_${PN} += python-ecore
diff --git a/meta-efl/recipes-devtools/python/python-evas_svn.bb 
b/meta-efl/recipes-devtools/python/python-evas_svn.bb
index 79844be..aa4d52f 100644
--- a/meta-efl/recipes-devtools/python/python-evas_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-evas_svn.bb
@@ -1,6 +1,6 @@
 require python-efl.inc
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-PR = ${INC_PR}.0
+PR = ${INC_PR}.1
 SRCREV = ${EFL_SRCREV}
 DEPENDS += evas
diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb 

[oe] [meta-efl][meta-oe 15/15] gpsd: fix build with python2.7 in sysroot and python2.6 on host

2011-11-01 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../gpsd/gpsd-2.95/fix-build-with-python2.7.patch  |   15 +++
 meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb   |3 ++-
 2 files changed, 17 insertions(+), 1 deletions(-)
 create mode 100644 
meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch

diff --git 
a/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch 
b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
new file mode 100644
index 000..6bba2b8
--- /dev/null
+++ b/meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
@@ -0,0 +1,15 @@
+Without this patch python2.6 from host could be preferred over python from 
native sysroot.
+
+Upstream-Status: Pending
+diff -uNr gpsd-2.95.orig/configure.ac gpsd-2.95/configure.ac
+--- gpsd-2.95.orig/configure.ac2011-10-31 18:26:08.860719033 +0100
 gpsd-2.95/configure.ac 2011-10-31 18:27:47.718716963 +0100
+@@ -31,7 +31,7 @@
+ dnl AM_PATH_PYTHON provided with automake can be too old.  Look
+ dnl for newer python first, and include 2.6 on the list.
+ m4_define([_AM_PYTHON_INTERPRETER_LIST],
+-  [python2.6 python2.5 python2.4 python])
++  [python2.7 python2.6 python2.5 python2.4 python])
+ AM_PATH_PYTHON([2.4])
+ ac_python=yes
+ if test x$PYTHON = x; then
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb 
b/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb
index a6bf308..cdcb77c 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d217a23f408e91c94359447735bc1800
 DEPENDS = dbus-glib ncurses python libusb1
 PROVIDES = virtual/gpsd
 
-PR = r1
+PR = r2
 
 EXTRA_OECONF = --x-includes=${STAGING_INCDIR}/X11 \
 --x-libraries=${STAGING_LIBDIR} \
@@ -15,6 +15,7 @@ EXTRA_OECONF = --x-includes=${STAGING_INCDIR}/X11 \
 
 SRC_URI = http://download.berlios.de/${PN}/${P}.tar.gz;name=gpsd \
file://libtool.patch \
+   file://fix-build-with-python2.7.patch \
file://gpsd-default \
file://gpsd \
file://60-gpsd.rules
-- 
1.7.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 07/12] e-base: bump EFL_SRCREV and refresh patches and elementary version

2011-11-01 Thread Martin Jansa
On Tue, Nov 01, 2011 at 09:27:27AM +0100, Koen Kooi wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Op 29-10-11 12:29, Martin Jansa schreef:
  Signed-off-by: Martin Jansa martin.ja...@gmail.com
 
 I get:
 
 c evas_engine.c  -fPIC -DPIC -o .libs/module_la-evas_engine.o
 | evas_engine.c: In function '_sym_init':
 | evas_engine.c:493:115: warning: assignment from incompatible pointer type
 | evas_engine.c:493:273: warning: assignment from incompatible pointer type
 | evas_engine.c: In function 'eng_gl_make_current':
 | evas_engine.c:3223:9: error: 'rsc' undeclared (first use in this function)
 | evas_engine.c:3223:9: note: each undeclared identifier is reported only
 once for each function it appears in
 | evas_engine.c: In function 'eng_gl_api_get':
 | evas_engine.c:3600:30: warning: assignment from incompatible pointer type
 | make[5]: *** [module_la-evas_engine.lo] Error 1
 | make[5]: *** Waiting for unfinished jobs...
 
 regards,

Ah, sorry didn't fail here (probably gl_x11 isn't build), but it was fixed fw 
commits later,

can you try with SRCREV = 64516 in evas?

commit ae081608293eadb01a7bef6998baf35cc6b5354c
Author: caro caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Date:   Sun Oct 30 05:02:05 2011 +

declare the variables at the beginning of the block


git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk@64516 
7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

commit a8f05145fc9fd2397493b668a8d8618a85414a74
Author: discomfitor discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Date:   Sun Oct 30 02:04:50 2011 +

add missing variable from r64139
direct all spankies to raster and Sung W. Park


git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk@64514 
7cbeb6ba-43b4-40fd-8cce-4c39aea84d33


 
 Koen
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (Darwin)
 Comment: GPGTools - http://gpgtools.org
 
 iD4DBQFOr61vMkyGM64RGpERAnBUAJoD72qOUzuULyChDz8vLl13lBE5rgCY2RHN
 HcL5T8UkOy84Lr+z6i7dIg==
 =6yE7
 -END PGP SIGNATURE-
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Plans for OE classic future

2011-11-01 Thread Henning Heinold
On Tue, Nov 01, 2011 at 08:13:18AM +0100, Jaap de Jong wrote:
 On 11/01/2011 02:00 AM, Denys Dmytriyenko wrote:
 On Tue, Nov 01, 2011 at 01:38:33AM +0100, Ulf Samuelsson wrote:
 2011-10-27 14:27, Martin Jansa skrev:
 On Thu, Oct 27, 2011 at 01:56:43PM +0200, Henning Heinold wrote:
 On Thu, Oct 27, 2011 at 10:53:13AM +, Mats K?rrman wrote:
 Hi,
 
 Are there any plans for new releases and/or maintenance branches of OE
 classic?
 
 BR / Mats
 Hi,
 
 http://cgit.openembedded.org/openembedded/log/?h=org.openembedded.dev
 
 and
 
 http://cgit.openembedded.org/openembedded/log/?h=2011.03-maintenance
 
 Bye Henning
 Are you showing that maintenance ibranch is not so old and that only few
 things changed in old OE-classic since then? :)
 
 Afaik: nobody plans to do another release from OE-classic and
 oe-core/meta-oe/BSP's/... are veryclose to first release
 What repository is used for the BSP's ?
 Each BSP in own repository - http://www.openembedded.org/wiki/LayerIndex
 
 Does anybody know where the atmel boards are? (at91sam9263ek)

I guess Ulf has to do create it first.

Bye Henning

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] imagemagick: fix unshipped packages

2011-11-01 Thread Andreas Müller
on build we receive tons of warnings like

WARNING: For recipe imagemagick, the following files were installed but not 
shipped in any package:
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-solaris.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/locale.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/english.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-windows.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-ghostscript.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/delegates.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/configure.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/francais.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.a
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.la
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.so
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/.debug/analyze.so
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/histogram.la
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/ycbcr.a
...

Signed-off-by: Andreas Müller schnitzelt...@gmx.de
---
 .../imagemagick/imagemagick_6.4.4.bb   |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb 
b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
index c38c644..dd84cb2 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892
 # FIXME: There is much more checked libraries. All should be added or 
explicitly disabled to get consistent results.
 DEPENDS = lcms bzip2 jpeg libpng librsvg tiff zlib
 
-PR = r8
+PR = r9
 
 PATCHSET = 1
 SRC_URI = 
ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
@@ -20,14 +20,14 @@ inherit autotools binconfig pkgconfig
 
 EXTRA_OECONF = --program-prefix= --without-x --without-freetype 
--without-perl --disable-openmp
 
-FILES_${PN} += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.so \
-${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.la \
-${libdir}/ImageMagick-${IMVER}/config/ \
-${datadir}/ImageMagick-${IMVER}
+FILES_${PN} += ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \
+${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \
+${libdir}/ImageMagick-${PV}/config/ \
+${datadir}/ImageMagick-${PV}
 
-FILES_${PN}-dev += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.a
+FILES_${PN}-dev += ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.a
 
-FILES_${PN}-dbg += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/.debug/*
+FILES_${PN}-dbg += ${libdir}/ImageMagick-${PV}/modules-Q16/*/.debug/*
 
 BBCLASSEXTEND = native
 
-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 05/12] id3lib: Import from openembedded classic

2011-11-01 Thread Paul Eggleton
On Monday 31 October 2011 23:12:01 Koen Kooi wrote:
 Different goals I guess. 

That's not much in the way of justification...

 And I don't trust a ruleset that's in a wiki, too
 much room for people coming in and messing it up.

If that's a concern, just apply some access restrictions to the page. Edit 
history is tracked if it's on a wiki at least.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Andreas Müller
warnings fixed:
WARNING: For recipe gnome-control-center, the following files were installed 
but not shipped in any package:
WARNING:   /usr/share/mime/XMLnamespaces
WARNING:   /usr/share/mime/version
WARNING:   /usr/share/mime/subclasses
WARNING:   /usr/share/mime/globs2
WARNING:   /usr/share/mime/globs
WARNING:   /usr/share/mime/types
WARNING:   /usr/share/mime/mime.cache
WARNING:   /usr/share/mime/icons
WARNING:   /usr/share/mime/generic-icons
WARNING:   /usr/share/mime/treemagic
WARNING:   /usr/share/mime/magic
WARNING:   /usr/share/mime/aliases

Signed-off-by: Andreas Müller schnitzelt...@gmx.de
---
 .../gnome-control-center_2.32.1.bb |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git 
a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb 
b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
index b308350..1ebfb6d 100644
--- 
a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
+++ 
b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
 
 DEPENDS = gnome-menus libunique dbus-glib gnome-desktop libxml2 metacity 
gconf gnome-settings-daemon librsvg pango libgnomekbd libxklavier libcanberra
 
+PR = r1
+
 inherit gnome
 
 SRC_URI[archive.md5sum] = b4e8ab5c7556ae07addbfcfb4fa2f761
@@ -20,6 +22,7 @@ FILES_${PN} += ${datadir}/icon* \
 ${libdir}/window-manager-settings/*.so \
 ${datadir}/gnome \
 ${datadir}/desktop-directories \
+${datadir}/mime \

 FILES_${PN}-dbg += ${libdir}/window-manager-settings/.debug
 FILES_${PN}-dev += ${libdir}/window-manager-settings/*a
-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 01-11-11 12:56, Andreas Müller schreef:
 warnings fixed: WARNING: For recipe gnome-control-center, the following
 files were installed but not shipped in any package: WARNING:
 /usr/share/mime/XMLnamespaces WARNING:   /usr/share/mime/version WARNING:
 /usr/share/mime/subclasses WARNING:   /usr/share/mime/globs2 WARNING:
 /usr/share/mime/globs WARNING:   /usr/share/mime/types WARNING:
 /usr/share/mime/mime.cache WARNING:   /usr/share/mime/icons WARNING:
 /usr/share/mime/generic-icons WARNING:   /usr/share/mime/treemagic 
 WARNING:   /usr/share/mime/magic WARNING:   /usr/share/mime/aliases

THose aren't meant to be shipped, mime.bbclass should already package the
stuff it needs.

regards,

Koen




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOr98aMkyGM64RGpERAiqiAJ0de3cEOkFsbd+y3ntGzdXsZttZoACgnJVR
a1WkZc370ABW6dHLS/AxAZE=
=m2Bq
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Andreas Müller
On Tuesday, November 01, 2011 12:59:22 PM Koen Kooi wrote:
 Op 01-11-11 12:56, Andreas Müller schreef:
  warnings fixed: WARNING: For recipe gnome-control-center, the following
  files were installed but not shipped in any package: WARNING:
  /usr/share/mime/XMLnamespaces WARNING:   /usr/share/mime/version WARNING:
  /usr/share/mime/subclasses WARNING:   /usr/share/mime/globs2 WARNING:
  /usr/share/mime/globs WARNING:   /usr/share/mime/types WARNING:
  /usr/share/mime/mime.cache WARNING:   /usr/share/mime/icons WARNING:
  /usr/share/mime/generic-icons WARNING:   /usr/share/mime/treemagic
  WARNING:   /usr/share/mime/magic WARNING:   /usr/share/mime/aliases
 
 THose aren't meant to be shipped, mime.bbclass should already package the
 stuff it needs.
How about adding a dummy package gnome-control-center-mime to clean up log and 
keep further enthusiastic patchers away?

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 01-11-11 14:30, Andreas Müller schreef:
 On Tuesday, November 01, 2011 12:59:22 PM Koen Kooi wrote:
 Op 01-11-11 12:56, Andreas Müller schreef:
 warnings fixed: WARNING: For recipe gnome-control-center, the 
 following files were installed but not shipped in any package: 
 WARNING: /usr/share/mime/XMLnamespaces WARNING: 
 /usr/share/mime/version WARNING: /usr/share/mime/subclasses WARNING: 
 /usr/share/mime/globs2 WARNING: /usr/share/mime/globs WARNING: 
 /usr/share/mime/types WARNING: /usr/share/mime/mime.cache WARNING: 
 /usr/share/mime/icons WARNING: /usr/share/mime/generic-icons
 WARNING: /usr/share/mime/treemagic WARNING:   /usr/share/mime/magic
 WARNING: /usr/share/mime/aliases
 
 THose aren't meant to be shipped, mime.bbclass should already package 
 the stuff it needs.
 How about adding a dummy package gnome-control-center-mime to clean up 
 log and keep further enthusiastic patchers away?

I'd suggest rm'ing them in do_install

regards,

Koen

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOr/PwMkyGM64RGpERAjcOAJ9IIXTIym9euwpKobGw7aW6DSdr9QCeJwGy
Yv/IzPTNjBobD/eoFd7NnaA=
=KwIu
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] guilt-native-0.33-r1: task do_fetch: Failed

2011-11-01 Thread Neil MacMunn
Hello,
Does anyone have a working mirror for
http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz?

Thanks,
-
Neil

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] guilt-native-0.33-r1: task do_fetch: Failed

2011-11-01 Thread Martin Jansa
On Tue, Nov 01, 2011 at 09:20:12AM -0700, Neil MacMunn wrote:
 Hello,
 Does anyone have a working mirror for
 http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz?

first link in google:
http://ftp.sunet.se/pub/Linux/kernels/people/jsipek/guilt/

Cheers,
-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] guilt-native: changed SRC_URI

2011-11-01 Thread nmacgum
From: Neil MacMunn n...@gumstix.com

* the old kernel.org URI is no longer reachable

Signed-off-by: Neil MacMunn n...@gumstix.com
---
 meta/recipes-devtools/guilt/guilt-native_0.33.bb |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb 
b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
index 54b1b90..325118a 100644
--- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
@@ -8,7 +8,7 @@ PR = r1
 
 inherit native
 
-SRC_URI = 
${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\
+SRC_URI = 
http://ftp.sunet.se/pub/Linux/kernels/people/jsipek/guilt/guilt-${PV}.tar.gz\
file://guilt-push.patch \
   file://guilt-pop.patch \
   file://guilt.patch \
-- 
1.7.1


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Andreas Müller
On Tuesday, November 01, 2011 02:28:16 PM Koen Kooi wrote:
 Op 01-11-11 14:30, Andreas Müller schreef:
  On Tuesday, November 01, 2011 12:59:22 PM Koen Kooi wrote:
  Op 01-11-11 12:56, Andreas Müller schreef:
  warnings fixed: WARNING: For recipe gnome-control-center, the
  following files were installed but not shipped in any package:
  WARNING: /usr/share/mime/XMLnamespaces WARNING:
  /usr/share/mime/version WARNING: /usr/share/mime/subclasses WARNING:
  /usr/share/mime/globs2 WARNING: /usr/share/mime/globs WARNING:
  /usr/share/mime/types WARNING: /usr/share/mime/mime.cache WARNING:
  /usr/share/mime/icons WARNING: /usr/share/mime/generic-icons
  WARNING: /usr/share/mime/treemagic WARNING:   /usr/share/mime/magic
  WARNING: /usr/share/mime/aliases
  
  THose aren't meant to be shipped, mime.bbclass should already package
  the stuff it needs.
  
  How about adding a dummy package gnome-control-center-mime to clean up
  log and keep further enthusiastic patchers away?
 
 I'd suggest rm'ing them in do_install
 
Sorry for making noise for this 'cosmetic' issue but I would like get a better 
understanding on this. 
mime.bbclass seems to pack all folders in /usr/share/mime, files will not be 
packed.

I looked a bit around and added

EXTRA_OECONF += --disable-update-mimedb

in the recipe. With this no files are installed but there is also 
/usr/share/mime/application/missing/x-gnome-theme-package.xml missing. Could 
this be a solution ( even for mime.bbclass )?

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-gnome] gnome-control-center: fix unshipped packages

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 01-11-11 19:24, Andreas Müller schreef:
 On Tuesday, November 01, 2011 02:28:16 PM Koen Kooi wrote:
 Op 01-11-11 14:30, Andreas Müller schreef:
 On Tuesday, November 01, 2011 12:59:22 PM Koen Kooi wrote:
 Op 01-11-11 12:56, Andreas Müller schreef:
 warnings fixed: WARNING: For recipe gnome-control-center, the 
 following files were installed but not shipped in any package: 
 WARNING: /usr/share/mime/XMLnamespaces WARNING: 
 /usr/share/mime/version WARNING: /usr/share/mime/subclasses
 WARNING: /usr/share/mime/globs2 WARNING: /usr/share/mime/globs
 WARNING: /usr/share/mime/types WARNING:
 /usr/share/mime/mime.cache WARNING: /usr/share/mime/icons
 WARNING: /usr/share/mime/generic-icons WARNING:
 /usr/share/mime/treemagic WARNING:   /usr/share/mime/magic 
 WARNING: /usr/share/mime/aliases
 
 THose aren't meant to be shipped, mime.bbclass should already
 package the stuff it needs.
 
 How about adding a dummy package gnome-control-center-mime to clean
 up log and keep further enthusiastic patchers away?
 
 I'd suggest rm'ing them in do_install
 
 Sorry for making noise for this 'cosmetic' issue but I would like get a
 better understanding on this.

The short version is that those are generated files of which only one copy
should exist. So if package them we get 2 problems:

1) clashes when installing packages
2) replacing properly generated mime files containing all the info with ones
only holding the info for a single package.

 mime.bbclass seems to pack all folders in /usr/share/mime, files will not
 be packed.
 
 I looked a bit around and added
 
 EXTRA_OECONF += --disable-update-mimedb
 
 in the recipe. With this no files are installed but there is also 
 /usr/share/mime/application/missing/x-gnome-theme-package.xml missing.
 Could this be a solution ( even for mime.bbclass )?

It looks that way.

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOsD3tMkyGM64RGpERAiCXAJ9FnaDhA9cLhYuJeZQLCq5ix6hPfACfbqOL
QY1lHZXym7qv7vy+//cvyBc=
=u477
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] guilt-native: changed SRC_URI

2011-11-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 01-11-11 17:46, nmac...@gmail.com schreef:
 From: Neil MacMunn n...@gumstix.com
 
 * the old kernel.org URI is no longer reachable
 
 Signed-off-by: Neil MacMunn n...@gumstix.com --- 
 meta/recipes-devtools/guilt/guilt-native_0.33.bb |2 +-

it looks like this one needs to go to the oe-core list.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOsD4YMkyGM64RGpERAu+HAKCGgFH14gz9HK+dpjPt/ZiEFtwEBgCfYulU
Wy0XaWFSfEARoVQ91bpBtyo=
=4gd8
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-efl][meta-oe 05/12] id3lib: Import from openembedded classic

2011-11-01 Thread Denys Dmytriyenko
On Tue, Nov 01, 2011 at 11:40:49AM +, Paul Eggleton wrote:
 On Monday 31 October 2011 23:12:01 Koen Kooi wrote:
  Different goals I guess. 
 
 That's not much in the way of justification...
 
  And I don't trust a ruleset that's in a wiki, too
  much room for people coming in and messing it up.
 
 If that's a concern, just apply some access restrictions to the page. Edit 
 history is tracked if it's on a wiki at least.

So, where are these new rules then, if not in a wiki? Are they applicable to 
meta-oe only?

-- 
Denys

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] guilt-native: changed SRC_URI

2011-11-01 Thread Paul Menzel
Dear Neil,


Am Dienstag, den 01.11.2011, 09:46 -0700 schrieb nmac...@gmail.com:
 From: Neil MacMunn n...@gumstix.com
 
 * the old kernel.org URI is no longer reachable

… because of the server compromise.

 Signed-off-by: Neil MacMunn n...@gumstix.com
 ---
  meta/recipes-devtools/guilt/guilt-native_0.33.bb |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb 
 b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
 index 54b1b90..325118a 100644
 --- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
 +++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
 @@ -8,7 +8,7 @@ PR = r1
  
  inherit native
  
 -SRC_URI = 
 ${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.tar.gz\
 +SRC_URI = 
 http://ftp.sunet.se/pub/Linux/kernels/people/jsipek/guilt/guilt-${PV}.tar.gz\

If I understand that correctly, you should define `KERNELORG_MIRROR` to
something else in your `local.conf` until kernel.org is back hosting
these archives. Otherwise all mirrors need to be changed. Maybe this
variable could be also redefined to some other mirror and later we will
revert that commit when kernel.org is back up.

 file://guilt-push.patch \
  file://guilt-pop.patch \
  file://guilt.patch \


Thanks,

Paul



signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][V2 1/2] imagemagick: fix QA warnings for unshipped files

2011-11-01 Thread Andreas Müller
on build we receive tons of warnings like

WARNING: For recipe imagemagick, the following files were installed but not 
shipped in any package:
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-solaris.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/locale.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/english.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-windows.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/type-ghostscript.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/delegates.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/configure.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/config/francais.xml
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.a
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.la
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.so
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/.debug/analyze.so
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/histogram.la
WARNING:   /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/ycbcr.a
...

Signed-off-by: Andreas Müller schnitzelt...@gmx.de
---
 .../imagemagick/imagemagick_6.4.4.bb   |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb 
b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
index c38c644..dd84cb2 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892
 # FIXME: There is much more checked libraries. All should be added or 
explicitly disabled to get consistent results.
 DEPENDS = lcms bzip2 jpeg libpng librsvg tiff zlib
 
-PR = r8
+PR = r9
 
 PATCHSET = 1
 SRC_URI = 
ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
@@ -20,14 +20,14 @@ inherit autotools binconfig pkgconfig
 
 EXTRA_OECONF = --program-prefix= --without-x --without-freetype 
--without-perl --disable-openmp
 
-FILES_${PN} += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.so \
-${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.la \
-${libdir}/ImageMagick-${IMVER}/config/ \
-${datadir}/ImageMagick-${IMVER}
+FILES_${PN} += ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \
+${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \
+${libdir}/ImageMagick-${PV}/config/ \
+${datadir}/ImageMagick-${PV}
 
-FILES_${PN}-dev += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.a
+FILES_${PN}-dev += ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.a
 
-FILES_${PN}-dbg += ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/.debug/*
+FILES_${PN}-dbg += ${libdir}/ImageMagick-${PV}/modules-Q16/*/.debug/*
 
 BBCLASSEXTEND = native
 
-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][V2 0/2] Fix QA warnings for unpacked files

2011-11-01 Thread Andreas Müller
v1 - v2:
* Combine two patches [1]/[2] into a patch series
* imagemagick: change commit message
* mime.bbclass: was gnome-control-center: fix unshipped packages

Andreas Müller (2):
  imagemagick: fix QA warnings for unshipped files
  mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF

 meta-oe/classes/mime.bbclass   |2 ++
 .../imagemagick/imagemagick_6.4.4.bb   |   14 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][V2 2/2] mime.bbclass: Add --disable-update-mimedb to EXTRA_OECONF

2011-11-01 Thread Andreas Müller
keep recipes from building files not intended to pack and causing QA warnings 
[1]

[1] 
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/035954.html

Signed-off-by: Andreas Müller schnitzelt...@gmx.de
---
 meta-oe/classes/mime.bbclass |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/classes/mime.bbclass b/meta-oe/classes/mime.bbclass
index b9cdd7b..d73c2cb 100644
--- a/meta-oe/classes/mime.bbclass
+++ b/meta-oe/classes/mime.bbclass
@@ -1,5 +1,7 @@
 DEPENDS += shared-mime-info-native shared-mime-info
 
+EXTRA_OECONF += --disable-update-mimedb
+
 mime_postinst() {
 if [ $1 = configure ]; then
if [ -x ${bindir}/update-mime-database ] ; then
-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel