All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joachim Wiberg <troglobit@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 0/1] package/ssdp-responder: new package
Date: Sun, 24 Jan 2021 20:49:07 +0100	[thread overview]
Message-ID: <20210124194908.1762833-1-troglobit@gmail.com> (raw)
In-Reply-To: <20210124095108.GL926565@scaer>

Hi!

This is a respin of my first patch, with fixes to comments by Yann.

Changes v1 -> v2:
 - Fix whitespace in ssdp-responder/Config.in
 - Add host-pkg-config to build deps., used by package to check for
   systemd and create a unit file with correct paths from configure
 - Package has native systemd unit file, add systemd to build deps.,
   but only if systemd is enabled in buildroot
 - Use _INSTALL_INIT_SYSTEMD to install unit file

Regards
 /Joachim

Joachim Wiberg (1):
  package/ssdp-responder: new package

 DEVELOPERS                                 |  1 +
 package/Config.in                          |  1 +
 package/ssdp-responder/Config.in           | 20 +++++++++++
 package/ssdp-responder/S50ssdpd            | 42 ++++++++++++++++++++++
 package/ssdp-responder/ssdp-responder.hash |  3 ++
 package/ssdp-responder/ssdp-responder.mk   | 31 ++++++++++++++++
 6 files changed, 98 insertions(+)
 create mode 100644 package/ssdp-responder/Config.in
 create mode 100755 package/ssdp-responder/S50ssdpd
 create mode 100644 package/ssdp-responder/ssdp-responder.hash
 create mode 100644 package/ssdp-responder/ssdp-responder.mk

-- 
2.25.1

  parent reply	other threads:[~2021-01-24 19:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23 23:15 [Buildroot] [PATCH 1/1] package/ssdp-responder: new package Joachim Wiberg
2021-01-24  9:51 ` Yann E. MORIN
2021-01-24 15:36   ` Joachim Wiberg
2021-01-24 19:49   ` Joachim Wiberg [this message]
2021-01-24 19:49     ` [Buildroot] [PATCH v2 " Joachim Wiberg
2021-01-24 22:33       ` Yann E. MORIN
2021-01-24 23:36         ` Joachim Wiberg

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=20210124194908.1762833-1-troglobit@gmail.com \
    --to=troglobit@gmail.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 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.