summaryrefslogtreecommitdiffstats
path: root/meta-networking/dynamic-layers/meta-python/recipes-printing
Commit message (Collapse)AuthorAgeFilesLines
* system-config-printer: fix runtime for system-config-printerMarkus Volk2024-01-281-0/+3
| | | | | | | | | | | https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=76e0113299bb65b840b2dd1409e31c67cc66d4b5 breaks runtime for system-config-printer, as it changes the way the cupshelpers module is installed and thus prevents system-config-printer from finding it. Install the module in a way it can be found. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: rely on setuptools to obtain distutils copyAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: Add packageconfig for polkitMarkus Volk2023-11-251-1/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: Add cups to rdependsMarkus Volk2023-11-141-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | | | This reverts the commit df47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd. The correct DISTRO_FEATURE is gobject-introspection-data, which shall also be used by firewalld. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: Check for gobject-introspection as well in distro ↵Khem Raj2023-05-251-1/+1
| | | | | | | | | features firewalld is only enabled when gobject-introspection is in distro features which is required package to build system-config-printer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: Delete __pycache__ filesKhem Raj2023-05-231-0/+9
| | | | | | | These pyc files include references to buildtime TMPDIR, therefore delete them and let them be regerated during runtime if needed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: clean up DEPENDSRoss Burton2023-05-201-2/+2
| | | | | | | | | | Remove intltool-native as it is not used, and add autoconf-archive-native. Also explicitly disable systemd when not selected to be sure it doesn't automatically enable. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: add recipeMarkus Volk2023-02-011-0/+36
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>