diff options
author | Joe Slater <jslater@windriver.com> | 2017-11-08 11:58:01 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-01-08 12:02:06 -0500 |
commit | 36940f4a116799a9ef8486be690eee35f74f63d4 (patch) | |
tree | 69e55ffaca3aff22628f8e94910091a32e339c64 | |
parent | aa4bed65e489fcf2eba5d86acba833b9a93aac6a (diff) | |
download | meta-openembedded-36940f4a116799a9ef8486be690eee35f74f63d4.tar.gz |
libtalloc: update to version 2.1.10
Version needed to build samba 4.7.0.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-support/libtalloc/libtalloc/options-2.1.10.patch (renamed from meta-networking/recipes-support/libtalloc/libtalloc/talloc-Add-configure-options-for-packages.patch) | 17 | ||||
-rw-r--r-- | meta-networking/recipes-support/libtalloc/libtalloc_2.1.10.bb (renamed from meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb) | 7 |
2 files changed, 14 insertions, 10 deletions
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc/talloc-Add-configure-options-for-packages.patch b/meta-networking/recipes-support/libtalloc/libtalloc/options-2.1.10.patch index 46b2405cb..35f8eaf7d 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc/talloc-Add-configure-options-for-packages.patch +++ b/meta-networking/recipes-support/libtalloc/libtalloc/options-2.1.10.patch | |||
@@ -14,6 +14,11 @@ Add configure options for the following packages: | |||
14 | Upstream-Status: Inappropriate [oe deterministic build specific] | 14 | Upstream-Status: Inappropriate [oe deterministic build specific] |
15 | 15 | ||
16 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 16 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
17 | |||
18 | Modified to apply to version 2.1.10. | ||
19 | |||
20 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | ||
21 | |||
17 | --- | 22 | --- |
18 | lib/replace/system/wscript_configure | 6 ++- | 23 | lib/replace/system/wscript_configure | 6 ++- |
19 | lib/replace/wscript | 85 ++++++++++++++++++++++++++++-------- | 24 | lib/replace/wscript | 85 ++++++++++++++++++++++++++++-------- |
@@ -154,14 +159,12 @@ index fc43e1a..12d2a70 100644 | |||
154 | 159 | ||
155 | conf.CHECK_CODE(''' | 160 | conf.CHECK_CODE(''' |
156 | struct ucred cred; | 161 | struct ucred cred; |
157 | diff --git a/wscript b/wscript | ||
158 | index 41f3be7..556c1c8 100644 | ||
159 | --- a/wscript | 162 | --- a/wscript |
160 | +++ b/wscript | 163 | +++ b/wscript |
161 | @@ -35,7 +35,12 @@ def set_options(opt): | 164 | @@ -32,7 +32,12 @@ def set_options(opt): |
162 | opt.add_option('--disable-python', | 165 | opt.add_option('--enable-talloc-compat1', |
163 | help=("disable the pytalloc module"), | 166 | help=("Build talloc 1.x.x compat library [False]"), |
164 | action="store_true", dest='disable_python', default=False) | 167 | action="store_true", dest='TALLOC_COMPAT1', default=False) |
165 | - | 168 | - |
166 | + opt.add_option('--with-valgrind', | 169 | + opt.add_option('--with-valgrind', |
167 | + help=("enable use of valgrind"), | 170 | + help=("enable use of valgrind"), |
@@ -169,7 +172,7 @@ index 41f3be7..556c1c8 100644 | |||
169 | + opt.add_option('--without-valgrind', | 172 | + opt.add_option('--without-valgrind', |
170 | + help=("disable use of valgrind"), | 173 | + help=("disable use of valgrind"), |
171 | + action="store_false", dest='enable_valgrind', default=False) | 174 | + action="store_false", dest='enable_valgrind', default=False) |
172 | 175 | ||
173 | def configure(conf): | 176 | def configure(conf): |
174 | conf.RECURSE('lib/replace') | 177 | conf.RECURSE('lib/replace') |
175 | -- | 178 | -- |
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.10.bb index d80af50d2..23dca15fd 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.10.bb | |||
@@ -7,10 +7,11 @@ LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6 | |||
7 | 7 | ||
8 | 8 | ||
9 | SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ | 9 | SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \ |
10 | file://talloc-Add-configure-options-for-packages.patch \ | 10 | file://options-2.1.10.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "19ba14eba97d79a169fa92ea824d2b9e" | 12 | |
13 | SRC_URI[sha256sum] = "f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062" | 13 | SRC_URI[md5sum] = "48b8822a76797bb143e3e38ed738c320" |
14 | SRC_URI[sha256sum] = "c985e94bebd6ec2f6af3d95dcc3fcb192a2ddb7781a021d70ee899e26221f619" | ||
14 | 15 | ||
15 | inherit waf-samba | 16 | inherit waf-samba |
16 | 17 | ||