libnl_1.1.bb: Fix the build when libnl2 is staged
authorKhem Raj <raj.khem@gmail.com>
Wed, 22 Sep 2010 22:02:53 +0000 (15:02 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 23 Sep 2010 14:51:29 +0000 (07:51 -0700)
commit1fc3b764c48de84260fe9560c66930388cbaa058
treefa84dd172b8ea589ef394dd653ec900005f77504
parent66f27716906ec344a6b9628ed5d0f21a3104718f
libnl_1.1.bb: Fix the build when libnl2 is staged

Currently linker would search for libnl in sysroot
first before linking in the one thats build with libnl
this patch directs ld to link in with the one thats
build and not look for the one in sysroot.

As a result we can compile libnl and libnl2 alongside

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libnl/files/dont-link-libnl-from-sysroot.patch [new file with mode: 0644]
recipes/libnl/libnl_1.1.bb