diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-12 23:49:29 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-13 10:33:37 +0900 |
commit | 624edfdc6c0b9e6974e7e73a0ea2303a6b3e4181 (patch) | |
tree | e403ab27b911435204013e6c253094ca69dd95de /recipes | |
parent | 543f79f0298ff23b03339172e8a2f3f05784495e (diff) |
libidn: old SRC_URI has become unavailable
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gpephone/libidn_0.5.19.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gpephone/libidn_0.5.19.bb b/recipes/gpephone/libidn_0.5.19.bb index 322790b8ab..779a605f3a 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" |