diff options
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" + |