diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:49:31 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-02 00:49:31 +0200 |
commit | c68980af2f249a1bb65be264a45792d6953e7bb8 (patch) | |
tree | 5982b12efda6df195fdda53b4b470937468c9c94 /recipes | |
parent | 455a67ee98ed82e3b8e5fbb4d31875110ef9114f (diff) |
libnxml: Added 0.18.3. Changed upstream URL www2.* to www.*.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libnxml/libnxml.inc | 2 | ||||
-rw-r--r-- | recipes/libnxml/libnxml_0.16.bb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/libnxml/libnxml.inc b/recipes/libnxml/libnxml.inc index 0930d5d1d9..aa9c783164 100644 --- a/recipes/libnxml/libnxml.inc +++ b/recipes/libnxml/libnxml.inc @@ -8,7 +8,7 @@ INC_PR = "0" inherit autotools pkgconfig -SRC_URI = "http://www2.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" +SRC_URI = "http://www.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz" do_stage() { autotools_stage_all diff --git a/recipes/libnxml/libnxml_0.16.bb b/recipes/libnxml/libnxml_0.16.bb new file mode 100644 index 0000000000..b233795023 --- /dev/null +++ b/recipes/libnxml/libnxml_0.16.bb @@ -0,0 +1,4 @@ +require libnxml.inc + +PR = "${INC_PR}.0" + |