diff options
Diffstat (limited to 'meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer')
-rw-r--r-- | meta-networking/dynamic-layers/meta-python/recipes-printing/system-config-printer/system-config-printer_1.5.18.bb | 10 |
1 files changed, 2 insertions, 8 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 bff16b4412..ac23182009 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 | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | SRC_URI = "git://github.com/OpenPrinting/system-config-printer.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/OpenPrinting/system-config-printer.git;protocol=https;branch=master" |
6 | 6 | ||
7 | SRCREV = "895d3dec50c93bfd4f142bac9bfcc13051bf84cb" | 7 | SRCREV = "895d3dec50c93bfd4f142bac9bfcc13051bf84cb" |
8 | S = "${WORKDIR}/git" | ||
9 | 8 | ||
10 | inherit autotools gettext pkgconfig python3native features_check | 9 | inherit autotools gettext pkgconfig python3native features_check |
11 | 10 | ||
@@ -26,19 +25,14 @@ do_install:append() { | |||
26 | cp -rf ${B}/cupshelpers.egg-info ${D}${PYTHON_SITEPACKAGES_DIR} | 25 | cp -rf ${B}/cupshelpers.egg-info ${D}${PYTHON_SITEPACKAGES_DIR} |
27 | cp -rf ${B}/cupshelpers ${D}${PYTHON_SITEPACKAGES_DIR} | 26 | cp -rf ${B}/cupshelpers ${D}${PYTHON_SITEPACKAGES_DIR} |
28 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg | 27 | rm -rf ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg |
29 | for f in __init__.cpython-311.pyc cupshelpers.cpython-311.pyc \ | 28 | 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 | } | 29 | } |
36 | 30 | ||
37 | FILES:${PN} += "${libdir} ${datadir}" | 31 | FILES:${PN} += "${libdir} ${datadir}" |
38 | 32 | ||
39 | RDEPENDS:${PN} = " \ | 33 | RDEPENDS:${PN} = " \ |
40 | cups \ | 34 | cups \ |
41 | dbus-x11 \ | 35 | ${VIRTUAL-RUNTIME_dbus} \ |
42 | gtk+3 \ | 36 | gtk+3 \ |
43 | libnotify \ | 37 | libnotify \ |
44 | python3-core \ | 38 | python3-core \ |