mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Matthias Fend <matthias.fend@emfend.at>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] media-session: use install_alternative for configuration files
Date: Fri, 28 Jan 2022 13:35:11 +0100	[thread overview]
Message-ID: <YfPi//LaHt+gmH18@pengutronix.de> (raw)
In-Reply-To: <fa39611e-7daf-c5da-1a8e-36b35350d34c@emfend.at>

Hi,

On Sun, Jan 23, 2022 at 10:49:27PM +0100, Matthias Fend wrote:
> Am 21.01.2022 um 13:25 schrieb Michael Olbrich:
> > On Thu, Jan 20, 2022 at 09:54:36AM +0100, Matthias Fend wrote:
> > > This allows customization of the configuration files in projectroot.
> > 
> > Hmmm, these files are supposed to be overwritten in /etc/ if you need a
> > custom version. I'm not sure if we should replace the original files.
> 
> Yes that's right.
> Here are just a few of my thoughts.
> I thought it is the usual case when the package rules file also installs the
> configuration files and I don't know if there is an 'install a file from
> projectroot if present'-function.
> Also, I found that a second set of configuration files is unnecessary for an
> embedded system.
> With this rule change, a user could still choose to change the configuration
> in /usr/share or install additional files in /etc in their own rule.

Hmm, it doesn't really hurt. I'll think about it some more, but I think
I'll apply it.

Michael

> However, you have the best knowledge to choose a solution that conforms to
> the existing rules.
> 
> Thanks,
>  ~Matthias
> 
> 
> > 
> > Michael
> > 
> > > Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
> > > ---
> > >   rules/media-session.make | 8 ++++----
> > >   1 file changed, 4 insertions(+), 4 deletions(-)
> > > 
> > > diff --git a/rules/media-session.make b/rules/media-session.make
> > > index cda641294..5a90bc273 100644
> > > --- a/rules/media-session.make
> > > +++ b/rules/media-session.make
> > > @@ -78,13 +78,13 @@ ifdef PTXCONF_MEDIA_SESSION_SYSTEMD_UNIT_USER
> > >   		/usr/lib/systemd/user/pipewire.service.wants/pipewire-media-session.service)
> > >   endif
> > > -	@$(call install_copy, media-session, 0, 0, 644, -, \
> > > +	@$(call install_alternative, media-session, 0, 0, 0644, \
> > >   		/usr/share/pipewire/media-session.d/alsa-monitor.conf)
> > > -	@$(call install_copy, media-session, 0, 0, 644, -, \
> > > +	@$(call install_alternative, media-session, 0, 0, 0644, \
> > >   		/usr/share/pipewire/media-session.d/bluez-monitor.conf)
> > > -	@$(call install_copy, media-session, 0, 0, 644, -, \
> > > +	@$(call install_alternative, media-session, 0, 0, 0644, \
> > >   		/usr/share/pipewire/media-session.d/media-session.conf)
> > > -	@$(call install_copy, media-session, 0, 0, 644, -, \
> > > +	@$(call install_alternative, media-session, 0, 0, 0644, \
> > >   		/usr/share/pipewire/media-session.d/v4l2-monitor.conf)
> > >   	@$(call install_finish, media-session)
> > > -- 
> > > 2.25.1
> > > 
> > > 
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> > > 
> > 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2022-01-28 12:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20  8:54 Matthias Fend
2022-01-21 12:25 ` Michael Olbrich
2022-01-23 21:49   ` Matthias Fend
2022-01-28 12:35     ` Michael Olbrich [this message]
2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich

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=YfPi//LaHt+gmH18@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=matthias.fend@emfend.at \
    --cc=ptxdist@pengutronix.de \
    /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