All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] dpkg: put start-stop-daemon in its own package
Date: Tue, 8 Sep 2015 20:21:08 +0200	[thread overview]
Message-ID: <55EF2714.1090801@opendreambox.org> (raw)
In-Reply-To: <1441729207-22458-2-git-send-email-jslater@windriver.com>

Hello Joe,

On 08.09.2015 18:20, Joe Slater wrote:
> @@ -67,6 +73,18 @@ PROV_class-native = ""
>  
>  PROVIDES += "${PROV}"
>  
> +# split out start-stop-daemon to its own package
> +#
> +PACKAGES =+ "${PN}-start-stop"
> +FILES_${PN}-start-stop = "${base_sbindir}/start-stop-daemon.dpkg"
> +
> +ALTERNATIVE_PRIORITY="100"
> +ALTERNATIVE_${PN}-start-stop = "start-stop-daemon"
> +ALTERNATIVE_LINK_NAME[start-stop-daemon]="${base_sbindir}/start-stop-daemon"
> +
> +RDEPENDS_${PN} += "${PN}-start-stop"
> +#
> +

I think you should omit the comment, because it only describes the obvious.

How about using ${PN}-start-stop-daemon?

Regards,
Andreas


  reply	other threads:[~2015-09-08 18:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 16:20 [PATCH 0/1] dpkg: put start-stop-daemon in its own package Joe Slater
2015-09-08 16:20 ` [PATCH 1/1] " Joe Slater
2015-09-08 18:21   ` Andreas Oberritter [this message]
2015-09-09  0:14     ` Slater, Joseph
  -- strict thread matches above, loose matches on Subject: below --
2015-09-01 22:14 Joe Slater

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=55EF2714.1090801@opendreambox.org \
    --to=obi@opendreambox.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.