libnxml: convert to new style staging
authorMichael Lippautz <michael.lippautz@gmail.com>
Sun, 9 May 2010 08:43:39 +0000 (10:43 +0200)
committerMichael Lippautz <michael.lippautz@gmail.com>
Sun, 9 May 2010 08:43:39 +0000 (10:43 +0200)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
recipes/libnxml/libnxml.inc

index 7a777da..af2ee87 100644 (file)
@@ -4,12 +4,8 @@ LICENSE = "LGPL"
 
 DEPENDS = "curl"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 inherit autotools pkgconfig
 
 SRC_URI = "http://www.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz"
-
-do_stage() {
-    autotools_stage_all
-}