summaryrefslogtreecommitdiff
path: root/recipes/libnl/files
AgeCommit message (Collapse)AuthorFiles
2010-09-23libnl_1.1.bb: Fix the build when libnl2 is stagedKhem Raj1
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>
2010-01-04libnl2: bump git revision and fix pc file so that it actually links to the ↵Michael 'Mickey' Lauer1
support libraries
2009-06-18libnl: fix compilation with new toolchainDmitry Eremin-Solenikov1
netlink-local.h demands limits.h to define several constants. Include it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-04-06libnl: use LDFLAGS (fixes QA error)Jeremy Lainé3
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko2
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>