[oe] [meta-java][PATCH] llvm-config: Work around shebang max length issue

2012-01-30 Thread Thilo Fromm
This patch works around a max shebang length issue in llvm's llvm-config. llvm-config is a perl script. meta-java configures the llvm sources to use OE's perl which might reside in a path longer than 127 chars. llvm's perl script will then have a shebang line longer than 127 characters. This will

[oe] [PATCH][meta-java] llvm-config: Work around shebang max length issue

2012-01-30 Thread Thilo Fromm
This patch works around a max shebang length issue in llvm's llvm-config. llvm-config is a perl script. meta-java configures the llvm sources to use OE's perl which might reside in a path longer than 127 chars. llvm's perl script will then have a shebang line longer than 12

[oe] [meta-oe][PATCH] libsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUM

2012-01-30 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../libsdl-ttf/libsdl-ttf_2.0.10.bb|4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb index 61b7521..ce4e316

Re: [oe] [meta-java][PATCH] llvm-config: Work around shebang max length issue

2012-01-30 Thread Thilo Fromm
Hello *.*, > This patch works around a max shebang length issue > in llvm's llvm-config. > Sorry guys, I garbled the patch in the first submission. I already changed the first submission's patch state to "not applicable" in patchwork and resent it. Just want to make sure no one tries to apply my

[oe] xterm-recipe has erros in do_configure

2012-01-30 Thread Rainer Koenig
When trying to bitbake the xterm_277 recipe from scratch (empty build direcotry) I get errors form the do_qa_configure skript that says: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Probably one of those lines fro

[oe] [PATCH] udev: add 180

2012-01-30 Thread Koen Kooi
* 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Runtime tested on beagleboard/angstrom Signed-

[oe] [meta-oe][PATCH v2] udev: add 180

2012-01-30 Thread Koen Kooi
* 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Runtime tested on beagleboard/angstrom Signed-

[oe] [meta-oe] udev rollcall

2012-01-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, We currently have udev 173 and 175 in meta-oe and I just sent a patch to add 180. To keep the number of udev recipes sane I'd like to ask people using udev from meta-oe to state which version they are using and if they want to keep it. regards,

[oe] [PATCH] update iperf version

2012-01-30 Thread Baransi, Moosa
Hi, Please consider this patch which updates the iPerf to version 2.0.5 Regards, Moosa Baransi 0001-update-iperf-version.patch Description: 0001-update-iperf-version.patch ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org h

Re: [oe] [meta-oe] udev rollcall

2012-01-30 Thread Martin Jansa
On Mon, Jan 30, 2012 at 03:19:19PM +0100, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > We currently have udev 173 and 175 in meta-oe and I just sent a patch to add > 180. To keep the number of udev recipes sane I'd like to ask people using > udev from meta-oe to

[oe] [meta-oe][PATCH] udev-180: switch from git checkout to release tarball

2012-01-30 Thread Martin Jansa
* problem is with manpage generation, commit http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37 assumes that even without xstltproc we can install pregenerated manpages, but they are only in release tarball (e.g. src/udev.7) and without them

Re: [oe] [meta-oe] udev rollcall

2012-01-30 Thread Otavio Salvador
On Mon, Jan 30, 2012 at 12:19, Koen Kooi wrote: > We currently have udev 173 and 175 in meta-oe and I just sent a patch to > add > 180. To keep the number of udev recipes sane I'd like to ask people using > udev from meta-oe to state which version they are using and if they want to > keep it. >

Re: [oe] [meta-oe] udisks: add sytemd to DEPENDS

2012-01-30 Thread Peter Bigot
On Wed, Jan 11, 2012 at 4:30 PM, Andreas Müller wrote: > On Monday, January 09, 2012 12:29:47 PM Otavio Salvador wrote: >> On Mon, Jan 9, 2012 at 07:38, Koen Kooi wrote: >> > I'm not sure this is the right solution, but I'll take the patch if >> > someone doesn't come up with a better way to solv

[oe] [meta-oe][PATCH 1/3] gnome-bluetooth: Depend on virtual/libx11, not libx11.

2012-01-30 Thread Peter Tworek
Signed-off-by: Peter Tworek --- .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb ind

[oe] [meta-oe][PATCH 2/3] obexd: update to 0.44

2012-01-30 Thread Peter Tworek
* build tested from scratch * run tested on netbookpro Signed-off-by: Peter Tworek --- meta-oe/recipes-connectivity/obex/obexd_0.41.bb | 14 -- meta-oe/recipes-connectivity/obex/obexd_0.44.bb | 14 ++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100

[oe] [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.

2012-01-30 Thread Peter Tworek
Without it postinst script for libpurple fails when gconf is not installed: //var/lib/opkg/info/libpurple.postinst: line 8: gconftool-2: command not found Signed-off-by: Peter Tworek --- meta-oe/recipes-support/pidgin/pidgin.inc |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

Re: [oe] [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.

2012-01-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-01-12 20:47, Peter Tworek schreef: > Without it postinst script for libpurple fails when gconf is not > installed: //var/lib/opkg/info/libpurple.postinst: line 8: gconftool-2: > command not found Why is gconf.bbclass failing to do that? -BEG

Re: [oe] [meta-oe][PATCH v2] udev: add 180

2012-01-30 Thread Koen Kooi
Op 30 jan. 2012, om 18:21 heeft Khem Raj het volgende geschreven: > On Mon, Jan 30, 2012 at 6:16 AM, Koen Kooi wrote: >> * 'blkid' isn't needed anymore, since 176 udev links against libblkid >> * 'modprobe' and 'depmod' aren't needed anymore, udev now links against >> libkmod >> * The entire so

[oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Peter Tworek
Run tested on netbookpro. Signed-off-by: Peter Tworek --- .../recipes-apps/xarchiver/xarchiver_0.5.2.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb diff --git a/meta-xfce/recipes-apps/xar

Re: [oe] [meta-oe][PATCH 2/3] obexd: update to 0.44

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 11:47 AM, Peter Tworek wrote: > +DESCRIPTION = "OBEX Server and Client" As an aside I guess it would be worth to separate out client and server into separate output packages in this recipe ___ Openembedded-devel mailing list Ope

Re: [oe] [meta-oe][PATCH 3/3] pidgin: Add gconf to RDEPENDS for libpurple.

2012-01-30 Thread Peter Tworek
On 01/30/2012 09:00 PM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30-01-12 20:47, Peter Tworek schreef: Without it postinst script for libpurple fails when gconf is not installed: //var/lib/opkg/info/libpurple.postinst: line 8: gconftool-2: command not found Why is gcon

Re: [oe] [meta-oe][PATCH v2] udev: add 180

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 6:16 AM, Koen Kooi wrote: > * 'blkid' isn't needed anymore, since 176 udev links against libblkid > * 'modprobe' and 'depmod' aren't needed anymore, udev now links against > libkmod > * The entire source including the license files were re-indented hence the > LIC_FILES_C

[oe] [meta-oe][PATCH v2] obexd: update to 0.44 and put obex-client into separate package.

2012-01-30 Thread Peter Tworek
Signed-off-by: Peter Tworek --- meta-oe/recipes-connectivity/obex/obexd_0.41.bb | 14 -- meta-oe/recipes-connectivity/obex/obexd_0.44.bb | 17 + 2 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/obex/obexd_0.41.bb

Re: [oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Andreas Müller
On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek wrote: > Run tested on netbookpro. > > Signed-off-by: Peter Tworek > --- >  .../recipes-apps/xarchiver/xarchiver_0.5.2.bb      |   16 >  1 files changed, 16 insertions(+), 0 deletions(-) >  create mode 100644 meta-xfce/recipes-apps/xa

[oe] [meta-gnome][PATCH] libgsf: remove empty, unused packages.

2012-01-30 Thread Peter Tworek
Current version of libgsf recipe passes both --without-gnome-vfs and --without-bonobo to configure. Because of this libgsf-gnome & libgsf-gnome-dev are empty. Signed-off-by: Peter Tworek --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb |7 ++- 1 files changed, 2 insertions(+), 5 del

Re: [oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Peter Tworek
On 01/30/2012 10:45 PM, Andreas Müller wrote: On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek wrote: Run tested on netbookpro. Signed-off-by: Peter Tworek --- .../recipes-apps/xarchiver/xarchiver_0.5.2.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) create

Re: [oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 2:00 PM, Peter Tworek wrote: > On 01/30/2012 10:45 PM, Andreas Müller wrote: >> >> On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek  wrote: >>> >>> Run tested on netbookpro. >>> >>> Signed-off-by: Peter Tworek >>> --- >>>  .../recipes-apps/xarchiver/xarchiver_0.5.2.bb      |  

Re: [oe] [meta-oe][PATCH v2] obexd: update to 0.44 and put obex-client into separate package.

2012-01-30 Thread Khem Raj
thanks for doing it. On Mon, Jan 30, 2012 at 1:41 PM, Peter Tworek wrote: > Signed-off-by: Peter Tworek > --- >  meta-oe/recipes-connectivity/obex/obexd_0.41.bb |   14 -- >  meta-oe/recipes-connectivity/obex/obexd_0.44.bb |   17 + >  2 files changed, 17 insertions(+),

Re: [oe] [oe-classic] schroedinger build failure

2012-01-30 Thread Ulf Samuelsson
2012-01-06 01:55, Andrea Adami skrev: Hint for the developers still using the org.openembedded.dev repository (oe-classic): i bump this old thread because apparently the issue is not fixed and the build of schroedinger fails as reported on #oe by new guests. http://lists.linuxtogo.org/pipermail/

[oe] [PATCH 1/2] schroedinger: Bump version to 1.0.11

2012-01-30 Thread ulf
From: Ulf Samuelsson schroedinger depends on orc (Oil Runtime Compiler) With the current version of schroedinger (1.0.9) orc must have revision 0.4.11 or earlier. As of 0.4.12, a stdint.h header is removed, breaking the schroedinger build, and thus oe-classic which is now using orc-0.4.16 as defa

[oe] [PATCH 2/2] fakeroot(-native)_1.18.2.bb: Bump version

2012-01-30 Thread ulf
From: Ulf Samuelsson Earlier fakeroot recipes are not longer available at the download source. Upgrade to latest version. Signed-off-by: Ulf Samuelsson --- .../fakeroot-1.18.2/0001-quiet-getopt-check.patch | 30 .../fakeroot/fakeroot-1.18.2/0002-fix-prefix.patch | 30

Re: [oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Andreas Müller
On Tue, Jan 31, 2012 at 1:42 AM, Andreas Müller wrote: > On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek wrote: > >> +RRECOMMENDS = "lzop zip" > This should be RRECOMMENDS_${PN} > > Just had a run test. If I open a tar.bz2 file, the contents remain > empty. For test I installed tar on my machine an

Re: [oe] [meta-xfce][PATCH] Add recipe for xarchiver 0.5.2.

2012-01-30 Thread Andreas Müller
On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek wrote: > +RRECOMMENDS = "lzop zip" This should be RRECOMMENDS_${PN} Just had a run test. If I open a tar.bz2 file, the contents remain empty. For test I installed tar on my machine and it works fine then. Can you add 'tar' ( or is there somebody with

Re: [oe] [oe-classic] schroedinger build failure

2012-01-30 Thread Ulf Samuelsson
2012-01-31 00:05, Ulf Samuelsson skrev: 2012-01-06 01:55, Andrea Adami skrev: Hint for the developers still using the org.openembedded.dev repository (oe-classic): i bump this old thread because apparently the issue is not fixed and the build of schroedinger fails as reported on #oe by new guest

Re: [oe] [oe-classic] schroedinger build failure

2012-01-30 Thread Philip Balister
On 01/30/2012 06:59 PM, Ulf Samuelsson wrote: > 2012-01-31 00:05, Ulf Samuelsson skrev: >> 2012-01-06 01:55, Andrea Adami skrev: >>> Hint for the developers still using the org.openembedded.dev >>> repository (oe-classic): i bump this old thread because apparently the >>> issue is not fixed and the