Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] parted: don't pass --disable-Werror to configure
@ 2012-03-15  1:08 Andreas Oberritter
  2012-03-15 16:28 ` Saul Wold
  2012-04-02 21:08 ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Oberritter @ 2012-03-15  1:08 UTC (permalink / raw)
  To: openembedded-core

* Fixes the following warning:

| configure: WARNING: unrecognized options: --disable-Werror

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
* No PR bump required because it doesn't change anything
  apart from the log message mentioned above.

 meta/recipes-extended/parted/parted_3.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/parted/parted_3.0.bb b/meta/recipes-extended/parted/parted_3.0.bb
index 29daf01..2fba6d1 100644
--- a/meta/recipes-extended/parted/parted_3.0.bb
+++ b/meta/recipes-extended/parted/parted_3.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
 SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
 SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
 
-EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
+EXTRA_OECONF = "--disable-device-mapper"
 
 inherit autotools pkgconfig gettext
 
-- 
1.7.5.4




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

* Re: [PATCH] parted: don't pass --disable-Werror to configure
  2012-03-15  1:08 [PATCH] parted: don't pass --disable-Werror to configure Andreas Oberritter
@ 2012-03-15 16:28 ` Saul Wold
  2012-04-02 21:08 ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-03-15 16:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 03/14/2012 06:08 PM, Andreas Oberritter wrote:
> * Fixes the following warning:
>
> | configure: WARNING: unrecognized options: --disable-Werror
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
> * No PR bump required because it doesn't change anything
>    apart from the log message mentioned above.
>
>   meta/recipes-extended/parted/parted_3.0.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-extended/parted/parted_3.0.bb b/meta/recipes-extended/parted/parted_3.0.bb
> index 29daf01..2fba6d1 100644
> --- a/meta/recipes-extended/parted/parted_3.0.bb
> +++ b/meta/recipes-extended/parted/parted_3.0.bb
> @@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
>   SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
>   SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
>
> -EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
> +EXTRA_OECONF = "--disable-device-mapper"
>
>   inherit autotools pkgconfig gettext
>

Merged into OE-Core

Thanks
	Sau!




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

* Re: [PATCH] parted: don't pass --disable-Werror to configure
  2012-03-15  1:08 [PATCH] parted: don't pass --disable-Werror to configure Andreas Oberritter
  2012-03-15 16:28 ` Saul Wold
@ 2012-04-02 21:08 ` Khem Raj
  2012-04-02 21:46   ` Andreas Oberritter
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-04-02 21:08 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On (15/03/12 02:08), Andreas Oberritter wrote:
> * Fixes the following warning:
> 
> | configure: WARNING: unrecognized options: --disable-Werror


should 'W' be 'w' in --disable-Werror

> 
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> * No PR bump required because it doesn't change anything
>   apart from the log message mentioned above.
> 
>  meta/recipes-extended/parted/parted_3.0.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-extended/parted/parted_3.0.bb b/meta/recipes-extended/parted/parted_3.0.bb
> index 29daf01..2fba6d1 100644
> --- a/meta/recipes-extended/parted/parted_3.0.bb
> +++ b/meta/recipes-extended/parted/parted_3.0.bb
> @@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
>  SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
>  SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
>  
> -EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
> +EXTRA_OECONF = "--disable-device-mapper"
>  
>  inherit autotools pkgconfig gettext
>  
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
-Khem



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

* Re: [PATCH] parted: don't pass --disable-Werror to configure
  2012-04-02 21:08 ` Khem Raj
@ 2012-04-02 21:46   ` Andreas Oberritter
  2012-04-03  0:01     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Oberritter @ 2012-04-02 21:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 02.04.2012 23:08, Khem Raj wrote:
> On (15/03/12 02:08), Andreas Oberritter wrote:
>> * Fixes the following warning:
>>
>> | configure: WARNING: unrecognized options: --disable-Werror
> 
> 
> should 'W' be 'w' in --disable-Werror

Maybe (didn't verify), but it doesn't seem to be required anyway, so
it's better to not use the option.

Regards,
Andreas



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

* Re: [PATCH] parted: don't pass --disable-Werror to configure
  2012-04-02 21:46   ` Andreas Oberritter
@ 2012-04-03  0:01     ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2012-04-03  0:01 UTC (permalink / raw)
  To: Andreas Oberritter; +Cc: Patches and discussions about the oe-core layer

On Mon, Apr 2, 2012 at 2:46 PM, Andreas Oberritter <obi@opendreambox.org> wrote:
> Maybe (didn't verify), but it doesn't seem to be required anyway, so
> it's better to not use the option.

I generally agree on nor disabling werror. so removing it is right
thing to do regardless



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15  1:08 [PATCH] parted: don't pass --disable-Werror to configure Andreas Oberritter
2012-03-15 16:28 ` Saul Wold
2012-04-02 21:08 ` Khem Raj
2012-04-02 21:46   ` Andreas Oberritter
2012-04-03  0:01     ` Khem Raj

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