mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
36940f4a11
commit
8a6978ae02
+14
-14
@@ -14,6 +14,10 @@ Add configure options for the following packages:
|
|||||||
Upstream-Status: Inappropriate [oe deterministic build specific]
|
Upstream-Status: Inappropriate [oe deterministic build specific]
|
||||||
|
|
||||||
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
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/system/wscript_configure | 6 ++-
|
||||||
lib/replace/wscript | 85 ++++++++++++++++++++++++++++--------
|
lib/replace/wscript | 85 ++++++++++++++++++++++++++++--------
|
||||||
@@ -155,23 +159,19 @@ index fc43e1a..12d2a70 100644
|
|||||||
|
|
||||||
conf.CHECK_CODE('''
|
conf.CHECK_CODE('''
|
||||||
struct ucred cred;
|
struct ucred cred;
|
||||||
diff --git a/wscript b/wscript
|
|
||||||
old mode 100755
|
|
||||||
new mode 100644
|
|
||||||
index 71b9475..50793db
|
|
||||||
--- a/wscript
|
--- a/wscript
|
||||||
+++ b/wscript
|
+++ b/wscript
|
||||||
@@ -26,7 +26,12 @@ def set_options(opt):
|
@@ -22,7 +22,12 @@ def set_options(opt):
|
||||||
opt.add_option('--disable-python',
|
opt.PRIVATE_EXTENSION_DEFAULT('tevent', noextension='tevent')
|
||||||
help=("disable the pytevent module"),
|
opt.RECURSE('lib/replace')
|
||||||
action="store_true", dest='disable_python', default=False)
|
opt.RECURSE('lib/talloc')
|
||||||
-
|
-
|
||||||
+ opt.add_option('--with-valgrind',
|
+ opt.add_option('--with-valgrind',
|
||||||
+ help=("enable use of valgrind"),
|
+ help=("enable use of valgrind"),
|
||||||
+ action="store_true", dest='enable_valgrind')
|
+ action="store_true", dest='enable_valgrind')
|
||||||
+ opt.add_option('--without-valgrind',
|
+ opt.add_option('--without-valgrind',
|
||||||
+ help=("disable use of valgrind"),
|
+ help=("disable use of valgrind"),
|
||||||
+ action="store_false", dest='enable_valgrind', default=False)
|
+ action="store_false", dest='enable_valgrind', default=False)
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
conf.RECURSE('lib/replace')
|
conf.RECURSE('lib/replace')
|
||||||
+3
-3
@@ -7,12 +7,12 @@ DEPENDS += "libtalloc"
|
|||||||
RDEPENDS_python-tevent = "python"
|
RDEPENDS_python-tevent = "python"
|
||||||
|
|
||||||
SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
|
SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
|
||||||
file://tevent-Add-configure-options-for-packages.patch \
|
file://options-0.9.33.patch \
|
||||||
"
|
"
|
||||||
LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"
|
LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "5453847664ae6bc4ec0153e59ac635b9"
|
SRC_URI[md5sum] = "527a43f35b4251e46f28921342895223"
|
||||||
SRC_URI[sha256sum] = "4a13f2256ad804c860e84068258bd0f8be31cf0c79aa8f3019fa32f6928c2bfc"
|
SRC_URI[sha256sum] = "22712ee981fd4298fcd5f3afb27d87a72257cebad37812cfbd3da5d968ed1bdc"
|
||||||
|
|
||||||
inherit waf-samba
|
inherit waf-samba
|
||||||
|
|
||||||
Reference in New Issue
Block a user