mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
Recipes spotify: Build unconditionally
Hooray: meta-rust was merged into oe-core!!! Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -7,10 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/
|
||||
BBFILES += "${LAYERDIR}/appends/*/*.bbappend"
|
||||
|
||||
|
||||
BBFILES_DYNAMIC += "\
|
||||
rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/*.bb \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-musicians"
|
||||
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-musicians = "20"
|
||||
|
||||
@@ -3,11 +3,6 @@ HOMEPAGE = "https://github.com/Spotifyd/spotifyd"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
||||
|
||||
python() {
|
||||
if 'rust-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||
raise bb.parse.SkipRecipe('Requires meta-rust to be present.')
|
||||
}
|
||||
|
||||
DEPENDS = " \
|
||||
alsa-lib \
|
||||
libogg \
|
||||
@@ -194,7 +194,7 @@ RDEPENDS:${PN} += " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl", "zyn-fusion-dssi zyn-fusion-lv2 zyn-fusion-vst zyn-fusion-standalone", "zynaddsubfx-dssi zynaddsubfx-lv2 zynaddsubfx-vst zynaddsubfx-standalone",d)} \
|
||||
\
|
||||
\
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'rust-layer', 'spotifyd spotify-qt', '', d)} \
|
||||
spotifyd spotify-qt \
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user