diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 09:49:25 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 09:49:25 +0100 |
commit | ae82ac27d6cdd1084941dab14b9ff04e19210bae (patch) | |
tree | f8dae8953d4797ccb47d5f9f6c12a597128a1339 /recipes | |
parent | de8f4ecb08e75b207c8bf9704bac4dc60e2a84aa (diff) | |
parent | 624edfdc6c0b9e6974e7e73a0ea2303a6b3e4181 (diff) |
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
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" |