Re: [oe] [PATCH v3][meta-oe] vlc: rework dependencies

2011-12-20 Thread Sylvain Paré
sorry I checked at the wrong place..
thank you for applying.
Regards,
Sylvain

2011/12/20 Sylvain Paré 

> I am not skilled for further discution about that.
> But does my patch is ok otherwise ?
>
>
> 2011/12/20 Koen Kooi 
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Op 20-12-11 12:01, Sylvain 'GarthPS' Paré schreef:
>> > * 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 ?
>>
>> ENTERPRISE_DISTRO tries to guard against these things:
>>
>> 1) patent problems (e.g. GPLv3 patent clause)
>> 2) 'security' (e.g. GPLv3 Tivo clause)
>> 3) royalties for codecs (e.g. MPEG-LA)
>>
>> Sometimes you get big parts of 3 included in the silicon price,so I'm not
>> sure how usefull it is to put only MPEG-LA things in ENTERPRISE_DISTRO,
>> maybe we need a different variable for that.
>>
>> regards,
>>
>> Koen
>>
>> >
>> > Signed-off-by: Sylvain 'GarthPS' Paré  ---
>> > meta-oe/recipes-multimedia/vlc/vlc.inc   |5 ++---
>> > meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb |2 ++ 2 files
>> changed, 4
>> > insertions(+), 3 deletions(-)
>> >
>> > diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc
>> > b/meta-oe/recipes-multimedia/vlc/vlc.inc index aecfb3a..7353f90 100644
>> > --- a/meta-oe/recipes-multimedia/vlc/vlc.inc +++
>> > b/meta-oe/recipes-multimedia/vlc/vlc.inc @@ -3,9 +3,8 @@ HOMEPAGE =
>> > "http://www.videolan.org"; LICENSE = "GPLv2" SECTION = "multimedia"
>> >
>> > -DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl
>> > qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ -" -#
>> > ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag
>> > liba52 mpeg2dec', d)}" +DEPENDS = "libfribidi libtool libgcrypt
>> > gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor
>> > faad2 ffmpeg flac libxpm \ +
>> > ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag
>> > liba52 mpeg2dec', d)}"
>> >
>> > SRC_URI =
>> > "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2";
>> >
>> > diff --git a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb
>> > b/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb index fb69e05..9f53159
>> > 100644 --- a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb +++
>> > b/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb @@ -5,6 +5,8 @@
>> > LIC_FILES_CHKSUM = "file://COPYING;md5=ed7e492ee44e70125a5d42e118354a13"
>> >
>> > require vlc.inc
>> >
>> > +PR = "r1" + # work around build failure EXTRA_OECONF += "
>> > --enable-libxml2=no"
>> >
>>
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.11 (Darwin)
>> Comment: GPGTools - http://gpgtools.org
>>
>> iEYEARECAAYFAk7wikIACgkQMkyGM64RGpGs2wCgjvwnSaMyqYyPvVfX729PhKFl
>> EQUAoI1GgigRW8YbPItLcG0irfcQLGpU
>> =eiUh
>> -END PGP SIGNATURE-
>>
>>
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH v3][meta-oe] vlc: rework dependencies

2011-12-20 Thread Sylvain Paré
I am not skilled for further discution about that.
But does my patch is ok otherwise ?

2011/12/20 Koen Kooi 

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Op 20-12-11 12:01, Sylvain 'GarthPS' Paré schreef:
> > * 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 ?
>
> ENTERPRISE_DISTRO tries to guard against these things:
>
> 1) patent problems (e.g. GPLv3 patent clause)
> 2) 'security' (e.g. GPLv3 Tivo clause)
> 3) royalties for codecs (e.g. MPEG-LA)
>
> Sometimes you get big parts of 3 included in the silicon price,so I'm not
> sure how usefull it is to put only MPEG-LA things in ENTERPRISE_DISTRO,
> maybe we need a different variable for that.
>
> regards,
>
> Koen
>
> >
> > Signed-off-by: Sylvain 'GarthPS' Paré  ---
> > meta-oe/recipes-multimedia/vlc/vlc.inc   |5 ++---
> > meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb |2 ++ 2 files changed,
> 4
> > insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc
> > b/meta-oe/recipes-multimedia/vlc/vlc.inc index aecfb3a..7353f90 100644
> > --- a/meta-oe/recipes-multimedia/vlc/vlc.inc +++
> > b/meta-oe/recipes-multimedia/vlc/vlc.inc @@ -3,9 +3,8 @@ HOMEPAGE =
> > "http://www.videolan.org"; LICENSE = "GPLv2" SECTION = "multimedia"
> >
> > -DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl
> > qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ -" -#
> > ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag
> > liba52 mpeg2dec', d)}" +DEPENDS = "libfribidi libtool libgcrypt
> > gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor
> > faad2 ffmpeg flac libxpm \ +
> > ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag
> > liba52 mpeg2dec', d)}"
> >
> > SRC_URI =
> > "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2";
> >
> > diff --git a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb
> > b/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb index fb69e05..9f53159
> > 100644 --- a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb +++
> > b/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb @@ -5,6 +5,8 @@
> > LIC_FILES_CHKSUM = "file://COPYING;md5=ed7e492ee44e70125a5d42e118354a13"
> >
> > require vlc.inc
> >
> > +PR = "r1" + # work around build failure EXTRA_OECONF += "
> > --enable-libxml2=no"
> >
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iEYEARECAAYFAk7wikIACgkQMkyGM64RGpGs2wCgjvwnSaMyqYyPvVfX729PhKFl
> EQUAoI1GgigRW8YbPItLcG0irfcQLGpU
> =eiUh
> -END PGP SIGNATURE-
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH v2][meta-oe] vlc: rework dependencies and removed ENTERPRISE_DISTRO as it should be covered by COMMERCIAL_LICENSE now

2011-12-20 Thread Sylvain Paré
My bad, I did not get the point from Martin Jansa.
I will send a new patch

2011/12/20 Sylvain 'GarthPS' Paré 

>  * re-adds dropped depends as they are available now
>  * removes ENTERPRISE_DISTRO as sugested by Martin Jansa
>  * and adds libxpm as dependency as current vlc's config depends on it.
>  * bumps PR
>
> Signed-off-by: Sylvain 'GarthPS' Paré 
> ---
>  meta-oe/recipes-multimedia/vlc/vlc.inc   |3 +--
>  meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb |2 ++
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc
> b/meta-oe/recipes-multimedia/vlc/vlc.inc
> index aecfb3a..c431f69 100644
> --- a/meta-oe/recipes-multimedia/vlc/vlc.inc
> +++ b/meta-oe/recipes-multimedia/vlc/vlc.inc
> @@ -4,8 +4,7 @@ LICENSE = "GPLv2"
>  SECTION = "multimedia"
>
>  DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl
> qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
> -"
> -#   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad
> libid3tag liba52 mpeg2dec', d)}"
> +   libmad libid3tag liba52 mpeg2dec libxpm"
>
>  SRC_URI = "
> http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2";
>
> diff --git 
> a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bbb/meta-oe/recipes-multimedia/vlc/
> vlc_1.1.11.bb
> index fb69e05..9f53159 100644
> --- a/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb
> +++ b/meta-oe/recipes-multimedia/vlc/vlc_1.1.11.bb
> @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=ed7e492ee44e70125a5d42e118354a13"
>
>  require vlc.inc
>
> +PR = "r1"
> +
>  # work around build failure
>  EXTRA_OECONF += " --enable-libxml2=no"
>
> --
> 1.7.5.4
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH v2] binutils: update to 2.21.1a

2011-09-07 Thread Sylvain Paré
Dear Paul,

Yes the old patch did not work anymore so I took the one form oe-core . did
not wanted to waste my time more.
Then yes sorry for the build error :
I did a last moment change to 2.21.1a which breaks my current patch..
so I apologize for my numerous mistakes here.. I hope I will not learn for
my mistakes too much in the future.
I have sent a new version (V3 10minutes ago) this one should be fine despite
this copy/pasted patch.
Thank you again for your patience.

Regards,

Sylvain

2011/9/7 Paul Menzel 

