diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-23 22:20:57 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 16:10:55 -0400 |
commit | 8ef5e3ffc3810d59c782e951e9d3705ced6ed890 (patch) | |
tree | c50fcff86b26eba0c087f1de367388e34989b583 /meta-networking | |
parent | 52db0e6c052e36da05348365b953f0bdfaefd54e (diff) | |
download | meta-openembedded-8ef5e3ffc3810d59c782e951e9d3705ced6ed890.tar.gz |
libtalloc: Upgrade to 2.1.9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb (renamed from meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb index 0283088ff..d80af50d2 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "Hierarchical, reference counted memory pool system with destructors" | |||
2 | HOMEPAGE = "http://talloc.samba.org" | 2 | 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 | |||
6 | SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ | ||
7 | file://talloc-Add-configure-options-for-packages.patch \ | ||
8 | " | ||
9 | 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 \ |
10 | file://pytalloc.h;beginline=1;endline=18;md5=2c498cc6f2263672483237b20f46b43d" | 6 | file://pytalloc.h;beginline=1;endline=18;md5=2c498cc6f2263672483237b20f46b43d" |
11 | 7 | ||
12 | SRC_URI[md5sum] = "6fb70af4174330e4cc139ea63b07c9e9" | ||
13 | SRC_URI[sha256sum] = "22d14911164d4de67ff76b5269fa5250d01f78c955bc77e28615350996877130" | ||
14 | 8 | ||
9 | SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ | ||
10 | file://talloc-Add-configure-options-for-packages.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "19ba14eba97d79a169fa92ea824d2b9e" | ||
13 | SRC_URI[sha256sum] = "f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062" | ||
15 | 14 | ||
16 | inherit waf-samba | 15 | inherit waf-samba |
17 | 16 | ||