[oe-commits] [meta-openembedded] 44/59: libtalloc: update to version 2.1.10

git at git.openembedded.org git at git.openembedded.org
Sat Dec 30 20:39:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit fac6329dc3617c32ea990047a81a7c7cae473987
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Wed Nov 8 11:58:01 2017 -0800

    libtalloc: update to version 2.1.10
    
    Version needed to build samba 4.7.0.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 ...-options-for-packages.patch => options-2.1.10.patch} | 17 ++++++++++-------
 .../{libtalloc_2.1.9.bb => libtalloc_2.1.10.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
similarity index 95%
rename from meta-networking/recipes-support/libtalloc/libtalloc/talloc-Add-configure-options-for-packages.patch
rename to meta-networking/recipes-support/libtalloc/libtalloc/options-2.1.10.patch
index 46b2405..35f8eaf 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:
 Upstream-Status: Inappropriate [oe deterministic build specific]
 
 Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
+
+Modified to apply to version 2.1.10.
+
+Signed-off-by: Joe Slater <joe.slater at windriver.com>
+
 ---
  lib/replace/system/wscript_configure |  6 ++-
  lib/replace/wscript                  | 85 ++++++++++++++++++++++++++++--------
@@ -154,14 +159,12 @@ index fc43e1a..12d2a70 100644
  
      conf.CHECK_CODE('''
                  struct ucred cred;
-diff --git a/wscript b/wscript
-index 41f3be7..556c1c8 100644
 --- a/wscript
 +++ b/wscript
-@@ -35,7 +35,12 @@ def set_options(opt):
-         opt.add_option('--disable-python',
-                        help=("disable the pytalloc module"),
-                        action="store_true", dest='disable_python', default=False)
+@@ -32,7 +32,12 @@ def set_options(opt):
+         opt.add_option('--enable-talloc-compat1',
+                        help=("Build talloc 1.x.x compat library [False]"),
+                        action="store_true", dest='TALLOC_COMPAT1', default=False)
 -
 +        opt.add_option('--with-valgrind',
 +                       help=("enable use of valgrind"),
@@ -169,7 +172,7 @@ index 41f3be7..556c1c8 100644
 +        opt.add_option('--without-valgrind',
 +                       help=("disable use of valgrind"),
 +                       action="store_false", dest='enable_valgrind', default=False)
- 
+
  def configure(conf):
      conf.RECURSE('lib/replace')
 -- 
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.10.bb
similarity index 90%
rename from meta-networking/recipes-support/libtalloc/libtalloc_2.1.9.bb
rename to meta-networking/recipes-support/libtalloc/libtalloc_2.1.10.bb
index d80af50..23dca15 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
 
 
 SRC_URI = "https://samba.org/ftp/talloc/talloc-${PV}.tar.gz \
-           file://talloc-Add-configure-options-for-packages.patch \
+           file://options-2.1.10.patch \
 "
-SRC_URI[md5sum] = "19ba14eba97d79a169fa92ea824d2b9e"
-SRC_URI[sha256sum] = "f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062"
+
+SRC_URI[md5sum] = "48b8822a76797bb143e3e38ed738c320"
+SRC_URI[sha256sum] = "c985e94bebd6ec2f6af3d95dcc3fcb192a2ddb7781a021d70ee899e26221f619"
 
 inherit waf-samba
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list