diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-24 22:15:16 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:50 +0200 |
commit | ac960a64c86877de0af5d89a72aece499a51b97a (patch) | |
tree | e53b5e2fb21f03eb03a614263db2e29e0880e90d /meta-oe | |
parent | bf918d5384a062f99ee5b775a319cde0b06e77bf (diff) | |
download | meta-openembedded-ac960a64c86877de0af5d89a72aece499a51b97a.tar.gz |
openldap: 2.4.43 -> 2.4.44
1)Upgrade openldap from 2.4.43 to 2.4.44.
2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.4.44.bb (renamed from meta-oe/recipes-support/openldap/openldap_2.4.43.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb b/meta-oe/recipes-support/openldap/openldap_2.4.44.bb index 284db657ce..48e9066f9f 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.4.43.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.4.44.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html" | |||
9 | # basically BSD. opensource.org does not record this license | 9 | # basically BSD. opensource.org does not record this license |
10 | # at present (so it is apparently not OSI certified). | 10 | # at present (so it is apparently not OSI certified). |
11 | LICENSE = "OpenLDAP" | 11 | LICENSE = "OpenLDAP" |
12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9d845a25aef97da753144f1dacbf680c \ | 12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c933fba6d89fda89f58df1e086e3f2e7 \ |
13 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ | 13 | file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ |
14 | " | 14 | " |
15 | SECTION = "libs" | 15 | SECTION = "libs" |
@@ -26,8 +26,8 @@ SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${BP}.tgz \ | |||
26 | file://thread_stub.patch \ | 26 | file://thread_stub.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRC_URI[md5sum] = "49ca65e27891fcf977d78c10f073c705" | 29 | SRC_URI[md5sum] = "693ac26de86231f8dcae2b4e9d768e51" |
30 | SRC_URI[sha256sum] = "34d78e5598a2b0360d26a9050fcdbbe198c65493b013bb607839d5598b6978c8" | 30 | SRC_URI[sha256sum] = "d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400" |
31 | 31 | ||
32 | DEPENDS = "util-linux groff-native" | 32 | DEPENDS = "util-linux groff-native" |
33 | 33 | ||