git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb594cc
)
libnl 1.1: convert to new style staging and add comment about solving build error
author
Koen Kooi
<koen@openembedded.org>
Mon, 15 Feb 2010 16:53:59 +0000
(17:53 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 15 Feb 2010 16:53:59 +0000
(17:53 +0100)
recipes/libnl/libnl_1.1.bb
patch
|
blob
|
history
diff --git
a/recipes/libnl/libnl_1.1.bb
b/recipes/libnl/libnl_1.1.bb
index
3895ec5
..
c92f7ff
100644
(file)
--- a/
recipes/libnl/libnl_1.1.bb
+++ b/
recipes/libnl/libnl_1.1.bb
@@
-2,7
+2,11
@@
DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
SECTION = "libs/network"
LICENSE = "LGPL"
HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
-PR = "r2"
+
+# If you get errors like : undefined reference to `nl_handle_alloc
+# do a bitbake -c clean libnl2
+
+PR = "r3"
inherit autotools pkgconfig
@@
-16,6
+20,3
@@
SRC_URI = "\
file://netlink-local-fix.patch;patch=1 \
"
-do_stage () {
- autotools_stage_all prefix=${prefix}
-}