mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +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 19867269bacd2676369b1f92c9103c8eb0b882db) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
412aee051c
commit
88f216f570
@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user