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:
Matt Madison
2024-05-29 13:13:17 -07:00
parent 30730c5104
commit ef9eb285e5
7 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ B = "${WORKDIR}/build"
COMPATIBLE_MACHINE = ""
inherit native
inherit_defer native
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "tegra-helper-scripts-native"

View File

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
INHIBIT_DEFAULT_DEPS = "1"
inherit native
inherit_defer native
SRC_URI = " \
file://tegra-flash-helper.sh \

View File

@@ -8,7 +8,7 @@ LICENSE = "BSD-2-Clause-Patent"
require edk2-firmware-core-tegra-36.3.0.inc
inherit native
inherit_defer native
RDEPENDS:${PN} += "python3-core"

View File

@@ -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}"

View File

@@ -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

View File

@@ -6,7 +6,7 @@ SRC_URI = "file://tar-wrapper.sh"
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
inherit native
inherit_defer native
do_configure() {
:

View File

@@ -36,7 +36,7 @@ PV = "0.9.4-git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
inherit native
inherit_defer native
do_configure:prepend() {
cd ${S}