[oe-commits] [openembedded-core] 05/08: python-native: add dependency for gdbm and db native packages

git at git.openembedded.org git at git.openembedded.org
Thu Sep 13 09:56:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 1e2d12f87445361cc57b7fc1e4ba5eec0265087d
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Jan 29 22:04:39 2018 -0500

    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 at asterius.io>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/python/python-native_2.7.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-native_2.7.14.bb b/meta/recipes-devtools/python/python-native_2.7.14.bb
index 8fe4bca..ca15a6a 100644
--- a/meta/recipes-devtools/python/python-native_2.7.14.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.14.bb
@@ -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 += "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list