summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/native.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/native.bbclass b/meta/classes-recipe/native.bbclass
index 1d9432138e..febb4b6001 100644
--- a/meta/classes-recipe/native.bbclass
+++ b/meta/classes-recipe/native.bbclass
@@ -64,6 +64,9 @@ export AS = "${BUILD_AS}"
64export RANLIB = "${BUILD_RANLIB}" 64export RANLIB = "${BUILD_RANLIB}"
65export STRIP = "${BUILD_STRIP}" 65export STRIP = "${BUILD_STRIP}"
66export NM = "${BUILD_NM}" 66export NM = "${BUILD_NM}"
67export OBJCOPY = "${BUILD_OBJCOPY}"
68export OBJDUMP = "${BUILD_OBJDUMP}"
69export READELF = "${BUILD_READELF}"
67 70
68# Path prefixes 71# Path prefixes
69base_prefix = "${STAGING_DIR_NATIVE}" 72base_prefix = "${STAGING_DIR_NATIVE}"