mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-twisted: remove empty PN-src and PN-dbg
Nothing is packaged in these, there are no debug symbols and the sources are packaged into the regular packages. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
f3bacf644e
commit
ce5e0278cf
|
|
@ -78,7 +78,6 @@ RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
|
|||
RDEPENDS:${PN}-words += "${PN}-core"
|
||||
RDEPENDS:${PN}-flow += "${PN}-core"
|
||||
RDEPENDS:${PN}-pair += "${PN}-core"
|
||||
RDEPENDS:${PN}-dbg = "${PN}"
|
||||
|
||||
FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/${PYPI_PACKAGE}-${PV}.dist-info/*"
|
||||
|
||||
|
|
@ -243,22 +242,10 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \
|
|||
${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \
|
||||
"
|
||||
|
||||
FILES:${PN}-dbg += " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \
|
||||
"
|
||||
|
||||
FILES:${PN}-doc += " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \
|
||||
"
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
FILES:${PN}-core:append = " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user