mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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) (From OE-Core rev: 1e2d12f87445361cc57b7fc1e4ba5eec0265087d) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5a353c4210
commit
33bf568714
|
|
@ -1,7 +1,7 @@
|
|||
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 += "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user