mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
python3-twisted: remove double var modification
It is either append or +=, but not both.
Pick append to be the correct one
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 19867269ba)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
412aee051c
commit
88f216f570
@@ -1,7 +1,7 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-twisted.inc
|
require python-twisted.inc
|
||||||
|
|
||||||
FILES_${PN}-core_append += " \
|
FILES_${PN}-core_append = " \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \
|
||||||
@@ -29,7 +29,7 @@ FILES_${PN}-news_append = " \
|
|||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-protocols_append += " \
|
FILES_${PN}-protocols_append = " \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user