diff options
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 | ||