[oe-commits] Rolf Leggewie : libidn: old SRC_URI has become unavailable

git version control git at git.openembedded.org
Sat Jun 13 02:01:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 624edfdc6c0b9e6974e7e73a0ea2303a6b3e4181
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=624edfdc6c0b9e6974e7e73a0ea2303a6b3e4181

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Fri Jun 12 23:49:29 2009 +0900

libidn: old SRC_URI has become unavailable

---

 conf/checksums.ini                |    2 +-
 recipes/gpephone/libidn_0.5.19.bb |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c72dcde..2993928 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -13678,7 +13678,7 @@ sha256=63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151
 md5=e5808ad997ba32c498803822078748c3
 sha256=63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151
 
-[http://josefsson.org/libidn/releases/libidn-0.5.19.tar.gz]
+[http://alpha.gnu.org/gnu/libidn/libidn-0.5.19.tar.gz]
 md5=440835808c577073db7d571357223dce
 sha256=4f707c189259d7b3dda908d78a995366d388fe051aa3554b82cb324426997a23
 
diff --git a/recipes/gpephone/libidn_0.5.19.bb b/recipes/gpephone/libidn_0.5.19.bb
index 322790b..779a605 100644
--- a/recipes/gpephone/libidn_0.5.19.bb
+++ b/recipes/gpephone/libidn_0.5.19.bb
@@ -1,12 +1,12 @@
-LICENSE     = "LGPL"
 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
 SECTION = "libs"
-PRIORITY    = "optional"
-PR          = "r0"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+PR = "r0"
 
 inherit pkgconfig autotools
 
-SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
+SRC_URI = "http://alpha.gnu.org/gnu/libidn/libidn-${PV}.tar.gz"
 
 EXTRA_OECONF = " --disable-tld"
 





More information about the Openembedded-commits mailing list