[oe-commits] Martin Jansa : libnl1: remove libnl.inc as it doesn' t help much with libnl 2.0 in oe-core

git at git.openembedded.org git at git.openembedded.org
Mon Nov 7 16:21:13 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 37694a06939c8052670aaa831c78563fe99704d2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=37694a06939c8052670aaa831c78563fe99704d2

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Nov  7 14:38:33 2011 +0000

libnl1: remove libnl.inc as it doesn't help much with libnl 2.0 in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/libnl/libnl.inc     |    9 ---------
 meta-oe/recipes-support/libnl/libnl1_1.1.bb |    9 ++++++---
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/meta-oe/recipes-support/libnl/libnl.inc b/meta-oe/recipes-support/libnl/libnl.inc
deleted file mode 100644
index 6f502b1..0000000
--- a/meta-oe/recipes-support/libnl/libnl.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
-SECTION = "libs/network"
-LICENSE = "LGPL"
-HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
-
-INC_PR = "r5"
-
-inherit autotools pkgconfig
-
diff --git a/meta-oe/recipes-support/libnl/libnl1_1.1.bb b/meta-oe/recipes-support/libnl/libnl1_1.1.bb
index cf5396f..72f5995 100644
--- a/meta-oe/recipes-support/libnl/libnl1_1.1.bb
+++ b/meta-oe/recipes-support/libnl/libnl1_1.1.bb
@@ -1,10 +1,13 @@
-require libnl.inc
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
+SECTION = "libs/network"
+
+inherit autotools pkgconfig
 
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
 
-
-PR = "${INC_PR}.0"
+PR = "r6"
 
 # move it to extra subdirectory
 includedir = "${prefix}/include/libnl1"





More information about the Openembedded-commits mailing list