mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
meta: update -native recipes to use inherit_defer
to improve compatibility with devtool. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
|
||||
SRC_URI = "file://cuda-compiler-check.sh"
|
||||
|
||||
inherit native
|
||||
inherit_defer native
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "file://cuda_environment_setup.sh.in \
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit nativesdk
|
||||
inherit_defer nativesdk
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${datadir}/cmake/OEToolchainConfig.cmake.d
|
||||
|
||||
Reference in New Issue
Block a user