On Wed, Apr 2, 2014 at 1:23 PM, Shrisha <shrish...@gmail.com> wrote:

> Hi,
>
> I'm facing issues when I include crda package necessary for WIFI in my
> kickstart file. Its dependent on libnl pakcage, but we have libnl1 ,2 and 3
> in tizen repo but not libnl.
>
> I get error saying libnl needed by crda not found.
>
> Please give some solution.
>
>
The .spec file Tizen has is not up-to-date with libnl versions we have.
However, crda Makefile itself is able to deal with different libnl version
so simply this one should help:

diff --git a/packaging/crda.spec b/packaging/crda.spec
index b6bb2b5..40e3c50 100644
--- a/packaging/crda.spec
+++ b/packaging/crda.spec
@@ -9,11 +9,11 @@ Source:
http://wireless.kernel.org/download/crda/crda-%{version
 Source1001:    crda.manifest
 BuildRequires:  gcc
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libnl-devel
+BuildRequires:  libnl3-devel
 BuildRequires:  python-M2Crypto
 BuildRequires:  wireless-regdb
 Requires:       libgcrypt
-Requires:       libnl
+Requires:       libnl3

 %description
 This package provides CRDA to be used by the new Linux kernel
_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

Reply via email to