diff options
Diffstat (limited to 'meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb')
-rw-r--r-- | meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb index f9a5e15689..6cd25e346a 100644 --- a/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb +++ b/meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb | |||
@@ -26,12 +26,7 @@ do_install:append() { | |||
26 | cp -rf ${B}/cupshelpers.egg-info ${D}${PYTHON_SITEPACKAGES_DIR} | 26 | cp -rf ${B}/cupshelpers.egg-info ${D}${PYTHON_SITEPACKAGES_DIR} |
27 | cp -rf ${B}/cupshelpers ${D}${PYTHON_SITEPACKAGES_DIR} | 27 | cp -rf ${B}/cupshelpers ${D}${PYTHON_SITEPACKAGES_DIR} |
28 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg | 28 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg |
29 | for f in __init__.cpython-311.pyc cupshelpers.cpython-311.pyc \ | 29 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/cupshelpers/__pycache__ |
30 | config.cpython-311.pyc ppds.cpython-311.pyc \ | ||
31 | installdriver.cpython-311.pyc openprinting.cpython-311.pyc \ | ||
32 | xmldriverprefs.cpython-311.pyc; do | ||
33 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/cupshelpers/__pycache__/$f | ||
34 | done | ||
35 | } | 30 | } |
36 | 31 | ||
37 | FILES:${PN} += "${libdir} ${datadir}" | 32 | FILES:${PN} += "${libdir} ${datadir}" |