mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
python-twisted: Remove ${PN}-src
This fixes the QA errors about double defining this in PACKAGES it seems to be removed in py3 version of recipe too so we just do it in inc file so both recipes can use it Fix a typo in specifying rdep Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -35,7 +35,6 @@ PACKAGES += "\
|
||||
"
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-src \
|
||||
${PN}-bin \
|
||||
"
|
||||
|
||||
@@ -242,9 +241,10 @@ FILES_${PN}-doc += " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \
|
||||
"
|
||||
|
||||
RDEPENDS_{PN}-src = "${PN}"
|
||||
RDEPENDS_${PN}-src = "${PN}"
|
||||
FILES_${PN}-src = " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user