From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/7] package/cups: bump to version 2.3.3
Date: Sat, 20 Jun 2020 22:35:40 +0200 [thread overview]
Message-ID: <20200620223540.3ccb6371@windsurf.home> (raw)
In-Reply-To: <20200619145719.2352019-4-angelo@amarulasolutions.com>
Hello Angelo,
On Fri, 19 Jun 2020 16:57:15 +0200
Angelo Compagnucci <angelo@amarulasolutions.com> wrote:
> This patch bumps cups to version 2.3.3.
> While bumping, fixing also the wrong installation of service files:
> the rcdir was left to the default value, that means installing the
> service files into the /etc/rcX.d directory.
> Adding also a simplified systemv service file for loading cupsd.
Again, this seems to be mixing up different changes together in the
same commit. If I understand correctly what you're saying, you should
have at least three different commits:
- Fix the rcdir value, due to which the systemd service file was not
installed at the right place.
- Provide and install an init script
- Bump the version.
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Same issue as PATCH 2/7 about author/SoB.
> diff --git a/package/cups/S81cupsd b/package/cups/S81cupsd
> new file mode 100644
> index 0000000000..f527d55f1e
> --- /dev/null
> +++ b/package/cups/S81cupsd
Please take inspiration from package/busybox/S01syslogd.
> -CUPS_VERSION = 2.3.1
> +CUPS_VERSION = 2.3.3
> CUPS_SOURCE = cups-$(CUPS_VERSION)-source.tar.gz
> CUPS_SITE = https://github.com/apple/cups/releases/download/v$(CUPS_VERSION)
> CUPS_LICENSE = Apache-2.0 with GPL-2.0/LGPL-2.0 exception
> @@ -21,7 +21,8 @@ CUPS_CONF_OPTS = \
> --with-docdir=/usr/share/cups/doc-root \
> --disable-gssapi \
> --disable-pam \
> - --libdir=/usr/lib
> + --libdir=/usr/lib \
> + --with-rcdir=no
--without-rcdir
> +define CUPS_INSTALL_INIT_SYSV
> + @$(RM) $(TARGET_DIR)/etc/init.d/cups
This should also be done in the systemd case I believe, and should not
have the @.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2020-06-20 20:35 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-19 14:57 [Buildroot] [PATCH v2 0/7] Cups revamp Angelo Compagnucci
2020-06-19 14:57 ` [Buildroot] [PATCH v2 1/7] package/dejavu: Install dejavu fonts in staging dir Angelo Compagnucci
2020-06-20 20:29 ` Thomas Petazzoni
2020-06-20 20:37 ` Michael Nazzareno Trimarchi
2020-06-19 14:57 ` [Buildroot] [PATCH v2 2/7] package/cups-filters: bump to version 1.27.5 Angelo Compagnucci
2020-06-20 20:33 ` Thomas Petazzoni
2020-06-20 20:42 ` Michael Nazzareno Trimarchi
2020-06-20 20:53 ` Thomas Petazzoni
2020-06-19 14:57 ` [Buildroot] [PATCH v2 3/7] package/cups: bump to version 2.3.3 Angelo Compagnucci
2020-06-20 20:35 ` Thomas Petazzoni [this message]
2020-06-20 20:48 ` Angelo Compagnucci
2020-06-20 20:55 ` Thomas Petazzoni
2020-06-20 21:53 ` Angelo Compagnucci
2020-06-21 12:10 ` Thomas Petazzoni
2020-06-19 14:57 ` [Buildroot] [PATCH v2 4/7] package/cups: Add lp user as default cups user Angelo Compagnucci
2020-06-20 20:37 ` Thomas Petazzoni
2020-06-19 14:57 ` [Buildroot] [PATCH v2 5/7] package/cups: Add udev rules to assign usb printers group to lp Angelo Compagnucci
2020-06-20 20:39 ` Thomas Petazzoni
2020-06-19 14:57 ` [Buildroot] [PATCH v2 6/7] package/cups: adding python support Angelo Compagnucci
2020-06-19 14:57 ` [Buildroot] [PATCH v2 7/7] package/qt5: Enable cups support when BR2_PACKAGE_CUPS Angelo Compagnucci
2020-06-20 20:47 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200620223540.3ccb6371@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox