From 88f216f570e607f84b11d45a9401201175e96eba Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 30 May 2020 22:23:41 +0200 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit 19867269bacd2676369b1f92c9103c8eb0b882db) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-twisted_19.10.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-twisted_19.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_19.10.0.bb index dfb9d4a4cc..c12d1cc04e 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_19.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_19.10.0.bb @@ -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 \ " -- cgit 1.2.3-korg