mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
python-native: add dependency for gdbm and db native packages
These two packages are required to ensure the manifest files contain all of the generated packages. Without this, the db and gdbm packages will not contain the .so files as they are skipped during the compilation steps (From OE-Core rev: 912c06615269f42230db2d93d70db2b340ed270a) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ccd25825a0
commit
7abd40cd26
@@ -1,6 +1,6 @@
|
||||
require python.inc
|
||||
EXTRANATIVEPATH += "bzip2-native"
|
||||
DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native expat-native"
|
||||
DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native expat-native gdbm-native db-native"
|
||||
PR = "${INC_PR}.1"
|
||||
|
||||
SRC_URI += "\
|
||||
|
||||
Reference in New Issue
Block a user