From: Michael Lippautz Date: Sun, 9 May 2010 08:43:39 +0000 (+0200) Subject: libnxml: convert to new style staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9524d4aa5620a75999f74244b6beb0b51200f321;p=openembedded.git libnxml: convert to new style staging Signed-off-by: Michael Lippautz --- diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc index 7a777dab1a..af2ee87725 100644 --- a/recipes/libnxml/libnxml.inc +++ b/recipes/libnxml/libnxml.inc @@ -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 -}