Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Max Kellermann <max+openembedded@blarg.de>
To: openembedded-devel@lists.openembedded.org
Cc: Max Kellermann <max.kellermann@gmail.com>
Subject: [PATCH 2/2] mpc: new recipe
Date: Thu, 20 Sep 2018 21:59:29 +0200	[thread overview]
Message-ID: <20180920195929.5625-2-max+openembedded@blarg.de> (raw)
In-Reply-To: <20180920195929.5625-1-max+openembedded@blarg.de>

From: Max Kellermann <max.kellermann@gmail.com>

Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
---
 .../recipes-multimedia/musicpd/mpc_0.30.bb       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb
new file mode 100644
index 000000000..777a2ab62
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A minimalist command line interface to the Music Player Daemon"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
+
+inherit meson
+
+DEPENDS += " \
+    libmpdclient \
+"
+
+TAG = "v${PV}"
+SRC_URI = " \
+    git://github.com/MusicPlayerDaemon/mpc;tag=${TAG};nobranch=1 \
+"
+S = "${WORKDIR}/git"
-- 
2.18.0



  reply	other threads:[~2018-09-20 19:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-20 19:59 [PATCH 1/2] libmpdclient: new recipe Max Kellermann
2018-09-20 19:59 ` Max Kellermann [this message]
2018-09-21  0:18   ` [PATCH 2/2] mpc: " Khem Raj
2018-09-21  9:28     ` [PATCH v2] " Max Kellermann
2018-09-21  0:18 ` [PATCH 1/2] libmpdclient: " Khem Raj
2018-09-21  9:28   ` [PATCH v2] " Max Kellermann
2018-09-21 15:33     ` Khem Raj
2018-09-21 15:54       ` [PATCH v3] " Max Kellermann

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=20180920195929.5625-2-max+openembedded@blarg.de \
    --to=max+openembedded@blarg.de \
    --cc=max.kellermann@gmail.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox