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-15 08:35:00 +0100 |
commit | 791e18a026b548257df2a8937a4f53a768bf4965 (patch) | |
tree | 6315312f0f6524e8e6e4919c0ff4022b6d1c8636 /meta/recipes-support | |
parent | f221f331704c0bdfc7c1dd361e666ce2158fe282 (diff) | |
download | poky-791e18a026b548257df2a8937a4f53a768bf4965.tar.gz |
libbsd: 0.8.2 -> 0.8.3
The LIC_FILES_CHKSUM changed because a word changes: http -> https.
(From OE-Core rev: 15f70441476b485dab2959113ec52c322e0db49a)
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/" | |||
30 | # License: public-domain | 30 | # License: public-domain |
31 | # License: public-domain-Colin-Plumb | 31 | # License: public-domain-Colin-Plumb |
32 | LICENSE = "BSD-4-Clause & ISC & PD" | 32 | LICENSE = "BSD-4-Clause & ISC & PD" |
33 | LIC_FILES_CHKSUM = "file://COPYING;md5=145ec05a217d8f879f29cfc5f83084be" | 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=0b9c89d861915b86655b96e5e32fa2aa" |
34 | SECTION = "libs" | 34 | SECTION = "libs" |
35 | 35 | ||
36 | SRC_URI = " \ | 36 | SRC_URI = " \ |
37 | http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 37 | http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
38 | " | 38 | " |
39 | 39 | ||
40 | SRC_URI[md5sum] = "cdee252ccff978b50ad2336278c506c9" | 40 | SRC_URI[md5sum] = "e935c1bb6cc98a4a43cb1da22795493a" |
41 | SRC_URI[sha256sum] = "b2f644cae94a6e2fe109449c20ad79a0f6ee4faec2205b07eefa0020565e250a" | 41 | SRC_URI[sha256sum] = "934b634f4dfd865b6482650b8f522c70ae65c463529de8be907b53c89c3a34a8" |
42 | 42 | ||
43 | inherit autotools pkgconfig | 43 | inherit autotools pkgconfig |