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