OPTEE: remote old depdendency
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
ebda72c49e
commit
f53ee4e24c
|
|
@ -9,7 +9,10 @@ B = "${WORKDIR}/build"
|
||||||
# Configure build dir for externalsrc class usage through devtool
|
# Configure build dir for externalsrc class usage through devtool
|
||||||
EXTERNALSRC_BUILD:pn-${PN} = "${WORKDIR}/build"
|
EXTERNALSRC_BUILD:pn-${PN} = "${WORKDIR}/build"
|
||||||
|
|
||||||
DEPENDS += "dtc-native python3-pycryptodomex-native python3-pycrypto-native python3-pyelftools-native"
|
DEPENDS += "dtc-native"
|
||||||
|
DEPENDS += "python3-pycryptodomex-native"
|
||||||
|
DEPENDS += "python3-pyelftools-native"
|
||||||
|
DEPENDS += "libgcc python3-cryptography-native"
|
||||||
|
|
||||||
inherit deploy python3native
|
inherit deploy python3native
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue