mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00: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:
@@ -43,7 +43,7 @@ do_install:append() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "libjack jack-server jack-utils"
|
PACKAGES =+ "libjack jack-server"
|
||||||
|
|
||||||
RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})"
|
RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})"
|
||||||
|
|
||||||
@@ -53,7 +53,6 @@ FILES:jack-server = " \
|
|||||||
${bindir}/jackdbus \
|
${bindir}/jackdbus \
|
||||||
${bindir}/jackd \
|
${bindir}/jackd \
|
||||||
"
|
"
|
||||||
FILES:jack-utils = "${bindir}/*"
|
|
||||||
|
|
||||||
FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
|
FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user