1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/scp-firmware: remove redundant python3native inherit

Change-Id: I9df71eb6bb99bb4af48b77f50a1056027c8227a4
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2020-11-24 11:08:37 +00:00
parent fda2117467
commit a8a44f6916
@@ -21,7 +21,6 @@ DEPENDS += "virtual/arm-none-eabi-gcc-native"
SCP_BUILD_STR = "${@bb.utils.contains('SCP_BUILD_RELEASE', '1', 'release', 'debug', d)}"
inherit python3native
inherit deploy
B = "${WORKDIR}/build"