> Dear Sylvain,
>
>
> Am Mittwoch, den 07.09.2011, 10:59 +0200 schrieb Sylvain 'GarthPS' Paré:
> > I did finally a complet rework of my patch. It will be the last one as I
> should better work
> > on new oe than on old one.
>
> this text is not suitable for a commit message.
>
> > This patch use an ugly copy/past of libtool-2.4-update.patch from oe-core
> to overwrite it but it worked here.
> > For thos interested.
>
> Why is that necessary? Did the old one not work?
>
> > Signed-off-by: Sylvain 'GarthPS' Paré 
> > ---
> >  conf/distro/include/sane-toolchain.inc |2 +-
> >  .../110-arm-eabi-conf.patch|0
> >  .../binutils-2.16.1-e300c2c3.patch |0
> >  ...tils-2.16.91.0.6-objcopy-rename-errorcode.patch |0
> >  .../binutils-2.19.1-ld-sysroot.patch   |0
> >  .../binutils-arm-pr7093.patch  |0
> >  .../binutils-uclibc-100-uclibc-conf.patch  |0
> >  ...binutils-uclibc-300-001_ld_makefile_patch.patch |0
> >  ...binutils-uclibc-300-006_better_file_error.patch |0
> >  ...ils-uclibc-300-012_check_ldrunpath_length.patch |0
> >  .../binutils-uclibc-gas-needs-libm.patch   |0
> >  .../fix-clone-conflicts.patch  |0
> >  .../binutils-2.21.1a/libtool-2.4-update.patch  |18730
> +++
> >  .../binutils-2.21/libtool-2.4-update.patch |18731
> 
> >  ...s-sdk_2.21.bb => binutils-cross-sdk_2.21.1a.bb} |0
> >  ...ils-cross_2.21.bb => binutils-cross_2.21.1a.bb} |0
> >  recipes/binutils/binutils_2.21.1a.bb   |   21 +
> >  recipes/binutils/binutils_2.21.bb  |   21 -
> >  18 files changed, 18752 insertions(+), 18753 deletions(-)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/110-arm-eabi-conf.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-2.16.1-e300c2c3.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-2.16.91.0.6-objcopy-rename-errorcode.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-2.19.1-ld-sysroot.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-arm-pr7093.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-uclibc-100-uclibc-conf.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-uclibc-300-001_ld_makefile_patch.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-uclibc-300-006_better_file_error.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-uclibc-300-012_check_ldrunpath_length.patch
> (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/binutils-uclibc-gas-needs-libm.patch (100%)
> >  rename recipes/binutils/{binutils-2.21 =>
> binutils-2.21.1a}/fix-clone-conflicts.patch (100%)
> >  create mode 100644
> recipes/binutils/binutils-2.21.1a/libtool-2.4-update.patch
> >  delete mode 100644
> recipes/binutils/binutils-2.21/libtool-2.4-update.patch
> >  rename recipes/binutils/{binutils-cross-sdk_2.21.bb =>
> binutils-cross-sdk_2.21.1a.bb} (100%)
> >  rename recipes/binutils/{binutils-cross_2.21.bb =>
> binutils-cross_2.21.1a.bb} (100%)
> >  create mode 100644 recipes/binutils/binutils_2.21.1a.bb
> >  delete mode 100644 recipes/binutils/binutils_2.21.bb
>
> […]
>
> Anyway, the build fails with your patch.
>
>NOTE: package binutils-cross-2.21.1a-r14.3: task do_patch: Started
>ERROR: Execution of 'quilt
> --quiltrc=/oe/build-minimal-eglibc/minimal-dev/sysroots/i686-linux/usr/bin/quiltrc
> push' failed with exit code 1:
>Applying patch binutils-uclibc-100-uclibc-conf.patch
>patching file configure
>Hunk #1 FAILED at 2206.
>Hunk #2 FAILED at 2504.
>2 out of 2 hunks FAILED -- rejects in file configure
>patching file gprof/configure
>Hunk #1 FAILED at 4124.
>1 out of 1 hunk FAILED -- rejects in file gprof/configure
>Patch binutils-uclibc-100-uclibc-conf.patch does not apply (enforce
> with -f)
>
> NOTE: package binutils-cross-2.21.1a-r14.3: task patch_do_patch: Failed
> ERROR: Function 'patch_do_patch' failed
>
>
> Thanks,
>
> Paul
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openemb

Re: [oe] [PATCH] binutils_2.21: recipes updates to new version 2.21.1

2011-09-07 Thread Sylvain Paré
Hi JaMa,

yes right thank you! (I could figured it out myself.. :/. to early for me)

Sylvain

2011/9/7 Martin Jansa 

> On Wed, Sep 07, 2011 at 09:15:52AM +0200, Sylvain Paré wrote:
> > Hi Paul,
> >
> > There is a mistake in my last patch.
> > As I changed the version of binutils ( + '.1') then patches are not good
> > fetched, they are looked for in files/ and not in binutils-2.21/
> > What is the best way to fix this ?
> > copy binutils-2.21/ into binutils-2.21.1/ with all its patches or update
> the
> > binutils-2.21.1.bb recipe to point to binutils-2.21/ ?
> >
> > I will then push propose a new version of my patch.
>
> git mv binutils-2.21 binutils-2.21.1
> as no recipe using binutils-2.21 directory is left
>
> don't forget to update preferred version in sane-toolchain.inc as I said
> yesterday on IRC
>
> Regards,
>
> > Thanks.
> > regards,
> >
> > Sylvain
> >
> >
> > 2011/9/6 Sylvain Paré 
> >
> > > Paul,
> > > I had already resent my patch with proper -M -C option.
> > > Sorry for the noise. It is missing the v2 thing. is it ok?
> > > Thanks again. and next I hope it will be good from the start.
> > > Greetings,
> > > Sylvain
> > >
> > >
> > >
> > > 2011/9/6 Paul Menzel 
> > >
> > >> Am Dienstag, den 06.09.2011, 12:22 +0200 schrieb Sylvain Paré:
> > >>
> > >> > thank you. I was just seing these *@# line breaks..
> > >> > So yes I will use git-send.
> > >> >
> > >> > So about my patch I re-send a new one right?
> > >>
> > >> Yeah, fix the commit message with `git commit -s --amend` or `git
> rebase
> > >> -i …`, create a new file with
> > >>
> > >>git format-patch -s -1 -M -M -C -C -C --subject-prefix="PATCH
> > >>v2"
> > >>
> > >> and use `git send-email …`.
> > >>
> > >>
> > >> Thanks,
> > >>
> > >> Paul
> > >>
> > >>
> > >> [1]
> > >>
> http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded
> > >>
> > >> ___
> > >> Openembedded-devel mailing list
> > >> Openembedded-devel@lists.openembedded.org
> > >>
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> > >>
> > >>
> > >
> > ___
> > 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
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] binutils_2.21: recipes updates to new version 2.21.1

2011-09-07 Thread Sylvain Paré
Hi Paul,

There is a mistake in my last patch.
As I changed the version of binutils ( + '.1') then patches are not good
fetched, they are looked for in files/ and not in binutils-2.21/
What is the best way to fix this ?
copy binutils-2.21/ into binutils-2.21.1/ with all its patches or update the
binutils-2.21.1.bb recipe to point to binutils-2.21/ ?

I will then push propose a new version of my patch.
Thanks.
regards,

Sylvain


2011/9/6 Sylvain Paré 

> Paul,
> I had already resent my patch with proper -M -C option.
> Sorry for the noise. It is missing the v2 thing. is it ok?
> Thanks again. and next I hope it will be good from the start.
> Greetings,
> Sylvain
>
>
>
> 2011/9/6 Paul Menzel 
>
>> Am Dienstag, den 06.09.2011, 12:22 +0200 schrieb Sylvain Paré:
>>
>> > thank you. I was just seing these *@# line breaks..
>> > So yes I will use git-send.
>> >
>> > So about my patch I re-send a new one right?
>>
>> Yeah, fix the commit message with `git commit -s --amend` or `git rebase
>> -i …`, create a new file with
>>
>>git format-patch -s -1 -M -M -C -C -C --subject-prefix="PATCH
>>v2"
>>
>> and use `git send-email …`.
>>
>>
>> Thanks,
>>
>> Paul
>>
>>
>> [1]
>> http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded
>>
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] binutils_2.21: recipes updates to new version 2.21.1

2011-09-06 Thread Sylvain Paré
Paul,
I had already resent my patch with proper -M -C option.
Sorry for the noise. It is missing the v2 thing. is it ok?
Thanks again. and next I hope it will be good from the start.
Greetings,
Sylvain



2011/9/6 Paul Menzel 

> Am Dienstag, den 06.09.2011, 12:22 +0200 schrieb Sylvain Paré:
>
> > thank you. I was just seing these *@# line breaks..
> > So yes I will use git-send.
> >
> > So about my patch I re-send a new one right?
>
> Yeah, fix the commit message with `git commit -s --amend` or `git rebase
> -i …`, create a new file with
>
>git format-patch -s -1 -M -M -C -C -C --subject-prefix="PATCH
>v2"
>
> and use `git send-email …`.
>
>
> Thanks,
>
> Paul
>
>
> [1]
> http://openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] binutils_2.21: recipes updates to new version 2.21.1

2011-09-06 Thread Sylvain Paré
Dear Paul,

thank you. I was just seing these *@# line breaks..
So yes I will use git-send.

So about my patch I re-send a new one right?

Sylvain

2011/9/6 Paul Menzel 

> Dear Sylvain,
>
>
> thank you for your patch.
>
> Am Dienstag, den 06.09.2011, 11:58 +0200 schrieb Sylvain Paré:
>
> 1. Please use
>
>binutils*: Update to version 2.21.1
>
> as the commit summary. It is clear that a recipe is updated because of
> the prefix with the recipe name.
>
> > Signed-off-by: Sylvain 'GarthPS' Paré 
>
> 2. Unfortunately Google Mail mangled your patch again by adding line
> breaks. Please use `git send-email …` or a “better” mail program/MUA to
> fix this.
>
> > ---
> >  recipes/binutils/binutils-cross-sdk_2.21.1.bb |2 ++
> >  recipes/binutils/binutils-cross-sdk_2.21.bb   |2 --
> >  recipes/binutils/binutils-cross_2.21.1.bb |2 ++
> >  recipes/binutils/binutils-cross_2.21.bb   |2 --
> >  recipes/binutils/binutils_2.21.1.bb   |   21
> +
> >  recipes/binutils/binutils_2.21.bb |   21
> -
> >  6 files changed, 25 insertions(+), 25 deletions(-)
> >  create mode 100644 recipes/binutils/binutils-cross-sdk_2.21.1.bb
> >  delete mode 100644 recipes/binutils/binutils-cross-sdk_2.21.bb
> >  create mode 100644 recipes/binutils/binutils-cross_2.21.1.bb
> >  delete mode 100644 recipes/binutils/binutils-cross_2.21.bb
> >  create mode 100644 recipes/binutils/binutils_2.21.1.bb
> >  delete mode 100644 recipes/binutils/binutils_2.21.bb
>
> […]
>
> 3. Please use `git format-patch -M -M -C -C -C …` (I do not know if you
> need to duplicate the option) to create patches when you move something.
> The shown differences will be smaller and this is easier to review.
>
>
> Thanks,
>
> Paul
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] binutils_2.21: recipes updates to new version 2.21.1

2011-09-06 Thread Sylvain Paré
Signed-off-by: Sylvain 'GarthPS' Paré 
---
 recipes/binutils/binutils-cross-sdk_2.21.1.bb |2 ++
 recipes/binutils/binutils-cross-sdk_2.21.bb   |2 --
 recipes/binutils/binutils-cross_2.21.1.bb |2 ++
 recipes/binutils/binutils-cross_2.21.bb   |2 --
 recipes/binutils/binutils_2.21.1.bb   |   21 +
 recipes/binutils/binutils_2.21.bb |   21 -
 6 files changed, 25 insertions(+), 25 deletions(-)
 create mode 100644 recipes/binutils/binutils-cross-sdk_2.21.1.bb
 delete mode 100644 recipes/binutils/binutils-cross-sdk_2.21.bb
 create mode 100644 recipes/binutils/binutils-cross_2.21.1.bb
 delete mode 100644 recipes/binutils/binutils-cross_2.21.bb
 create mode 100644 recipes/binutils/binutils_2.21.1.bb
 delete mode 100644 recipes/binutils/binutils_2.21.bb

diff --git a/recipes/binutils/binutils-cross-sdk_2.21.1.bbb/recipes/binutils/
binutils-cross-sdk_2.21.1.bb
new file mode 100644
index 000..f509566
--- /dev/null
+++ b/recipes/binutils/binutils-cross-sdk_2.21.1.bb
@@ -0,0 +1,2 @@
+require binutils_${PV}.bb
+require binutils-cross-sdk.inc
diff --git a/recipes/binutils/binutils-cross-sdk_2.21.bb b/recipes/binutils/
binutils-cross-sdk_2.21.bb
deleted file mode 100644
index f509566..000
--- a/recipes/binutils/binutils-cross-sdk_2.21.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require binutils_${PV}.bb
-require binutils-cross-sdk.inc
diff --git a/recipes/binutils/binutils-cross_2.21.1.bb b/recipes/binutils/
binutils-cross_2.21.1.bb
new file mode 100644
index 000..01d99db
--- /dev/null
+++ b/recipes/binutils/binutils-cross_2.21.1.bb
@@ -0,0 +1,2 @@
+require binutils_${PV}.bb
+require binutils-cross.inc
diff --git a/recipes/binutils/binutils-cross_2.21.bb b/recipes/binutils/
binutils-cross_2.21.bb
deleted file mode 100644
index 01d99db..000
--- a/recipes/binutils/binutils-cross_2.21.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require binutils_${PV}.bb
-require binutils-cross.inc
diff --git a/recipes/binutils/binutils_2.21.1.bb b/recipes/binutils/
binutils_2.21.1.bb
new file mode 100644
index 000..88c33d1
--- /dev/null
+++ b/recipes/binutils/binutils_2.21.1.bb
@@ -0,0 +1,21 @@
+require binutils.inc
+PR = "${INC_PR}.3"
+LICENSE = "GPLv3"
+
+SRC_URI = "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
+ file://binutils-uclibc-100-uclibc-conf.patch \
+ file://110-arm-eabi-conf.patch \
+ file://binutils-uclibc-300-001_ld_makefile_patch.patch \
+ file://binutils-uclibc-300-006_better_file_error.patch \
+ file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
+ file://binutils-uclibc-gas-needs-libm.patch \
+ file://fix-clone-conflicts.patch \
+
${@['','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT',
d, 1) == 'yes']} \
+ file://binutils-2.19.1-ld-sysroot.patch \
+ "
+SRC_URI[md5sum] = "bde820eac53fa3a8d8696667418557ad"
+SRC_URI[sha256sum] =
"cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654"
+
+FILES_${PN}-symlinks += "${bindir}/elfedit"
+# When we enable gold this might need to be make conditional
+FILES_${PN}-symlinks += "${bindir}/ld.bfd"
diff --git a/recipes/binutils/binutils_2.21.bb b/recipes/binutils/
binutils_2.21.bb
deleted file mode 100644
index df044aa..000
--- a/recipes/binutils/binutils_2.21.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require binutils.inc
-PR = "${INC_PR}.3"
-LICENSE = "GPLv3"
-
-SRC_URI = "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
- file://binutils-uclibc-100-uclibc-conf.patch \
- file://110-arm-eabi-conf.patch \
- file://binutils-uclibc-300-001_ld_makefile_patch.patch \
- file://binutils-uclibc-300-006_better_file_error.patch \
- file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
- file://binutils-uclibc-gas-needs-libm.patch \
- file://fix-clone-conflicts.patch \
-
${@['','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT',
d, 1) == 'yes']} \
- file://binutils-2.19.1-ld-sysroot.patch \
- "
-SRC_URI[md5sum] = "c84c5acc9d266f1a7044b51c85a823f5"
-SRC_URI[sha256sum] =
"60abec5bf448eb930a5a15acb8712612377dc8bcfb13dfd5131228f70561d0c7"
-
-FILES_${PN}-symlinks += "${bindir}/elfedit"
-# When we enable gold this might need to be make conditional
-FILES_${PN}-symlinks += "${bindir}/ld.bfd"
-- 
1.7.4.1
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] initscripts-shr: add a palmpre specific umountfs script

2011-09-05 Thread Sylvain Paré
Signed-off-by: Sylvain 'GarthPS' Paré 
---
 recipes/shr/initscripts-shr/palmpre/umountfs |   14 ++
 recipes/shr/initscripts-shr_0.0.1.bb |2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
 create mode 100644 recipes/shr/initscripts-shr/palmpre/umountfs

diff --git a/recipes/shr/initscripts-shr/palmpre/umountfs
b/recipes/shr/initscripts-shr/palmpre/umountfs
new file mode 100644
index 000..98ac3c2
--- /dev/null
+++ b/recipes/shr/initscripts-shr/palmpre/umountfs
@@ -0,0 +1,14 @@
+#! /bin/sh
+#
+# umountfsTurn off swap and unmount all local filesystems.
+#
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+
+# We leave /proc mounted.
+echo "Unmounting local filesystems..."
+grep -q /mnt/ram /proc/mounts && mount -o remount,ro /mnt/ram
+
+mount -o remount,ro /
+
+: exit 0
\ No newline at end of file
diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/
initscripts-shr_0.0.1.bb
index 02e2205..b45296a 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -8,7 +8,7 @@ RDEPENDS_${PN} = "procps ${EXTRA_DEPS}"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM =
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 PV = "0.0.1"
-PR = "r29"
+PR = "r30"

 RCONFLICTS_${PN} = "initscripts"

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


