summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb3
-rw-r--r--meta-oe/recipes-support/mongodb/mongodb_git.bb3
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
index 4ff6d917d0..b7b89689b5 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
@@ -46,9 +46,8 @@ EXTRA_OESCONS = " \
46 strip='false' \ 46 strip='false' \
47 chrpath='yes' \ 47 chrpath='yes' \
48 systemd='${SYSTEMD_OESCONS}' \ 48 systemd='${SYSTEMD_OESCONS}' \
49 ${EXTRA_OECONF} \ 49 ${PACKAGECONFIG_CONFARGS} \
50" 50"
51DISABLE_STATIC = ""
52# this cannot be used, because then chrpath is not found and only static lib is built 51# this cannot be used, because then chrpath is not found and only static lib is built
53# target=${HOST_SYS} 52# target=${HOST_SYS}
54 53
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb
index cb6c1b3434..f1a65550e4 100644
--- a/meta-oe/recipes-support/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb
@@ -43,9 +43,8 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \
43 --use-system-zlib \ 43 --use-system-zlib \
44 --js-engine=none \ 44 --js-engine=none \
45 --nostrip \ 45 --nostrip \
46 ${EXTRA_OECONF} \ 46 ${PACKAGECONFIG_CONFARGS} \
47 mongod mongos" 47 mongod mongos"
48DISABLE_STATIC = ""
49 48
50scons_do_compile() { 49scons_do_compile() {
51 ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ 50 ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \