summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-03-30 07:41:24 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:32:51 -0700
commit85472578bfbcead8f533b8c64e138eaae2a4fcc0 (patch)
treeed819296d42fa35150b2b73468df2d76a02a69db /meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
parent944cbe4337bf07ba4c58b1f7f07af38f98a44b47 (diff)
downloadmeta-xilinx-85472578bfbcead8f533b8c64e138eaae2a4fcc0.tar.gz
various: Fix distro_feature_check warning and dependencies
distro_feature_check is deprecated, and feature_check should be used now. Also remove duplicate dependencies, each of the removed dependencies is already present in the various inherited class elements. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb')
-rwxr-xr-xmeta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
index 9322cc66..91de657d 100755
--- a/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/v-scenechange_git.bb
@@ -1,10 +1,10 @@
1inherit distro_features_check 1inherit features_check
2 2
3REQUIRED_DISTRO_FEATURES = "v-scenechange" 3REQUIRED_DISTRO_FEATURES = "v-scenechange"
4 4
5inherit esw python3native 5inherit esw python3native
6 6
7DEPENDS += "python3-pyyaml-native xilstandalone lopper python3-dtc-native video-common" 7DEPENDS += "xilstandalone video-common"
8 8
9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_scenechange/src/" 9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_scenechange/src/"
10ESW_COMPONENT_NAME = "libv_scenechange.a" 10ESW_COMPONENT_NAME = "libv_scenechange.a"