All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][kirkstone][PATCH] rocksdb: remove rocksdb_static from default PACKAGECONFIG
@ 2026-04-15 18:20 Zahir Hussain
  2026-04-15 18:27 ` [oe] " Gyorgy Sarvari
  0 siblings, 1 reply; 7+ messages in thread
From: Zahir Hussain @ 2026-04-15 18:20 UTC (permalink / raw)
  To: openembedded-devel, zahir.basha; +Cc: mail2szahir

From: Zahir Hussain <zahir.basha@kpit.com>

In our previous commit
https://git.openembedded.org/meta-openembedded/commit/?h=kirkstone&id=33822593e5aed47f619a385579a47c366859408a

While adding the packageconfig knob for static library generation,
rocksdb_static was mistakenly included in the default PACKAGECONFIG list.

Remove it from the defaults so that the static library is not built
unless explicitly enabled by the user.

Signed-off-by: Zahir Hussain <zahir.basha@kpit.com>
---
 meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
index 7bfe157c1f..7e39928bec 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb
@@ -31,7 +31,7 @@ S = "${WORKDIR}/git"
 
 inherit cmake ptest
 
-PACKAGECONFIG ??= "bzip2 zlib lz4 gflagsi rocksdb_static"
+PACKAGECONFIG ??= "bzip2 zlib lz4 gflags"
 PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
 PACKAGECONFIG[lz4] = "-DWITH_LZ4=ON,-DWITH_LZ4=OFF,lz4"
 PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-04-27 11:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 18:20 [meta-oe][kirkstone][PATCH] rocksdb: remove rocksdb_static from default PACKAGECONFIG Zahir Hussain
2026-04-15 18:27 ` [oe] " Gyorgy Sarvari
2026-04-16 19:10   ` aszh07
2026-04-16 19:23     ` [oe] " Gyorgy Sarvari
2026-04-17 10:12       ` aszh07
2026-04-27 10:20         ` aszh07
2026-04-27 11:42           ` [oe] " Gyorgy Sarvari

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.