blob: 36feaddcf8014198eb2302561b90d121ef87033b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "An Internet printing system for Unix"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04002DESCRIPTION = "The Common UNIX Printing System is a printing system and \
3general replacement for lpd and the like. It supports the Internet Printing \
4Protocol (IPP), and has its own filtering driver model for handling various \
5document types."
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006HOMEPAGE = "https://www.cups.org/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007SECTION = "console/utils"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008LICENSE = "Apache-2.0"
Andrew Geisslerc926e172021-05-07 16:11:35 -05009DEPENDS = "libpng jpeg dbus zlib libusb1"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/cups-${PV}-source.tar.gz \
Andrew Geissler82c905d2020-04-13 13:39:40 -050012 file://0001-use-echo-only-in-init.patch \
13 file://0002-don-t-try-to-run-generated-binaries.patch \
Andrew Geissler5f350902021-07-23 13:09:54 -040014 file://libexecdir.patch \
Andrew Geissler82c905d2020-04-13 13:39:40 -050015 file://0004-cups-fix-multilib-install-file-conflicts.patch \
16 file://volatiles.99_cups \
17 file://cups-volatiles.conf \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019
Andrew Geissler87f5cff2022-09-30 13:13:31 -050020GITHUB_BASE_URI = "https://github.com/OpenPrinting/cups/releases"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050021
Andrew Geissler8f840682023-07-21 09:09:43 -050022CVE_STATUS[CVE-2008-1033] = "not-applicable-platform: Issue only applies to MacOS"
23CVE_STATUS[CVE-2009-0032] = "cpe-incorrect: Issue affects pdfdistiller plugin used with but not part of cups"
24CVE_STATUS[CVE-2018-6553] = "not-applicable-platform: This is an Ubuntu only issue"
25CVE_STATUS[CVE-2022-26691] = "fixed-version: This is fixed in 2.4.2 but the cve-check class still reports it"
26CVE_STATUS[CVE-2021-25317] = "not-applicable-config: This concerns /var/log/cups having lp ownership, our /var/log/cups is root:root, so this doesn't apply."
Andrew Geissler6ce62a22020-11-30 19:58:47 -060027
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028LEAD_SONAME = "libcupsdriver.so"
29
30CLEANBROKEN = "1"
31
Andrew Geissler87f5cff2022-09-30 13:13:31 -050032inherit autotools-brokensep binconfig useradd systemd pkgconfig multilib_script github-releases
Patrick Williamsc124f4f2015-09-15 14:41:29 -050033
34USERADD_PACKAGES = "${PN}"
Patrick Williams213cb262021-08-07 19:21:33 -050035GROUPADD_PARAM:${PN} = "--system lpadmin"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050036
Patrick Williams213cb262021-08-07 19:21:33 -050037SYSTEMD_SERVICE:${PN} = "cups.socket cups.path cups.service cups-lpd.socket"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050038
39PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050040 ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
Andrew Geissler595f6302022-01-24 19:11:47 +000041PACKAGECONFIG[avahi] = "--with-dnssd=avahi,--with-dnssd=no,avahi"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050042PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
Andrew Geissler595f6302022-01-24 19:11:47 +000043PACKAGECONFIG[gnutls] = "--with-tls=gnutls,--with-tls=no,gnutls"
Brad Bishop19323692019-04-05 15:28:33 -040044PACKAGECONFIG[pam] = "--enable-pam --with-pam-module=unix, --disable-pam, libpam"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050045PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd"
Patrick Williamsf1e5d692016-03-30 15:21:19 -050046PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050047PACKAGECONFIG[webif] = "--enable-webif,--disable-webif"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050048
49EXTRA_OECONF = " \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050050 --enable-dbus \
Andrew Geissler9aee5002022-03-30 16:27:02 +000051 --with-dbusdir=${sysconfdir}/dbus-1 \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050052 --enable-browsing \
53 --disable-gssapi \
54 --enable-debug \
55 --disable-relro \
56 --enable-libusb \
Andrew Geissler90fd73c2021-03-05 15:25:55 -060057 --with-system-groups=lpadmin \
58 --with-cups-group=lp \
Andrew Geissler4c19ea12020-10-27 13:52:24 -050059 --with-domainsocket=/run/cups/cups.sock \
Andrew Geissler595f6302022-01-24 19:11:47 +000060 --with-pkgconfpath=${libdir}/pkgconfig \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060061 DSOFLAGS='${LDFLAGS}' \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050062 "
63
64EXTRA_AUTORECONF += "--exclude=autoheader"
65
Patrick Williamsc124f4f2015-09-15 14:41:29 -050066do_install () {
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050067 oe_runmake "BUILDROOT=${D}" install
Patrick Williamsc124f4f2015-09-15 14:41:29 -050068
69 # Remove /var/run from package as cupsd will populate it on startup
70 rm -fr ${D}/${localstatedir}/run
Andrew Geissler82c905d2020-04-13 13:39:40 -050071 rm -fr ${D}/${localstatedir}/log
Brad Bishop79641f22019-09-10 07:20:22 -040072 rmdir ${D}/${libexecdir}/${BPN}/driver
Patrick Williamsc124f4f2015-09-15 14:41:29 -050073
Patrick Williamsf1e5d692016-03-30 15:21:19 -050074 # Fix the pam configuration file permissions
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050075 if ${@bb.utils.contains('PACKAGECONFIG', 'pam', 'true', 'false', d)}; then
Patrick Williamsf1e5d692016-03-30 15:21:19 -050076 chmod 0644 ${D}${sysconfdir}/pam.d/cups
77 fi
78
Patrick Williamsc124f4f2015-09-15 14:41:29 -050079 # Remove sysinit script and symlinks if sysvinit is not in DISTRO_FEATURES
80 if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','false','true',d)}; then
81 rm -rf ${D}${sysconfdir}/init.d/
82 rm -rf ${D}${sysconfdir}/rc*
Andrew Geissler82c905d2020-04-13 13:39:40 -050083 install -d ${D}${sysconfdir}/tmpfiles.d
84 install -m 0644 ${WORKDIR}/cups-volatiles.conf \
85 ${D}${sysconfdir}/tmpfiles.d/cups.conf
86 else
87 install -d ${D}${sysconfdir}/default/volatiles
88 install -m 0644 ${WORKDIR}/volatiles.99_cups \
89 ${D}${sysconfdir}/default/volatiles/99_cups
Patrick Williamsc124f4f2015-09-15 14:41:29 -050090 fi
Patrick Williamsc124f4f2015-09-15 14:41:29 -050091}
92
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050093PACKAGES =+ "${PN}-lib ${PN}-libimage ${PN}-webif"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050094
Patrick Williams213cb262021-08-07 19:21:33 -050095RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}"
96FILES:${PN} += "${libexecdir}/cups/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050097
Patrick Williams213cb262021-08-07 19:21:33 -050098FILES:${PN}-lib = "${libdir}/libcups.so.*"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050099
Patrick Williams213cb262021-08-07 19:21:33 -0500100FILES:${PN}-libimage = "${libdir}/libcupsimage.so.*"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500101
Andrew Geisslerfc113ea2023-03-31 09:59:46 -0500102# put the html for the web interface into its own PACKAGE
103FILES:${PN}-webif += "${datadir}/doc/cups/ ${datadir}/icons/"
104RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'webif', '${PN}-webif', '', d)}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500105
Patrick Williams213cb262021-08-07 19:21:33 -0500106CONFFILES:${PN} += "${sysconfdir}/cups/cupsd.conf"
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500107
Andrew Geissler82c905d2020-04-13 13:39:40 -0500108MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/cups-config"
109
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500110SYSROOT_PREPROCESS_FUNCS += "cups_sysroot_preprocess"
111cups_sysroot_preprocess () {
Andrew Geissler82c905d2020-04-13 13:39:40 -0500112 sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libexecdir}/cups:'
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500113}