packagegroup-dey-examples: don't install connectcore demo multimedia files
connectcore-demo-example multimedia content is only meant for webkit images, and all this package does in its regular non-webkit version is add a few static resources. Remove said resources and install only the demo's server + basic assets. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d595a2e3b5
commit
c58b5a433f
|
|
@ -20,7 +20,7 @@ RDEPENDS:${PN} = "\
|
||||||
dey-examples-cccs \
|
dey-examples-cccs \
|
||||||
dey-examples-digiapix \
|
dey-examples-digiapix \
|
||||||
dey-examples-rtc \
|
dey-examples-rtc \
|
||||||
connectcore-demo-example-multimedia \
|
connectcore-demo-example \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN}:append:ccimx6 = "\
|
RDEPENDS:${PN}:append:ccimx6 = "\
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "accel-graphics", "dey-examples-opengles", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "accel-graphics", "dey-examples-opengles", "", d)} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue