packagegroup-dey-examples: remove outdated dependency with dey-examples-v4l2
Commit 15f9aeba0e removed the dey-examples-v4l2
recipe, yet we still kept it as a dependency for ccimx6 platforms. Remove this
impossible dependency to be able to build the examples packagegroup for ccimx6
platforms.
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
5bdd59a647
commit
3eb66c25cb
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013-2024, Digi International Inc.
|
# Copyright (C) 2013-2025, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "DEY examples packagegroup"
|
SUMMARY = "DEY examples packagegroup"
|
||||||
|
|
||||||
|
|
@ -24,7 +24,6 @@ RDEPENDS:${PN} = "\
|
||||||
"
|
"
|
||||||
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)} \
|
||||||
dey-examples-v4l2 \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8m|ccimx8x|ccimx9)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue