mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +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>
This commit is contained in:
committed by
Khem Raj
parent
7e5d8e32a3
commit
19867269ba
@@ -1,7 +1,7 @@
|
||||
inherit pypi setuptools3
|
||||
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/python/__pycache__/*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 \
|
||||
"
|
||||
|
||||
FILES_${PN}-protocols_append += " \
|
||||
FILES_${PN}-protocols_append = " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user