diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-08-08 14:47:57 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:21:01 +0200 |
| commit | c1966a1b3f728aa1d6d861a2791ae0cc10ebb14a (patch) | |
| tree | bd42b80697140f0d57d58b3c29360be3a3cc46aa /meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb | |
| parent | c3ad7be1cc75ae5419ae4d9cd078e2fc0aaad218 (diff) | |
| download | meta-openembedded-c1966a1b3f728aa1d6d861a2791ae0cc10ebb14a.tar.gz | |
python3-twisted: Fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb index 98016cca39..57406cd527 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_13.2.0.bb | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
| 2 | require python-twisted.inc | 2 | require python-twisted.inc |
| 3 | 3 | ||
| 4 | SRC_URI += "file://0001-initsendmsg-Return-NULL-on-error.patch \ | ||
| 5 | " | ||
| 6 | |||
| 4 | RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang" | 7 | RDEPENDS_${PN}-core = "python3-core python3-zopeinterface python3-lang" |
| 5 | 8 | ||
| 6 | FILES_${PN}-core_append += " \ | 9 | FILES_${PN}-core_append += " \ |
