* [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option
@ 2019-08-09 8:45 Vincent Prince
2019-08-09 9:03 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Vincent Prince @ 2019-08-09 8:45 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
---
meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
index 7634e5d..ed05517 100644
--- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
@@ -45,6 +45,7 @@ PACKAGECONFIG_remove_armv6 = "tcmalloc"
PACKAGECONFIG_remove_libc-musl = "tcmalloc"
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
+PACKAGECONFIG[shell] = ",--js-engine=none,,"
EXTRA_OESCONS = "--prefix=${D}${prefix} \
LIBPATH=${STAGING_LIBDIR} \
@@ -55,12 +56,11 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \
--disable-warnings-as-errors \
--use-system-pcre \
--use-system-zlib \
- --js-engine=none \
--nostrip \
--endian=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
--wiredtiger=${@['off','on'][d.getVar('SITEINFO_BITS') != '32']} \
${PACKAGECONFIG_CONFARGS} \
- mongod mongos"
+ core"
do_configure_prepend() {
# tests use hex floats, not supported in plain C++
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option
2019-08-09 8:45 [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option Vincent Prince
@ 2019-08-09 9:03 ` Adrian Bunk
2019-08-09 9:13 ` Vincent Prince
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-08-09 9:03 UTC (permalink / raw)
To: Vincent Prince; +Cc: openembedded-devel
On Fri, Aug 09, 2019 at 10:45:56AM +0200, Vincent Prince wrote:
>...
> - mongod mongos"
> + core"
>...
Was this change unintended?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option
2019-08-09 9:03 ` Adrian Bunk
@ 2019-08-09 9:13 ` Vincent Prince
0 siblings, 0 replies; 3+ messages in thread
From: Vincent Prince @ 2019-08-09 9:13 UTC (permalink / raw)
To: Adrian Bunk; +Cc: openembeded-devel
Hi Adrian,
"core" target includes "mongod mongos" as before plus "mongo" (shell) so it
is intended.
Regards,
Vincent
Le ven. 9 août 2019 à 11:03, Adrian Bunk <bunk@stusta.de> a écrit :
> On Fri, Aug 09, 2019 at 10:45:56AM +0200, Vincent Prince wrote:
> >...
> > - mongod mongos"
> > + core"
> >...
>
> Was this change unintended?
>
> cu
> Adrian
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-09 9:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 8:45 [meta-oe] [PATCH] mongodb: add mongo shell as a PACKAGECONF option Vincent Prince
2019-08-09 9:03 ` Adrian Bunk
2019-08-09 9:13 ` Vincent Prince
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.