]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: add dependency for gdbm and db native packages
authorDerek Straka <derek@asterius.io>
Tue, 30 Jan 2018 03:04:39 +0000 (22:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:35 +0000 (10:54 +0000)
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

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-native_2.7.14.bb

index 622cb3888119f2e917e5a9e11feb32783d630fe4..7c491fa3e0297881f03a91185780d7235a2ed661 100644 (file)
@@ -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 += "\