[oe-commits] Koen Kooi : libnl 1.1: convert to new style staging and add comment about solving build error

git version control git at git.openembedded.org
Mon Feb 15 16:54:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4e40ef7fc6caa041cd620070ad57f1b16c360e0b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e40ef7fc6caa041cd620070ad57f1b16c360e0b

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb 15 17:53:59 2010 +0100

libnl 1.1: convert to new style staging and add comment about solving build error

---

 recipes/libnl/libnl_1.1.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb
index 3895ec5..c92f7ff 100644
--- 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}
-}





More information about the Openembedded-commits mailing list