diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-09 10:43:39 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-09 10:43:39 +0200 |
commit | 9524d4aa5620a75999f74244b6beb0b51200f321 (patch) | |
tree | c409d1fcdb33a0ee7b38669da3253f351020c782 | |
parent | cf8a3496a7384193011f1e9c70308618062e4533 (diff) |
libnxml: convert to new style staging
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
-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 -} |