* [PATCH] crda: fix regulatory domain agent for building with libnl2
@ 2011-06-06 15:06 Eyal Reizer
2011-06-06 15:08 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Eyal Reizer @ 2011-06-06 15:06 UTC (permalink / raw)
To: openembedded-devel
This patch allows building the wireless regulatory domain agent with
libnl version 2.
Signed-off-by: Eyal Reizer <eyalr@ti.com>
---
recipes/crda/crda_1.1.1.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
index cc19b90..046a9b7 100644
--- a/recipes/crda/crda_1.1.1.bb
+++ b/recipes/crda/crda_1.1.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "ISC"
-PR = "r1"
+PR = "r2"
DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
RDEPENDS_${PN} = "udev"
@@ -12,6 +12,8 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
"
+CFLAGS += " -DCONFIG_LIBNL20"
+
do_compile() {
oe_runmake all_noverify
}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] crda: fix regulatory domain agent for building with libnl2
2011-06-06 15:06 [PATCH] crda: fix regulatory domain agent for building with libnl2 Eyal Reizer
@ 2011-06-06 15:08 ` Koen Kooi
2011-06-07 14:03 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-06-06 15:08 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06-06-11 17:06, Eyal Reizer wrote:
> This patch allows building the wireless regulatory domain agent with
> libnl version 2.
>
> Signed-off-by: Eyal Reizer <eyalr@ti.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> recipes/crda/crda_1.1.1.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
> index cc19b90..046a9b7 100644
> --- a/recipes/crda/crda_1.1.1.bb
> +++ b/recipes/crda/crda_1.1.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
> SECTION = "base"
> PRIORITY = "optional"
> LICENSE = "ISC"
> -PR = "r1"
> +PR = "r2"
>
> DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
> RDEPENDS_${PN} = "udev"
> @@ -12,6 +12,8 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
> http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
> "
>
> +CFLAGS += " -DCONFIG_LIBNL20"
> +
> do_compile() {
> oe_runmake all_noverify
> }
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN7O2GMkyGM64RGpERAplzAJ4rmp92Ycbmq3DF6JoCT259jHkD6gCeMYhg
dkyvRZPwLIZjVSDXzYwa/wk=
=taj6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] crda: fix regulatory domain agent for building with libnl2
2011-06-06 15:08 ` Koen Kooi
@ 2011-06-07 14:03 ` Koen Kooi
0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-06-07 14:03 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06-06-11 17:08, Koen Kooi wrote:
> On 06-06-11 17:06, Eyal Reizer wrote:
>> This patch allows building the wireless regulatory domain agent with
>> libnl version 2.
>
>> Signed-off-by: Eyal Reizer <eyalr@ti.com>
>
> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
While the change looks OK, the patch doesn't apply, could you please
send a patch against .dev?
>
>> ---
>> recipes/crda/crda_1.1.1.bb | 4 +++-
>> 1 files changed, 3 insertions(+), 1 deletions(-)
>
>> diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
>> index cc19b90..046a9b7 100644
>> --- a/recipes/crda/crda_1.1.1.bb
>> +++ b/recipes/crda/crda_1.1.1.bb
>> @@ -3,7 +3,7 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
>> SECTION = "base"
>> PRIORITY = "optional"
>> LICENSE = "ISC"
>> -PR = "r1"
>> +PR = "r2"
>
>> DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
>> RDEPENDS_${PN} = "udev"
>> @@ -12,6 +12,8 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
>> http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
>> "
>
>> +CFLAGS += " -DCONFIG_LIBNL20"
>> +
>> do_compile() {
>> oe_runmake all_noverify
>> }
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN7i/IMkyGM64RGpERAo60AJ98NqHO/sxD6Yvx/kOoGde7mQj+EACfYumg
VThloVRT6GzudR2Pal1e6LY=
=JU6D
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] crda: fix regulatory domain agent for building with libnl2
@ 2011-06-07 14:10 Reizer, Eyal
0 siblings, 0 replies; 4+ messages in thread
From: Reizer, Eyal @ 2011-06-07 14:10 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Sure,
However we are on holiday until Thursday and i dont have access to my pc.
I would send it only Thursday morning.
Best regards,
Eyal
Koen Kooi <koen@dominion.thruhere.net> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06-06-11 17:08, Koen Kooi wrote:
> On 06-06-11 17:06, Eyal Reizer wrote:
>> This patch allows building the wireless regulatory domain agent with
>> libnl version 2.
>
>> Signed-off-by: Eyal Reizer <eyalr@ti.com>
>
> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
While the change looks OK, the patch doesn't apply, could you please
send a patch against .dev?
>
>> ---
>> recipes/crda/crda_1.1.1.bb | 4 +++-
>> 1 files changed, 3 insertions(+), 1 deletions(-)
>
>> diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
>> index cc19b90..046a9b7 100644
>> --- a/recipes/crda/crda_1.1.1.bb
>> +++ b/recipes/crda/crda_1.1.1.bb
>> @@ -3,7 +3,7 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
>> SECTION = "base"
>> PRIORITY = "optional"
>> LICENSE = "ISC"
>> -PR = "r1"
>> +PR = "r2"
>
>> DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
>> RDEPENDS_${PN} = "udev"
>> @@ -12,6 +12,8 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
>> http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
>> "
>
>> +CFLAGS += " -DCONFIG_LIBNL20"
>> +
>> do_compile() {
>> oe_runmake all_noverify
>> }
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFN7i/IMkyGM64RGpERAo60AJ98NqHO/sxD6Yvx/kOoGde7mQj+EACfYumg
VThloVRT6GzudR2Pal1e6LY=
=JU6D
-----END PGP SIGNATURE-----
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-07 14:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 15:06 [PATCH] crda: fix regulatory domain agent for building with libnl2 Eyal Reizer
2011-06-06 15:08 ` Koen Kooi
2011-06-07 14:03 ` Koen Kooi
-- strict thread matches above, loose matches on Subject: below --
2011-06-07 14:10 Reizer, Eyal
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.