[oe] [PATCH] aurora.conf: set default locale for images

2011-09-05 Thread Sylvain Paré
* permit to use GLIBC_GENERATE_LOCALES =.. and avoid

opkg_install_cmd: Cannot install package locale-base-.. message during
do_rootfs

Signed-off-by: Sylvain 'GarthPS' Paré 
---
 conf/distro/aurora.conf |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/aurora.conf b/conf/distro/aurora.conf
index 1ea1691..976d8a2 100644
--- a/conf/distro/aurora.conf
+++ b/conf/distro/aurora.conf
@@ -11,6 +11,9 @@

 require conf/distro/minimal.conf

+# set default locale for images
+IMAGE_LINGUAS ?= "en-us"
+
 #
 # Header
 #
-- 
1.7.4.1
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] shr : initscripts-shr, changed mountdevsubfs.sh init level from 04 to 05 S to fix issue for machines using udev

2011-08-19 Thread Sylvain Paré
thx!


2011/8/19 Martin Jansa 

> On Fri, Aug 19, 2011 at 07:15:35PM +0200, Sylvain 'GarthPS' Paré wrote:
> >  * since this commit
> http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33machines
>  using udev and mountdevsubfs.sh had issue of pts not mounted
> >  because both were at init level S04 despite mountdevsubfs.sh was
> depending on udev..
>
> Thanks, applied and PR bumped after that (normally I can do it in the
> same patch but beer level makes me slower to bump PR then type git push)
>
> Regards,
>
> --
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] shr : initscripts-shr, changed mountdevsubfs.sh init level from 04 to 05 S to fix issue for machines using udev

2011-08-19 Thread Sylvain Paré
Sorry it is missing a [oe] in the title.
This patch is for old oe.

2011/8/19 Sylvain 'GarthPS' Paré 

>  * since this commit
> http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33machines
>  using udev and mountdevsubfs.sh had issue of pts not mounted
>  because both were at init level S04 despite mountdevsubfs.sh was depending
> on udev..
>
> Signed-off-by: Sylvain 'GarthPS' Paré 
> ---
>  recipes/shr/initscripts-shr_0.0.1.bb |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/
> initscripts-shr_0.0.1.bb
> index 02e2205..803bcdf 100644
> --- a/recipes/shr/initscripts-shr_0.0.1.bb
> +++ b/recipes/shr/initscripts-shr_0.0.1.bb
> @@ -97,7 +97,7 @@ do_install () {
>ln -sf  ../init.d/mountkernfs.sh
>  ${D}${sysconfdir}/rcS.d/S01mountkernfs.sh
>ln -sf  ../init.d/hostname.sh
> ${D}${sysconfdir}/rcS.d/S02hostname.sh
>ln -sf  ../init.d/checkroot.sh
>  ${D}${sysconfdir}/rcS.d/S02checkroot.sh
> -   ln -sf  ../init.d/mountdevsubfs.sh
>  ${D}${sysconfdir}/rcS.d/S04mountdevsubfs.sh
> +   ln -sf  ../init.d/mountdevsubfs.sh
>  ${D}${sysconfdir}/rcS.d/S05mountdevsubfs.sh
>ln -sf  ../init.d/alignment.sh
>  ${D}${sysconfdir}/rcS.d/S06alignment.sh
>ln -sf  ../init.d/mountall.sh
> ${D}${sysconfdir}/rcS.d/S35mountall.sh
>ln -sf  ../init.d/populate-volatile.sh
>  ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
> --
> 1.7.4.1
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] libpng: upgrade to 1.2.46

2011-08-19 Thread Sylvain Paré
Thanks Paul.
Yeah sorry about that.. I am about doing this for an other patch


2011/8/19 Paul Menzel 

> Dear Sylvain,
>
>
> Am Freitag, den 19.08.2011, 16:11 +0200 schrieb Sylvain Paré:
>
> > I have modified my patch to remove the old filepatch too. patch below :
>
> […]
>
> thank you for your patch. I applied after trying to fix up Google Mail’s
> line wrapping, but I failed and therefore had to most of the stuff
> manually. Please try to avoid such issues in the future by using `git
> send-mail` or a “good” mail program.
>
> The commit is b557ba57 [1].
>
>
> Thanks,
>
> Paul
>
>
> [1]
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b557ba5745aa39bb9f0a6a9b3aaca5692bf21339
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] libpng: upgrade to 1.2.46

2011-08-19 Thread Sylvain Paré
Hi,
I have modified my patch to remove the old filepatch too. patch below :

>From d953f12a1e311e2417b5564071ed25c700754d89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvain=20'GarthPS'=20Par=C3=A9?= 
Date: Fri, 19 Aug 2011 15:39:23 +0200
Subject: [PATCH] libpng: upgrade to v1.2.46 and removed old patch
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

 This addresses the following security advisories:

* CVE-2011-2690

* CVE-2011-2692

Signed-off-by: Sylvain 'GarthPS' Paré 
---
 recipes/libpng/files/makefile_fix.patch |   18 --
 recipes/libpng/libpng_1.2.44.bb |8 
 recipes/libpng/libpng_1.2.46.bb |6 ++
 3 files changed, 6 insertions(+), 26 deletions(-)
 delete mode 100644 recipes/libpng/files/makefile_fix.patch
 delete mode 100644 recipes/libpng/libpng_1.2.44.bb
 create mode 100644 recipes/libpng/libpng_1.2.46.bb

diff --git a/recipes/libpng/files/makefile_fix.patch
b/recipes/libpng/files/makefile_fix.patch
deleted file mode 100644
index 3fa8793..000
--- a/recipes/libpng/files/makefile_fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Old versions of libtool (1.5.10) used to set ECHO as a side effect. With
-libtool 2.2.2 we need to do this manually
-
-RP - 14/4/08
-
-Index: libpng-1.2.16/Makefile.am
-===
 libpng-1.2.16.orig/Makefile.am2008-04-14 14:47:21.0 +0100
-+++ libpng-1.2.16/Makefile.am2008-04-14 14:47:47.0 +0100
-@@ -102,6 +102,8 @@
- >$@.new
- mv $@.new $@
-
-+ECHO=echo
-+
- libpng.vers: libpng.sym
- rm -f $@ $@.new
- $(ECHO) PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0 '{global:' > $@.new
diff --git a/recipes/libpng/libpng_1.2.44.bb b/recipes/libpng/
libpng_1.2.44.bb
deleted file mode 100644
index 4ba7b20..000
--- a/recipes/libpng/libpng_1.2.44.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libpng.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://makefile_fix.patch"
-
-SRC_URI[libpng.md5sum] = "e3ac7879d62ad166a6f0c7441390d12b"
-SRC_URI[libpng.sha256sum] =
"b9ab20f1c2c3bf6c4448fd9bd8a4a8905b918114d5fada56c97bb758a17b7215"
diff --git a/recipes/libpng/libpng_1.2.46.bb b/recipes/libpng/
libpng_1.2.46.bb
new file mode 100644
index 000..e036be5
--- /dev/null
+++ b/recipes/libpng/libpng_1.2.46.bb
@@ -0,0 +1,6 @@
+require libpng.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[libpng.md5sum] = "e8b43dc78ef95b3949af7f961d76874b"
+SRC_URI[libpng.sha256sum] =
"a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af213914d8"
-- 
1.7.4.1
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] libpng: upgrade to 1.2.46

2011-08-07 Thread Sylvain Paré
Hi

Following the release of a new version of libpng oe recipe needs to be
updated as the target download has moved to history in the ftp
So does someone can apply this attached file please
thx.
best regards

Sylvain Paré (aka GarthPS)


0002-libpng-upgrade-to-v1.2.46.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH-proposal] fix vlc building (-fPIC error) by patching live555 recipe

2011-07-08 Thread Sylvain Paré
Direclty in the recipe yeah and it did not work. But I have adoubt about
testing it directly in the config.linux-cross file..
Why ? (because as C_FLAGS =   $(COMPILE_OPTS) ...) in this same
file


2011/7/8 Khem Raj 

> On 07/06/2011 02:44 PM, Sylvain Paré wrote:
>
>> Patch attached. removed unneeded line
>>
>>
>>  From 9e01ea60bf7790f1250ef24a317507**e255f3f947 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Sylvain=20'GarthPS'=**20Par=C3=A9?=> gmail.com >
>> Date: Wed, 6 Jul 2011 23:36:14 +0200
>> Subject: [PATCH] live555 recipe: added -fPIC flag need by VLC to build
>> with
>> live555 support
>> MIME-Version: 1.0
>> Content-Type: text/plain; charset=UTF-8
>> Content-Transfer-Encoding: 8bit
>>
>> Signed-off-by: Sylvain 'GarthPS' Paré
>> ---
>>  recipes/live555/live555.inc |1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/recipes/live555/live555.inc b/recipes/live555/live555.inc
>> index 14e97bb..6de57cb 100644
>> --- a/recipes/live555/live555.inc
>> +++ b/recipes/live555/live555.inc
>> @@ -18,6 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
>>
>>  do_configure() {
>>  cp ${WORKDIR}/config.linux-cross .
>> +echo "COMPILE_OPTS+=" -fPIC "">>  config.linux-cross
>>
>
> Did you try adding -fPIC to CFLAGS
>
>   ./genMakefiles linux-cross
>>  }
>>
>>
>>
>>
>> __**_
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.**openembedded.org
>> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**
>> openembedded-devel<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>
>>
>
>
> __**_
> Openembedded-devel mailing list
> Openembedded-devel@lists.**openembedded.org
> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**openembedded-devel<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH-proposal] fix vlc building (-fPIC error) by patching live555 recipe

2011-07-06 Thread Sylvain Paré
ok sorry for the noise.. last time with INC_PR updated

>From d8eaabb63088dc68b7bba3f5a6ac6a31e65a36e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvain=20'GarthPS'=20Par=C3=A9?= 
Date: Wed, 6 Jul 2011 23:53:42 +0200
Subject: [PATCH] live555 recipe: added -fPIC flag need by VLC to build with
live555 support
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Sylvain 'GarthPS' Paré 
---
 recipes/live555/live555.inc |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/live555/live555.inc b/recipes/live555/live555.inc
index 14e97bb..f1e21dc 100644
--- a/recipes/live555/live555.inc
+++ b/recipes/live555/live555.inc
@@ -7,7 +7,7 @@ HOMEPAGE = "http://live.com/";
 LICENSE = "LGPL"
 SECTION = "devel"

-INC_PR = "r1"
+INC_PR = "r2"

 URLV =
"${@bb.data.getVar('PV',d,1)[0:4]}.${@bb.data.getVar('PV',d,1)[4:6]}.${@bb.data.getVar('PV',d,1)[6:8]}"
 SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \
@@ -18,6 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"

 do_configure() {
 cp ${WORKDIR}/config.linux-cross .
+echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross
 ./genMakefiles linux-cross
 }

-- 
1.7.4.1


0001-live555-recipe-added-fPIC-flag-need-by-VLC-to-build-.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH-proposal] fix vlc building (-fPIC error) by patching live555 recipe

2011-07-06 Thread Sylvain Paré
Patch attached. removed unneeded line


>From 9e01ea60bf7790f1250ef24a317507e255f3f947 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvain=20'GarthPS'=20Par=C3=A9?= 
Date: Wed, 6 Jul 2011 23:36:14 +0200
Subject: [PATCH] live555 recipe: added -fPIC flag need by VLC to build with
live555 support
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Sylvain 'GarthPS' Paré 
---
 recipes/live555/live555.inc |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/live555/live555.inc b/recipes/live555/live555.inc
index 14e97bb..6de57cb 100644
--- a/recipes/live555/live555.inc
+++ b/recipes/live555/live555.inc
@@ -18,6 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"

 do_configure() {
 cp ${WORKDIR}/config.linux-cross .
+echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross
 ./genMakefiles linux-cross
 }

-- 
1.7.4.1


0001-live555-recipe-added-fPIC-flag-need-by-VLC-to-build-.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH-proposal] fix vlc building (-fPIC error) by patching live555 recipe

2011-07-06 Thread Sylvain Paré
Hi,

Attached the new patch. is this ok for you this time ?
About the fix-makefile I don't know and did not take the time, just followed
this http://forum.videolan.org/viewtopic.php?f=13&t=46465
I just know that it works for me :)

So with this patch vlc will be build wilth live555 support. Before that if
live555 was present(built without fPIC flag by default) vlc did not build
successfully
But if you did clean live555 then vlc build process would detect it and then
build successfully deactivating live555 support (that is why I did succeed
to build the last time without understanding it)

With pleasure!

A 1.1.10 recipe could be cool too but It was above my skills/time for now.(
had some compile error and did not took the time to fix it)

Sylvain

2011/7/6 Denis 'GNUtoo' Carikli 

> >Let me know if it is not good enough, and if the patch is accepted.
> hi,
> First thanks for the patch, unfortunately it's in the wrong format, you
> should
> rather use git (git add + git commit + git format-patch + git-send-email )
> as
> described in the patch sending guide:
> http://www.openembedded.org/index.php/How_to_submit_a_patch_for_dummies
>
> Then I wonder what is fix-makefile.
>
> I'd like vlc to get fixed. Thanks again for caring about vlc.
>
> Denis.
>


0001-live555-recipe-added-fPIC-flag-need-by-VLC-to-build-.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH-proposal] fix vlc building (-fPIC error) by patching live555 recipe

2011-07-06 Thread Sylvain Paré
Hi,

Attached a patch to fix this kind of error while building VLC :

libliveMedia.a: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can
not be used when making a shared object; recompile with -fPIC
|
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/armv7a-oe-linux-gnueabi/usr/lib/libliveMedia.a:
could not read symbols: Bad value
| collect2: ld returned 1 exit status

Let me know if it is not good enough, and if the patch is accepted.

Thanks by advance.

Regards,

Sylvain Paré (aka GarthPS)


fix-fPIC-error-onbuilding-vlc.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] vlc failed to build here ( palmpre2, SHR ) -fPIC thing

2011-05-20 Thread Sylvain Paré
Ok here I don't get it...
To be sure of what I would advance I did again some research/tests
and went for first time to make it compli but as I was not sure of how/why I
save my changes and
did update my build host but then bitbake vlc worked perfectly! without any
trouble!
So I don't understand... I added some things like that in live555.inc and in
vlc.inc
CFLAGS_append_armv7a = " -fPIC "
CFLAGS += " -fPIC "

or this in the do_configure of live555.inc
CFLAGS+=" -fPIC "

Thanks anyway!
Perhaps I will not be lucky everyday! :)
Greetings.

Sylvain




2011/5/20 Phil Blundell 

