]> 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>
Thu, 13 Sep 2018 09:55:13 +0000 (10:55 +0100)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/python/python-native_2.7.14.bb

index 8fe4bcac16cd16c7eac5ca07906ed51071720a56..ca15a6a8d91b54087080fb38f51cc3d86e8f2cb1 100644 (file)
@@ -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 += "\