diff options
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index adf21eb17e..162b3fd844 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -12,7 +12,10 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | |||
12 | 12 | ||
13 | LEAD_SONAME = "libcupsdriver.so" | 13 | LEAD_SONAME = "libcupsdriver.so" |
14 | 14 | ||
15 | inherit autotools-brokensep binconfig | 15 | inherit autotools-brokensep binconfig useradd |
16 | |||
17 | USERADD_PACKAGES = "${PN}" | ||
18 | GROUPADD_PARAM_${PN} = "--system lpadmin" | ||
16 | 19 | ||
17 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ | 20 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ |
18 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
@@ -79,6 +82,7 @@ python do_package_append() { | |||
79 | 82 | ||
80 | PACKAGES =+ "${PN}-lib ${PN}-libimage" | 83 | PACKAGES =+ "${PN}-lib ${PN}-libimage" |
81 | 84 | ||
85 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}" | ||
82 | FILES_${PN} += "${libdir}/cups/backend \ | 86 | FILES_${PN} += "${libdir}/cups/backend \ |
83 | ${libdir}/cups/cgi-bin \ | 87 | ${libdir}/cups/cgi-bin \ |
84 | ${libdir}/cups/filter \ | 88 | ${libdir}/cups/filter \ |