diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:25:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-14 12:56:31 +0100 |
commit | 15f70441476b485dab2959113ec52c322e0db49a (patch) | |
tree | 56790ccce780bae695e0350710eda5e9f9309258 /meta/recipes-support | |
parent | e0531174119bff21e9014b95ed1bbd0e1c01af26 (diff) | |
download | openembedded-core-15f70441476b485dab2959113ec52c322e0db49a.tar.gz openembedded-core-15f70441476b485dab2959113ec52c322e0db49a.tar.bz2 openembedded-core-15f70441476b485dab2959113ec52c322e0db49a.zip |
libbsd: 0.8.2 -> 0.8.3
The LIC_FILES_CHKSUM changed because a word changes: http -> https.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.8.3.bb (renamed from meta/recipes-support/libbsd/libbsd_0.8.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.8.2.bb b/meta/recipes-support/libbsd/libbsd_0.8.3.bb index 3335386d8f..92121efa83 100644 --- a/meta/recipes-support/libbsd/libbsd_0.8.2.bb +++ b/meta/recipes-support/libbsd/libbsd_0.8.3.bb @@ -30,14 +30,14 @@ HOMEPAGE = "http://libbsd.freedesktop.org/wiki/" # License: public-domain # License: public-domain-Colin-Plumb LICENSE = "BSD-4-Clause & ISC & PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=145ec05a217d8f879f29cfc5f83084be" +LIC_FILES_CHKSUM = "file://COPYING;md5=0b9c89d861915b86655b96e5e32fa2aa" SECTION = "libs" SRC_URI = " \ http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ " -SRC_URI[md5sum] = "cdee252ccff978b50ad2336278c506c9" -SRC_URI[sha256sum] = "b2f644cae94a6e2fe109449c20ad79a0f6ee4faec2205b07eefa0020565e250a" +SRC_URI[md5sum] = "e935c1bb6cc98a4a43cb1da22795493a" +SRC_URI[sha256sum] = "934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8" inherit autotools pkgconfig |