All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] ebtables: fix GNU_HASH error
@ 2009-09-12 15:45 Koen Kooi
  2009-09-17  1:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2009-09-12 15:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Steve Sakoman

From: Steve Sakoman <steve@sakoman.com>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/ebtables/ebtables_2.0.6.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb
index 33ad2b9..c4fc1c3 100644
--- a/recipes/ebtables/ebtables_2.0.6.bb
+++ b/recipes/ebtables/ebtables_2.0.6.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
 SECTION = "console/network"
 PR = "r2"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
            file://gcc34.patch;patch=1 \
            file://gcc4.patch;patch=1 \
-- 
1.6.1




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

* Re: [STABLE][PATCH] ebtables: fix GNU_HASH error
  2009-09-12 15:45 [STABLE][PATCH] ebtables: fix GNU_HASH error Koen Kooi
@ 2009-09-17  1:12 ` Denys Dmytriyenko
  2009-09-17 11:49   ` Philip Balister
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2009-09-17  1:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi, Steve Sakoman

On Sat, Sep 12, 2009 at 05:45:47PM +0200, Koen Kooi wrote:
> From: Steve Sakoman <steve@sakoman.com>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/ebtables/ebtables_2.0.6.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb
> index 33ad2b9..c4fc1c3 100644
> --- a/recipes/ebtables/ebtables_2.0.6.bb
> +++ b/recipes/ebtables/ebtables_2.0.6.bb
> @@ -4,6 +4,8 @@ LICENSE = "GPL"
>  SECTION = "console/network"
>  PR = "r2"
>  
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
>  SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
>             file://gcc34.patch;patch=1 \
>             file://gcc4.patch;patch=1 \
> -- 
> 1.6.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [STABLE][PATCH] ebtables: fix GNU_HASH error
  2009-09-17  1:12 ` Denys Dmytriyenko
@ 2009-09-17 11:49   ` Philip Balister
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Balister @ 2009-09-17 11:49 UTC (permalink / raw)
  To: openembedded-devel

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

Denys Dmytriyenko wrote:
> On Sat, Sep 12, 2009 at 05:45:47PM +0200, Koen Kooi wrote:
>> From: Steve Sakoman <steve@sakoman.com>
>>
>>
>> Signed-off-by: Koen Kooi <koen@openembedded.org>
> 
> Acked-by: Denys Dmytriyenko <denis@denix.org>

Acked-by: Philip Balister <philip@balister.org>

If I haven't already :)

> 
>> ---
>>  recipes/ebtables/ebtables_2.0.6.bb |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb
>> index 33ad2b9..c4fc1c3 100644
>> --- a/recipes/ebtables/ebtables_2.0.6.bb
>> +++ b/recipes/ebtables/ebtables_2.0.6.bb
>> @@ -4,6 +4,8 @@ LICENSE = "GPL"
>>  SECTION = "console/network"
>>  PR = "r2"
>>  
>> +TARGET_CC_ARCH += "${LDFLAGS}"
>> +
>>  SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
>>             file://gcc34.patch;patch=1 \
>>             file://gcc4.patch;patch=1 \
>> -- 
>> 1.6.1
>>
>>
>> _______________________________________________
>> 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
> 

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

end of thread, other threads:[~2009-09-17 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-12 15:45 [STABLE][PATCH] ebtables: fix GNU_HASH error Koen Kooi
2009-09-17  1:12 ` Denys Dmytriyenko
2009-09-17 11:49   ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.