aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-09-14 18:06:22 -0700
committerKhem Raj <raj.khem@gmail.com>2020-09-15 09:28:35 -0700
commite91940073af4e19cd18a09cd12aa381ff60fe54b (patch)
tree7b88f5fb6f64a6593cf9f785ef6349690f9aca59
parenta9df2ed0c0d2783f2e7179f55911da4dbdfd63b9 (diff)
downloadmeta-openembedded-contrib-e91940073af4e19cd18a09cd12aa381ff60fe54b.tar.gz
mongodb: Pass OBJCOPY to scons so it does not use it from host
Fixes objcopy: Unable to recognise the format of the input file `build/opt/mongo/mongos' Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Vincent Prince <vincent.prince.fr@gmail.com.com>
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
index 0606e34407..6ac14ebd02 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
@@ -60,6 +60,7 @@ EXTRA_OESCONS = "PREFIX=${prefix} \
CXXFLAGS='${CXXFLAGS}' \
TARGET_ARCH=${TARGET_ARCH} \
MONGO_VERSION=${PV} \
+ OBJCOPY=${OBJCOPY} \
--ssl \
--disable-warnings-as-errors \
--use-system-zlib \