diff options
author | wangmy <wangmy@fujitsu.com> | 2021-07-25 00:46:04 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 09:23:04 -0700 |
commit | a649ee623d474804a3b8c84044b46c4ee0af2519 (patch) | |
tree | fcec7d98e7910f5b8d724c2b4e676031e3dfe4ea | |
parent | cfbf2182a715d185262f2c5f00b8866084f6f078 (diff) | |
download | meta-openembedded-a649ee623d474804a3b8c84044b46c4ee0af2519.tar.gz |
libtalloc: upgrade 2.3.2 -> 2.3.3
License-Update:
add note:
** NOTE! The following LGPL license applies to the talloc
** library. This does NOT imply that all of Samba is released
** under the LGPL
"GNU General Public License" changed to "GNU Lesser General Public License"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 173cf5fd6b3fa2b0ee74ccb5fc11a96319943821)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb (renamed from meta-networking/recipes-support/libtalloc/libtalloc_2.3.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.2.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb index ae92de2db3..1d227dac6c 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.2.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb | |||
@@ -3,14 +3,14 @@ HOMEPAGE = "http://talloc.samba.org" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL-3.0+ & GPL-3.0+" | 4 | LICENSE = "LGPL-3.0+ & GPL-3.0+" |
5 | LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \ | 5 | LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \ |
6 | file://pytalloc.h;beginline=1;endline=18;md5=2c498cc6f2263672483237b20f46b43d" | 6 | file://pytalloc.h;beginline=1;endline=18;md5=21ab13bd853679d7d47a1739cb3b7db6 \ |
7 | " | ||
7 | 8 | ||
8 | 9 | ||
9 | SRC_URI = "https://www.samba.org/ftp/talloc/talloc-${PV}.tar.gz \ | 10 | SRC_URI = "https://www.samba.org/ftp/talloc/talloc-${PV}.tar.gz \ |
10 | file://options-2.2.0.patch \ | 11 | file://options-2.2.0.patch \ |
11 | " | 12 | " |
12 | SRC_URI[md5sum] = "3376a86bdf9dd4abc6b8d8d645390902" | 13 | SRC_URI[sha256sum] = "6be95b2368bd0af1c4cd7a88146eb6ceea18e46c3ffc9330bf6262b40d1d8aaa" |
13 | SRC_URI[sha256sum] = "27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7" | ||
14 | 14 | ||
15 | inherit waf-samba | 15 | inherit waf-samba |
16 | 16 | ||