diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libnxml/libnxml.inc | 6 |
1 files changed, 1 insertions, 5 deletions
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 -} |