[oe-commits] [meta-openembedded] 03/18: jack: remove (non-existing) package jack from dependencies of jack-dev

git at git.openembedded.org git at git.openembedded.org
Wed Apr 12 15:04:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit bc2aa1b60c9af8125780018026e85046128368f5
Author: Florian Wickert <fw at javox-solutions.com>
AuthorDate: Fri Apr 7 09:57:47 2017 +0200

    jack: remove (non-existing) package jack from dependencies of jack-dev
    
    jack-dev depends on jack, which does not exist. This patch removes this dependency.
    
    Signed-off-by: Florian Wickert <fw at javox-solutions.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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}/*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list