diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:32:26 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:32:26 +0200 |
commit | 455a67ee98ed82e3b8e5fbb4d31875110ef9114f (patch) | |
tree | b61a08c4ef551a14ddee58f1caf2b6fc5242b442 | |
parent | 775c746f69a6eb9cfacc76b6c8c97f4296f59f8b (diff) |
libnxml: Use .inc and INC_PR.
-rw-r--r-- | recipes/libnxml/libnxml.inc (renamed from recipes/libnxml/libnxml_0.16.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libnxml/libnxml_0.16.bb b/recipes/libnxml/libnxml.inc index 6f836d226d..0930d5d1d9 100644 --- a/recipes/libnxml/libnxml_0.16.bb +++ b/recipes/libnxml/libnxml.inc @@ -4,11 +4,12 @@ LICENSE = "LGPL" DEPENDS = "curl" +INC_PR = "0" + inherit autotools pkgconfig SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" - do_stage() { autotools_stage_all } |