[oe-commits] Roman I Khimov : libnfnetlink: don't libtoolize version 0.0.30

git version control git at git.openembedded.org
Tue Mar 23 06:38:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ec139cc88b18e0cd1895f3eb05d11e9081f277b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ec139cc88b18e0cd1895f3eb05d11e9081f277b0

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Mar 22 17:16:28 2010 +0300

libnfnetlink: don't libtoolize version 0.0.30

Broken with newer libtool, builds fine without relibtoolizing.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/libnfnetlink/libnfnetlink_0.0.30.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
index 5d335a8..400d48d 100644
--- a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
+++ b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb
@@ -1,9 +1,7 @@
 include libnfnetlink.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 do_configure() {
-	gnu-configize
-	libtoolize --force
 	oe_runconf
 }





More information about the Openembedded-commits mailing list