> What are the ways that you've already tried?
>
> p.
>
> On Fri, 2011-05-20 at 10:48 +0200, Sylvain Paré wrote:
> > Please does someone has a clue  about this   -fpic flag ?
> >
> >
> > 2011/5/17 Sylvain Paré 
> >
> > > Hello,
> > >
> > > I have refreesh my build here so I tried again to build VLC for my palm
> > > pre2 but It does not succeed here :
> > >
> > > libliveMedia.a: relocation R_ARM_MOVW_ABS_NC against `a local symbol'
> can
> > > not be used when making a shared object; recompile with -fPIC
> > > |
> > >
> /home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/armv7a-oe-linux-gnueabi/usr/lib/libliveMedia.a:
> > > could not read symbols: Bad value
> > > | collect2: ld returned 1 exit status
> > >
> > > long version http://pastebin.com/Cvd6pnuj
> > >
> > > I have tried several ways to pass -fPIC argument to live555 recipe but
> > > without any success..
> > >
> > > Does some one has a clue ?
> > >
> > > Thanks by advance.
> > >
> > > Regards,
> > >
> > > Sylvain
> > >
> > >
> > >
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] vlc failed to build here ( palmpre2, SHR ) -fPIC thing

2011-05-20 Thread Sylvain Paré
Please does someone has a clue  about this   -fpic flag ?


2011/5/17 Sylvain Paré 

> Hello,
>
> I have refreesh my build here so I tried again to build VLC for my palm
> pre2 but It does not succeed here :
>
> libliveMedia.a: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can
> not be used when making a shared object; recompile with -fPIC
> |
> /home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/armv7a-oe-linux-gnueabi/usr/lib/libliveMedia.a:
> could not read symbols: Bad value
> | collect2: ld returned 1 exit status
>
> long version http://pastebin.com/Cvd6pnuj
>
> I have tried several ways to pass -fPIC argument to live555 recipe but
> without any success..
>
> Does some one has a clue ?
>
> Thanks by advance.
>
> Regards,
>
> Sylvain
>
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] vlc failed to build here ( palmpre2, SHR ) -fPIC thing

2011-05-17 Thread Sylvain Paré
Hello,

I have refreesh my build here so I tried again to build VLC for my palm pre2
but It does not succeed here :

libliveMedia.a: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can
not be used when making a shared object; recompile with -fPIC
|
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/armv7a-oe-linux-gnueabi/usr/lib/libliveMedia.a:
could not read symbols: Bad value
| collect2: ld returned 1 exit status

long version http://pastebin.com/Cvd6pnuj

I have tried several ways to pass -fPIC argument to live555 recipe but
without any success..

Does some one has a clue ?

Thanks by advance.

Regards,

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


Re: [oe] [PATCH 4/4] vlc (1.1.4.1): depends on lua5.1

2011-03-24 Thread Sylvain Paré
Hi Paul
Thanks for your attention.
Here my machine is "palmpre2" and building for SHR unstable.
If I can help for something..
Grettings,
Sylvain

2011/3/23 Paul Menzel 

> Am Mittwoch, den 23.03.2011, 15:20 +0100 schrieb Frans Meulenbroeks:
> > 2011/3/23 Sylvain Paré :
> > > Hello
> > > I was going to fill a bugrepport on OE's bugzilla but as you are
> already
> > > speaking of vlc building issue..
> > > It does not build for me neither :
> http://pastebin.com/raw.php?i=wK4Sxbv9
>
> It build for me fine *again* with 2b952471. So please, Otavio and
> Sylvain, report you build configuration. I am using `angstrom-2010.x`
> for `MACHINE = "beagleboard"`.
>
> > We did discuss this on irc, and the issue seems to be that
> > libliveMedia.a is probably a host lib.
> >
> > Another issue that was noted was that OE_CONF says --enable-live555
> > (or something like that) but live555 is not in the DEPENDS.
> > A quick glance over the recipe showed that there seem to be more
> > things missing in DEPENDS (freetype, apache, png, ...)
>
> That could be and it should be fixed to not implicitly depend on
> something. But we should also figure out why it works for me and lua.h
> gets staged for me.
>
>
> Thanks,
>
> Paul
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 4/4] vlc (1.1.4.1): depends on lua5.1

2011-03-23 Thread Sylvain Paré
Hello
I was going to fill a bugrepport on OE's bugzilla but as you are already
speaking of vlc building issue..
It does not build for me neither : http://pastebin.com/raw.php?i=wK4Sxbv9
Thanks by advance.

Regards,

Sylvain (aka GarthPS)


2011/3/23 Paul Menzel 

> Am Mittwoch, den 23.03.2011, 08:51 -0300 schrieb Otavio Salvador:
> > On Tue, Mar 22, 2011 at 19:55, Paul Menzel
> >  wrote:
> > > What kind of error do you get? The recipe build fine for me using
> > > `angstrom-2010.x` for `MACHINE = "beagleboard"`.
> >
> > It fails to find lua.h so probably you had it built due other dependency.
>
> No, I made a clean build, i. e. `rm -rf angstrom-dev`. Please post your
> build configuration.
>
>
> Thanks,
>
> Paul
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] package request for Phonon-VLC backend

2010-12-06 Thread Sylvain Paré
Hi Holger,
Thanks for your answer, I will take a look at this.  But just for the record



> # OE lacks some native qt4 tools, so we use the ones form the host :/
>

is from automoc-native from OE.
So if what you say is true, and i don't doubt about it, then automoc-native
recipe in OE really needs to be updated/cleaned.

Thanks again.

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


Re: [oe] package request for Phonon-VLC backend

2010-12-03 Thread Sylvain Paré
Martin could you sum up here what is wrong please ?
for those interested by my attempts to build Phonon-VLC backend
here is my personal/modified recipes
http://pare.sylvain.perso.sfr.fr/recipes-perso.tar.gz
containing qt4-tools-native.bb modified , automoc-native updated to git and
qt4-plugin-phonon-backend-vlc.bb
For now I am done about it.
Thanks.
Regards,

Sylvain (aka GarthPS)

ps: if your are intersted like me in this backend, there could be an other
way to do : to fix cmake's needs of the phonon vlc backend itself
to don't need automoc-native anymore. it was proposed to me by j-b on
#phonon chanel but i don't have the skill to that.


2010/12/1 Sylvain Paré 

> Ok I made some progress!
> Automoc build now ( attached my recipe for it)
> but qt4-plugin-phonon-backend-vlc failed =>
> http://tinderbox.openembedded.org/packages/1159577/
>
> I have attached my recipe too.
> If someone can give me an hint.
> thanks.
> regards,
>
> Sylvain (aka GarthPS)
>
> 2010/12/1 Sylvain Paré 
>
> Hello Holger,
>> I tried with qt4-tools-native but Phonon-VLC backend trally needs automoc4
>> "Did not find automoc4"
>>
>> 2010/11/30 Holger Freyther 
>> >
>>
>> On 11/30/2010 08:03 PM, Sylvain Paré wrote:
>>> > Thanks for your interest!
>>> > here is my too recipes which are not soo valueable as it is mainly bump
>>> > version or so.
>>> > here my automoc-native :
>>> >
>>>
>>> sorry, I didn't completely follow the thread but qt4-tools-native
>>> installs
>>> moc4, rcc4 and all the other tools to build Qt applications.
>>>
>>> ___
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>
>>
>>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] package request for Phonon-VLC backend

2010-12-01 Thread Sylvain Paré
Ok I made some progress!
Automoc build now ( attached my recipe for it)
but qt4-plugin-phonon-backend-vlc failed =>
http://tinderbox.openembedded.org/packages/1159577/

I have attached my recipe too.
If someone can give me an hint.
thanks.
regards,

Sylvain (aka GarthPS)

2010/12/1 Sylvain Paré 

> Hello Holger,
> I tried with qt4-tools-native but Phonon-VLC backend trally needs automoc4
> "Did not find automoc4"
>
> 2010/11/30 Holger Freyther 
> >
>
> On 11/30/2010 08:03 PM, Sylvain Paré wrote:
>> > Thanks for your interest!
>> > here is my too recipes which are not soo valueable as it is mainly bump
>> > version or so.
>> > here my automoc-native :
>> >
>>
>> sorry, I didn't completely follow the thread but qt4-tools-native installs
>> moc4, rcc4 and all the other tools to build Qt applications.
>>
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
>


automoc-native.bb
Description: Binary data


qt4-plugin-phonon-backend-vlc.bb
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] package request for Phonon-VLC backend

2010-11-30 Thread Sylvain Paré
Hello Holger,
I tried with qt4-tools-native but Phonon-VLC backend trally needs automoc4
"Did not find automoc4"

2010/11/30 Holger Freyther >

> On 11/30/2010 08:03 PM, Sylvain Paré wrote:
> > Thanks for your interest!
> > here is my too recipes which are not soo valueable as it is mainly bump
> > version or so.
> > here my automoc-native :
> >
>
> sorry, I didn't completely follow the thread but qt4-tools-native installs
> moc4, rcc4 and all the other tools to build Qt applications.
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] package request for Phonon-VLC backend

2010-11-30 Thread Sylvain Paré
Thanks for your interest!
here is my too recipes which are not soo valueable as it is mainly bump
version or so.
here my automoc-native :

automoc-native.bb:
~

DESCRIPTION = "automoc is a mess for people who don't want to learn
autotools"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS += "qt4-x11-free"

SRCREV = "b873d2cb457503320e5f1d56d516e23eeb9ad7db"

PV = "git${SRCPV}"
PR = "r0"

inherit native qt4x11 cmake

SRC_URI = "git://git.kde.org/automoc;protocol=git;branch=master"
S = "${WORKDIR}/git"


# OE lacks some native qt4 tools, so we use the ones form the host :/
EXTRA_OECMAKE = "-DQT_LIBRARY_DIR=${OE_QMAKE_LIBDIR_QT} \
 -DQT_INSTALL_LIBS=${OE_QMAKE_LIBDIR_QT} \
 -DQT_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT} \
 -DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
 -DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
 -DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
 -DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
 -DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \
 -DQ_WS_X11=ON \
"


OECMAKE_BUILDPATH = "build"

OECMAKE_SOURCEPATH = "../"
~~~

Mainly a merge of the existing recipe with an updated repo.
here is the report http://tinderbox.openembedded.org/packages/1152405/
and the missing log repports "QtCore/qglobal.h: No such file or directory"
.

And here is my Phonon-VLC backend recipe :
qt4-plugin-phonon-backend-vlc.bb :
~

DESCRIPTION = "qt4-plugin-phonon-backend-vlc"
AUTHOR = "Fathi Boudra  (current maintainer) Lukas Durfina <
lukas.durf...@gmail.com> Tanguy Krotoff "
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://phonon.kde.org/";
LICENSE = "LGPL"

DEPENDS += "qt4-x11-free vlc automoc-native"

SRCREV = "1df39c9bd306b0b46356d13b24fca5f632e1b327"

PV = "0.3.0"
PR = "r0"
PR_append = "+git${SRCREV}"

inherit qt4x11 cmake

SRC_URI = "git://
gitorious.org/phonon/phonon-vlc.git;protocol=git;branch=master "
S = "${WORKDIR}/git"

EXTRA_OECMAKE = "-DQTONLY=ON -DCMAKE_BUILD_TYPE=Release \
-DQT_LIBRARY_DIR=${OE_QMAKE_LIBDIR_QT} \
-DQT_INSTALL_LIBS=${OE_QMAKE_LIBDIR_QT} \
-DQT_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT} \
-DQT_HEADERS_DIR=${OE_QMAKE_INCDIR_QT} \
-DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
-DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
-DQT_UIC3_EXECUTABLE=${OE_QMAKE_UIC3} \
-DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
-DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
-DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \
-DQT_DBUSXML2CPP_EXECUTABLE=/usr/bin/qdbusxml2cpp \
-DQT_DBUSCPP2XML_EXECUTABLE=/usr/bin/qdbuscpp2xml \
-DQT_MKSPECS_DIR=${QMAKESPEC}/../ \
"

OECMAKE_BUILDPATH = "build"

OECMAKE_SOURCEPATH = "../"

#do_install() {
#}

~~

But as it depends on automoc-native i could not test it.

Thanks again. And I here to test if needed.

Regards,

Sylvain (aka GarthPS)


2010/11/30 Paul Menzel 

> Dear Sylvain
>
>
> Am Dienstag, den 30.11.2010, 15:36 +0100 schrieb Sylvain Paré:
>
> > I have a package request. If that interests somebody to make a receipe
> > for Phonon-VLC backend at it seem to be the most stable backend for
> > phononn according to Phonon's dev.
> > Like this we could have Phonon-VLC backend additionnaly to
> > Phonon-gstreamer one.
> >
> > I tried to make one myself but I can't manage to fix automoc-native
> > (dependence) to make it build.
>
> please attach the work you have done so far with a Signed-off-by line.
>
> > Thanks by advance!
>
>
> Thanks,
>
> Paul
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] package request for Phonon-VLC backend

2010-11-30 Thread Sylvain Paré
Hello,

I have a package request. If that interests somebody to make a receipe for
Phonon-VLC backend
at it seem to be the most stable backend for phononn according to Phonon's
dev.
Like this we could have Phonon-VLC backend additionnaly to Phonon-gstreamer
one.

I tried to make one myself but I can't manage to fix automoc-native
(dependence) to make it build.

Thanks by advance!

Regards,

Sylvain (aka GarthPS)
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-26 Thread Sylvain Paré
Thx Eric

2010/11/25 Sylvain Paré 

> yes I did thoses changes
> http://pastebin.com/5x9Gaxm7
> and it has build successfully .
>
> 2010/11/25 Eric Bénard 
>
>> Hi Sylvain,
>>
>>
>> On 25/11/2010 16:40, Sylvain Paré wrote:
>>
>>> I don't have acces to OE.
>>> Eric can you do that please ?
>>>
>>>  can you please test the patch and say if that solves your problem ?
>>
>> Thanks
>> Eric
>>
>>
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-25 Thread Sylvain Paré
yes I did thoses changes
http://pastebin.com/5x9Gaxm7
and it has build successfully .

2010/11/25 Eric Bénard 

> Hi Sylvain,
>
>
> On 25/11/2010 16:40, Sylvain Paré wrote:
>
>> I don't have acces to OE.
>> Eric can you do that please ?
>>
>>  can you please test the patch and say if that solves your problem ?
>
> Thanks
> Eric
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-25 Thread Sylvain Paré
I don't have acces to OE.
Eric can you do that please ?


2010/11/25 Martin Jansa 

> On Thu, Nov 25, 2010 at 12:38:33PM +0100, Eric Bénard wrote:
> > On 25/11/2010 12:12, Sylvain Paré wrote:
> > > I can't find any obj/ directory in
> > >
> SHR-Build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/
> > > but I have an
> > >
> SHR-Build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj${QT_LIBINFIX}/
> > >
> > here is your problem.
> > QT_LIBINFIX should be "" in your case.
>
> then something like
> QT_DIR_NAME = "qt4"
> QT_LIBINFIX = ""
>
> is missing in qt4x11.bbclass (it's defined only in qt4e.bbclass).
>
> --
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-25 Thread Sylvain Paré
I can't find any obj/ directory in
SHR-Build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/
but I have an
SHR-Build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/qwt-5.2.1-r0/qwt-5.2.1/src/obj${QT_LIBINFIX}/


2010/11/25 Eric Bénard 

> On 25/11/2010 11:10, Sylvain Paré wrote:
>
>> ok thanks. does some one has a clue ?
>> extracted for the log :
>>
>> Fatal error: can't create obj/qwt_abstract_scale_draw.o: No such file
>> or directory
>>
>>  does the obj directory exist ?
>
> Eric
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-25 Thread Sylvain Paré
ok thanks. does some one has a clue ?
extracted for the log :

Fatal error: can't create obj/qwt_abstract_scale_draw.o: No such file
or directory



2010/11/25 Eric Bénard 

> Hi,
>
> On 25/11/2010 10:53, Sylvain Paré wrote:
>
>> http://tinderbox.openembedded.org/packages/1087355/
>>
>> Does some one else has already succeded to build qwt 5.2.1 for X11 ?
>>
>>  only compile tested (angstrom-2010.x, armv6, oe head & bitbake
> parallel-parsing) :
> NOTE: package qwt-5.2.1-r0: task do_compile: Succeeded
> .../...
> NOTE: package qwt-5.2.1-r0: task do_rm_work_all: Succeeded
>
> Eric
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] qwt 5.2.1 failed to build here (om-gta02 , SHR, X11)

2010-11-25 Thread Sylvain Paré
http://tinderbox.openembedded.org/packages/1087355/

Does some one else has already succeded to build qwt 5.2.1 for X11 ?

Any hint, thanks.

Sylvain (aka GarthPS)
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] qwt: add qwt 5.2.1

2010-11-06 Thread Sylvain Paré
Nope, no patch
using it for SHR so with qt-X11


2010/11/6 Eric Bénard 

> Hi,
>
> Le 06/11/2010 12:26, Sylvain Paré a écrit :
>
>> Thanks for the update.
>> But am I the only having issue building it?
>>
>> http://tinderbox.openembedded.org/public/logs/task/9693587.txt
>>
>>  are you using the patch which was pushed ?
> If yes, it's tested using qt-embedded 4.7 on armv5 & armv6 with angstrom
> 2010-x distro.
>
> Eric
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] qwt: add qwt 5.2.1

2010-11-06 Thread Sylvain Paré
Hello,

Thanks for the update.
But am I the only having issue building it?

http://tinderbox.openembedded.org/public/logs/task/9693587.txt

thanks.

BR

Sylvain(aka GarthPS)


2010/10/29 Eric Bénard 

> this recipe compiles the latest stable version of the
> QT Widgets for Technical Applications against qt4-embedded.
> A specific package was created for the example applications.
>
> Signed-off-by: Eric Bénard 
> ---
>  recipes/qwt/qwt_5.2.1.bb |   33 +
>  1 files changed, 33 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/qwt/qwt_5.2.1.bb
>
> diff --git a/recipes/qwt/qwt_5.2.1.bb b/recipes/qwt/qwt_5.2.1.bb
> new file mode 100644
> index 000..aecee9e
> --- /dev/null
> +++ b/recipes/qwt/qwt_5.2.1.bb
> @@ -0,0 +1,33 @@
> +DESCRIPTION = "Qt Widget Extension for Technical Applications"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "QWT+LGPL"
> +PR = "r0"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2 \
> +  "
> +
> +inherit qt4e
> +
> +do_configure_prepend() {
> +sed -e 's#/usr/local/qwt-5.2.1#/usr#g' -i qwtconfig.pri
> +sed -e 's/#CONFIG += QwtExamples/CONFIG += QwtExamples/g'
> -i qwtconfig.pri
> +}
> +do_install() {
> +make install INSTALL_ROOT=${D}
> +cd examples
> +install -d ${D}/${bindir}
> +cp -pPR bin/* ${D}/${bindir}
> +install -d ${D}/${docdir}/${PN}-${PV}
> +mv ${D}/usr/doc/html/* ${D}/${docdir}/${PN}-${PV}
> +install -d ${D}${mandir}/
> +mv ${D}/usr/doc/man/* ${D}${mandir}/
> +}
> +
> +PACKAGES += "${PN}-examples"
> +
> +FILES_${PN}-examples = "${bindir}/*"
> +FILES_${PN} = "${libdir}/*.so.*"
> +
> +SRC_URI[md5sum] = "4a595b8db0ec3856b117836c1d60cb27"
> +SRC_URI[sha256sum] =
> "e2b8bb755404cb3dc99e61f3e2d7262152193488f5fbe88524eb698e11ac569f"
> --
> 1.6.3.3
>
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] qmake-native_1.07a.bb: Converted to new style staging

2010-09-27 Thread Sylvain Paré
ok thanks for the info!
I will try to build qt4-plugin-phonon-backend-vlc with qt4-tools-native so.

2010/9/27 Holger Freyther >

> On 09/27/2010 06:16 PM, Sylvain Paré wrote:
> > Hi Holger ,
> >
> > I just wanted to ask if with your Qt4.7 commits you could look at
> > automoc-nativ which did not build the last time I tried (i.e 3 weeks ago)
> > and if it could not be provided directly by Qt packages . (I don't know
> if
> > it is possible)
> > Thanks!
>
> automoc-native should be deprecated... and is not used due
> qt4-tools-native.
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] qmake-native_1.07a.bb: Converted to new style staging

2010-09-27 Thread Sylvain Paré
Hi Holger ,

I just wanted to ask if with your Qt4.7 commits you could look at
automoc-nativ which did not build the last time I tried (i.e 3 weeks ago)
and if it could not be provided directly by Qt packages . (I don't know if
it is possible)
Thanks!

BR

Sylvain ( aka GarthPS)


2010/9/27 Frans Meulenbroeks 

> 2010/9/27 Holger Freyther 
> >:
> > On 09/25/2010 01:05 AM, Fahad Usman wrote:
> >> * Converted do_stage to do_install.
> >> * Added NATIVE_INSTALL_WORKS = "1"
> >> * replaced QMAKE_MKSPEC_PATH (which is defined in bitbake.conf) with
> ${D}${datadir}/qmake as discussed on irc
> >> * Bumped PR
> >>
> >
> > Hi,
> > is qmake-native still used by something?
>
> Apparently yes:
>
> qt/qt-x11-free-native_3.3.5.bb:DEPENDS = "qmake-native x11-native"
> uicmoc/uicmoc3-native_3.3.5.bb:DEPENDS = "qmake-native"
>
> grep also gave me these:
>
> dcop/dcopidl2cpp-native_3.5.8.bb:inherit native qmake qt3e
> dcop/dcopidl-native_3.5.8.bb:inherit native qmake qt3e
> opie-i18n/opie-lrelease-native.inc:inherit native qmake qt3e
> opie-i18n/opie-lupdate-native.inc:inherit native qmake qt3e
> sip/sip3-native_3.10.1:inherit qmake native
> sip/sip3-native_4.0.1.bb:inherit qmake native
>
> didn't peek into qmake.bbclass to see whether it drags in qmake-native
> one way or another.
>
> Frans
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] a recipe for qt4-plugin-phonon-backend-vlc

2010-09-09 Thread Sylvain Paré
sorry but it is to complicated ofr my skill with oe
so if someone is interessted int this and/or kind enought to take a look at
this..
thanks
personnaly I drop it .
KR
Sylvain

2010/8/31 Sylvain Paré 

> I tried to update automoc-native and kde4 but it is not better.
> I know that Q_WS_WIN is only defined when Qt was build for windows. But how
> to fix this?
> I am not very skilled, at least not enough to fix this..
> I miss some things so more explanation/help will be very well received!
> thx
> Sylvain
>
>
> 2010/8/30 Holger Freyther 
>
> On 08/27/2010 08:39 PM, Sylvain Paré wrote:
>>
>> > automoc-native itself does not build.
>> > (According to OE's log automoc-native is ~ 2 years old.)
>>
>>
>> Well, pick the latest version then, /usr/include/qt4 as include is looking
>> bad, Q_WS_WIN is only defined when Qt was build for windows.
>>
>> So in summary...
>>- automoc-native probably deserves an update
>>- it should use the "native" version of Qt (like qmake, uic,
>> moc...)
>>
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] a recipe for qt4-plugin-phonon-backend-vlc

2010-08-31 Thread Sylvain Paré
I tried to update automoc-native and kde4 but it is not better.
I know that Q_WS_WIN is only defined when Qt was build for windows. But how
to fix this?
I am not very skilled, at least not enough to fix this..
I miss some things so more explanation/help will be very well received!
thx
Sylvain


2010/8/30 Holger Freyther 

> On 08/27/2010 08:39 PM, Sylvain Paré wrote:
>
> > automoc-native itself does not build.
> > (According to OE's log automoc-native is ~ 2 years old.)
>
>
> Well, pick the latest version then, /usr/include/qt4 as include is looking
> bad, Q_WS_WIN is only defined when Qt was build for windows.
>
> So in summary...
>- automoc-native probably deserves an update
>- it should use the "native" version of Qt (like qmake, uic, moc...)
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] a recipe for qt4-plugin-phonon-backend-vlc

2010-08-30 Thread Sylvain Paré
Up.
Nobody is interestied or wants to give me a hint ?

2010/8/27 Sylvain Paré 

> Hi,
>
> If someone is interested I am trying to build the vlc backend for phonon
> (in replacement of the gstreamer one).
> It needs at least libvlc 1.1 that you can found attached
> (David I tested it and it works!. well not very smoothly at all but I think
> it can be largely optimized. don't have the skill to do it plus here it is
> for playing sound which interests me, not video :) )
> I did a recipe (attached) but it needs automoc4 which is provided by
> automoc-native to build.
> And this is where I gets stuck :
> automoc-native itself does not build.
> (According to OE's log automoc-native is ~ 2 years old.)
> Attached  my CMakeError.log => 'Q_WS_WIN' undeclared (first use in this
> function)
> which was defined in QtCore/glogal.h but not anymore now and I don't know
> where it is supposed to be.
> I don't know how to fix this properly.
> If someone can help me.
> thx by advance!
>
> Sylvain (aka GarthPS)
>
>
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] a recipe for qt4-plugin-phonon-backend-vlc

2010-08-27 Thread Sylvain Paré
Hi,

If someone is interested I am trying to build the vlc backend for phonon (in
replacement of the gstreamer one).
It needs at least libvlc 1.1 that you can found attached
(David I tested it and it works!. well not very smoothly at all but I think
it can be largely optimized. don't have the skill to do it plus here it is
for playing sound which interests me, not video :) )
I did a recipe (attached) but it needs automoc4 which is provided by
automoc-native to build.
And this is where I gets stuck :
automoc-native itself does not build.
(According to OE's log automoc-native is ~ 2 years old.)
Attached  my CMakeError.log => 'Q_WS_WIN' undeclared (first use in this
function)
which was defined in QtCore/glogal.h but not anymore now and I don't know
where it is supposed to be.
I don't know how to fix this properly.
If someone can help me.
thx by advance!

Sylvain (aka GarthPS)


vlc_1.1.2.bb
Description: Binary data


qt4-plugin-phonon-backend-vlc.bb
Description: Binary data
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp'
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_report /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
/usr/bin/gcc   -isystem/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/x86_64-linux/usr/include   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: 'Q_WS_WIN' undeclared (first use in this function)
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: (Each undeclared identifier is reported only once
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: for each function it appears in.)
make[1]: Leaving directory `/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2

File /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include 

void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
  cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
  return 0;
}

Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp'
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_report /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
/usr/bin/gcc   -isystem/home/sylvain/dev/SHR-Build/shr-unstable/tmp/sysroots/x86_64-linux/usr/include   -I/usr/include/qt4   -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o   -c /home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
/home/sylvain/dev/SHR-Build/shr-unstable/tmp/work/x86_64-linux/automoc-native-4.1+svnr856719-r0/automoc/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8: error: 'Q_WS_QWS' undeclared (first use in this function)
/