Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Richard Purdie : gst-plugins-bad: Add missing PR bump after curl change
       [not found] <20120417131445.7F9BF10219@opal>
@ 2012-04-17 13:32 ` Martin Jansa
  2012-04-18 11:22   ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-04-17 13:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 3114 bytes --]


Please revert DISTRO_FEATURES_LIBC_DEFAULT change as it doesn't belong
to this commit.

On Tue, Apr 17, 2012 at 01:14:45PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 2865d01773e405212aa6f531139898d90a6819a8
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2865d01773e405212aa6f531139898d90a6819a8
> 
> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> Date:   Tue Apr 17 12:33:01 2012 +0100
> 
> gst-plugins-bad: Add missing PR bump after curl change
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  meta/conf/distro/include/default-distrovars.inc    |    4 +++-
>  .../gstreamer/gst-plugins-bad_0.10.23.bb           |    2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
> index 16b3108..f770919 100644
> --- a/meta/conf/distro/include/default-distrovars.inc
> +++ b/meta/conf/distro/include/default-distrovars.inc
> @@ -10,12 +10,14 @@ LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
>  ENABLE_BINARY_LOCALE_GENERATION ?= "1"
>  LOCALE_UTF8_ONLY ?= "0"
>  
> -DISTRO_FEATURES_LIBC ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
> +DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
>  					libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \
>  					libc-getlogin libc-idn libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code \
>  					libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \
>  					libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \
>  					libc-posix-wchar-io"
> +DISTRO_FEATURES_LIBC ?= "${DISTRO_FEATURES_LIBC_DEFAULT}"
> +DISTRO_FEATURES_LIBC_virtclass-nativesdk = "${DISTRO_FEATURES_LIBC_DEFAULT}"
>  DISTRO_FEATURES ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g x11 ${DISTRO_FEATURES_LIBC}"
>  
>  IMAGE_FEATURES ?= ""
> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> index fbe1709..a277417 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>  
>  DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg curl"
>  
> -PR = "r1"
> +PR = "r2"
>  
>  inherit gettext
>  
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [oe-commits] Richard Purdie : gst-plugins-bad: Add missing PR bump after curl change
  2012-04-17 13:32 ` [oe-commits] Richard Purdie : gst-plugins-bad: Add missing PR bump after curl change Martin Jansa
@ 2012-04-18 11:22   ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-04-18 11:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembedded-commits

On Tue, 2012-04-17 at 15:32 +0200, Martin Jansa wrote:
> Please revert DISTRO_FEATURES_LIBC_DEFAULT change as it doesn't belong
> to this commit.

Eeek, sorry about that :(. Not what I'd meant to do at all, this was
intended for post 1.2 discussion.

I'm left in two minds over this change since it does fix a real world
issue with toolchains and has now gone through two sets of build
testing. Reverting it in some ways creates more risk that leaving it
alone now :/.

I'm going to run some tests locally but I might leave this alone as it
does improve certain problems and shouldn't have any negative effects
(particularly as the automated testing completed against it).

Cheers,

Richard



> On Tue, Apr 17, 2012 at 01:14:45PM +0000, git@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: 2865d01773e405212aa6f531139898d90a6819a8
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2865d01773e405212aa6f531139898d90a6819a8
> > 
> > Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> > Date:   Tue Apr 17 12:33:01 2012 +0100
> > 
> > gst-plugins-bad: Add missing PR bump after curl change
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > 
> > ---
> > 
> >  meta/conf/distro/include/default-distrovars.inc    |    4 +++-
> >  .../gstreamer/gst-plugins-bad_0.10.23.bb           |    2 +-
> >  2 files changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
> > index 16b3108..f770919 100644
> > --- a/meta/conf/distro/include/default-distrovars.inc
> > +++ b/meta/conf/distro/include/default-distrovars.inc
> > @@ -10,12 +10,14 @@ LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
> >  ENABLE_BINARY_LOCALE_GENERATION ?= "1"
> >  LOCALE_UTF8_ONLY ?= "0"
> >  
> > -DISTRO_FEATURES_LIBC ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
> > +DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt \
> >  					libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse \
> >  					libc-getlogin libc-idn libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code \
> >  					libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc \
> >  					libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc \
> >  					libc-posix-wchar-io"
> > +DISTRO_FEATURES_LIBC ?= "${DISTRO_FEATURES_LIBC_DEFAULT}"
> > +DISTRO_FEATURES_LIBC_virtclass-nativesdk = "${DISTRO_FEATURES_LIBC_DEFAULT}"
> >  DISTRO_FEATURES ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g x11 ${DISTRO_FEATURES_LIBC}"
> >  
> >  IMAGE_FEATURES ?= ""
> > diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> > index fbe1709..a277417 100644
> > --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> > +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> >  
> >  DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg curl"
> >  
> > -PR = "r1"
> > +PR = "r2"
> >  
> >  inherit gettext





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-18 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20120417131445.7F9BF10219@opal>
2012-04-17 13:32 ` [oe-commits] Richard Purdie : gst-plugins-bad: Add missing PR bump after curl change Martin Jansa
2012-04-18 11:22   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox