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 | |
parent | de8f4ecb08e75b207c8bf9704bac4dc60e2a84aa (diff) | |
parent | 624edfdc6c0b9e6974e7e73a0ea2303a6b3e4181 (diff) |
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | conf/checksums.ini | 2 | ||||
-rw-r--r-- | 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 d08af84c7f..45e47af6ed 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 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" |