mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
jack: remove jack-utils
This commit removes jack-utils from the jack recipe as it has been broken out into it's own repo from jack v1.9.22 onwards. Signed-off-by: David Sands <david.sands3@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
64a8cb61ce
commit
e8ad9b41dd
|
|
@ -43,7 +43,7 @@ do_install:append() {
|
|||
fi
|
||||
}
|
||||
|
||||
PACKAGES =+ "libjack jack-server jack-utils"
|
||||
PACKAGES =+ "libjack jack-server"
|
||||
|
||||
RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})"
|
||||
|
||||
|
|
@ -53,7 +53,6 @@ FILES:jack-server = " \
|
|||
${bindir}/jackdbus \
|
||||
${bindir}/jackd \
|
||||
"
|
||||
FILES:jack-utils = "${bindir}/*"
|
||||
|
||||
FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user