mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
rocksdb: fix typo in PACKAGECONFIG
Corrected 'gflagsi' to 'gflags' to ensure proper dependency resolution during the build process. Signed-off-by: Zahir Hussain <zahir.basha@kpit.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
4aea1a32d6
commit
9dc7ca5feb
@@ -31,7 +31,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake ptest
|
||||
|
||||
PACKAGECONFIG ??= "bzip2 zlib lz4 gflagsi rocksdb_static"
|
||||
PACKAGECONFIG ??= "bzip2 zlib lz4 gflags rocksdb_static"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user