Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH] libpostproc: Remove -disable-yasm as this is a nonexistent flag
@ 2013-01-13 16:26 Andrei Gherzan
  2013-01-15  6:11 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Gherzan @ 2013-01-13 16:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
index 3620ff0..1520628 100644
--- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
+++ b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
@@ -6,6 +6,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 PV = "0.0.0+git${SRCPV}"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -40,10 +41,6 @@ EXTRA_OECONF = " \
         ${EXTRA_FFCONF} \
 "
 
-#| yasm not found, use --disable-yasm for a crippled build
-EXTRA_OECONF_append_x86-64 = " --disable-yasm"
-EXTRA_OECONF_append_x86 = " --disable-yasm"
-
 do_configure() {
     ./configure ${EXTRA_OECONF}
 }
-- 
1.7.10.4




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

* Re: [meta-multimedia][PATCH] libpostproc: Remove -disable-yasm as this is a nonexistent flag
  2013-01-13 16:26 [meta-multimedia][PATCH] libpostproc: Remove -disable-yasm as this is a nonexistent flag Andrei Gherzan
@ 2013-01-15  6:11 ` Martin Jansa
  2013-01-24 19:04   ` Andrei Gherzan
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-01-15  6:11 UTC (permalink / raw)
  To: openembedded-devel

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

On Sun, Jan 13, 2013 at 06:26:34PM +0200, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

Looks good, but [meta-multimedia] tag is for meta-multimedia layer not
recipes-multimedia.

Cheers,

> diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
> index 3620ff0..1520628 100644
> --- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
> +++ b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
> @@ -6,6 +6,7 @@ LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
>  PV = "0.0.0+git${SRCPV}"
> +PR = "r1"
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> @@ -40,10 +41,6 @@ EXTRA_OECONF = " \
>          ${EXTRA_FFCONF} \
>  "
>  
> -#| yasm not found, use --disable-yasm for a crippled build
> -EXTRA_OECONF_append_x86-64 = " --disable-yasm"
> -EXTRA_OECONF_append_x86 = " --disable-yasm"
> -
>  do_configure() {
>      ./configure ${EXTRA_OECONF}
>  }
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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

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

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

* Re: [meta-multimedia][PATCH] libpostproc: Remove -disable-yasm as this is a nonexistent flag
  2013-01-15  6:11 ` Martin Jansa
@ 2013-01-24 19:04   ` Andrei Gherzan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2013-01-24 19:04 UTC (permalink / raw)
  To: openembedded

On Tue, Jan 15, 2013 at 8:11 AM, Martin Jansa <martin.jansa@gmail.com>wrote:

> On Sun, Jan 13, 2013 at 06:26:34PM +0200, Andrei Gherzan wrote:
> > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> > ---
> >  meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb |    5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)
>
> Looks good, but [meta-multimedia] tag is for meta-multimedia layer not
> recipes-multimedia.
>
> Sorry for this. Anyway seems merged. Thanks.

-- 
*Andrei Gherzan*
m: +40.744.478.414 |  f: +40.31.816.28.12


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

end of thread, other threads:[~2013-01-24 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 16:26 [meta-multimedia][PATCH] libpostproc: Remove -disable-yasm as this is a nonexistent flag Andrei Gherzan
2013-01-15  6:11 ` Martin Jansa
2013-01-24 19:04   ` Andrei Gherzan

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