All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] jack: remove (non-existing) package jack from dependencies of jack-dev
@ 2017-04-07  7:57 Florian Wickert
  0 siblings, 0 replies; only message in thread
From: Florian Wickert @ 2017-04-07  7:57 UTC (permalink / raw)
  To: openembedded-devel

jack-dev depends on jack, which does not exist. This patch removes this dependency.

Signed-off-by: Florian Wickert <fw@javox-solutions.com>
---
 meta-oe/recipes-multimedia/jack/jack_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb
index be5f7bb..f0e91eb 100644
--- a/meta-oe/recipes-multimedia/jack/jack_git.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_git.bb
@@ -34,6 +34,8 @@ EXTRA_OECONF = "--portaudio=no"
 
 PACKAGES =+ "libjack jack-server jack-utils"
 
+RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})"
+
 FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so"
 FILES_jack-server = "${bindir}/jackd"
 FILES_jack-utils = "${bindir}/*"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-07  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  7:57 [PATCH] jack: remove (non-existing) package jack from dependencies of jack-dev Florian Wickert

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.