diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:51:44 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:51:44 +0200 |
commit | 9c637acc4db71856ff35283243684f7fe7236473 (patch) | |
tree | bd1ef167e8eddc0c680d04e5cb7d47025a8f1e26 | |
parent | c68980af2f249a1bb65be264a45792d6953e7bb8 (diff) |
libnxml.inc: Fix INC_PR from "0" to "r0".
-rw-r--r-- | recipes/libnxml/libnxml.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc index aa9c783164..7a777dab1a 100644 --- a/recipes/libnxml/libnxml.inc +++ b/recipes/libnxml/libnxml.inc @@ -4,7 +4,7 @@ LICENSE = "LGPL" DEPENDS = "curl" -INC_PR = "0" +INC_PR = "r0" inherit autotools pkgconfig |