aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libtevent/libtevent
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-11-08 11:58:02 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-01-08 12:02:10 -0500
commit8a6978ae02e36b5bd328092209f03ca737201d95 (patch)
tree57d3fb50d6ad0a783b40cf7e14de44e25c08ec59 /meta-networking/recipes-support/libtevent/libtevent
parent36940f4a116799a9ef8486be690eee35f74f63d4 (diff)
downloadmeta-openembedded-8a6978ae02e36b5bd328092209f03ca737201d95.tar.gz
libtevent: update to version 0.99.33
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>
Diffstat (limited to 'meta-networking/recipes-support/libtevent/libtevent')
-rw-r--r--meta-networking/recipes-support/libtevent/libtevent/options-0.9.33.patch (renamed from meta-networking/recipes-support/libtevent/libtevent/tevent-Add-configure-options-for-packages.patch)28
1 files changed, 14 insertions, 14 deletions
diff --git a/meta-networking/recipes-support/libtevent/libtevent/tevent-Add-configure-options-for-packages.patch b/meta-networking/recipes-support/libtevent/libtevent/options-0.9.33.patch
index ddb8e4e23b..84b1a36881 100644
--- a/meta-networking/recipes-support/libtevent/libtevent/tevent-Add-configure-options-for-packages.patch
+++ b/meta-networking/recipes-support/libtevent/libtevent/options-0.9.33.patch
@@ -14,6 +14,10 @@ Add configure options for the following packages:
Upstream-Status: Inappropriate [oe deterministic build specific]
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
+
+Modified to apply to version 0.9.33.
+
+Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
lib/replace/system/wscript_configure | 6 ++-
lib/replace/wscript | 85 ++++++++++++++++++++++++++++--------
@@ -155,23 +159,19 @@ index fc43e1a..12d2a70 100644
conf.CHECK_CODE('''
struct ucred cred;
-diff --git a/wscript b/wscript
-old mode 100755
-new mode 100644
-index 71b9475..50793db
--- a/wscript
+++ b/wscript
-@@ -26,7 +26,12 @@ def set_options(opt):
- opt.add_option('--disable-python',
- help=("disable the pytevent module"),
- action="store_true", dest='disable_python', default=False)
+@@ -22,7 +22,12 @@ def set_options(opt):
+ opt.PRIVATE_EXTENSION_DEFAULT('tevent', noextension='tevent')
+ opt.RECURSE('lib/replace')
+ opt.RECURSE('lib/talloc')
-
-+ opt.add_option('--with-valgrind',
-+ help=("enable use of valgrind"),
-+ action="store_true", dest='enable_valgrind')
-+ opt.add_option('--without-valgrind',
-+ help=("disable use of valgrind"),
-+ action="store_false", dest='enable_valgrind', default=False)
++ opt.add_option('--with-valgrind',
++ help=("enable use of valgrind"),
++ action="store_true", dest='enable_valgrind')
++ 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')