summaryrefslogtreecommitdiff
path: root/recipes/libnl
AgeCommit message (Collapse)AuthorFiles
2010-09-23libnl_1.1.bb: Fix the build when libnl2 is stagedKhem Raj2
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-09-21libnl: Update the homepage url and download urlsKhem Raj2
* Move the git recipe to tip of git. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson2
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson2
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-19freesmartphone: use SRCPV in git recipesMartin Jansa1
* with PE bump * FSO people usually use fso-autorev.inc already, so this change won't change PV scheme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa1
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-02-15libnl 1.1: convert to new style staging and add comment about solving build ↵Koen Kooi1
error
2010-01-13libnl2: ship libnl2-cli seperatelyMichael 'Mickey' Lauer1
2010-01-04libnl2: bump git revision and fix pc file so that it actually links to the ↵Michael 'Mickey' Lauer2
support libraries
2009-11-24libnl2: change includedir to not step over libnl1; also convert to new stagingMichael 'Mickey' Lauer1
2009-11-11libnl2: new recipe; netlink support library v2Michael 'Mickey' Lauer1
2009-06-18libnl: fix compilation with new toolchainDmitry Eremin-Solenikov2
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é4
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko3
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>