[oe-commits] [openembedded-core] 01/02: gdb-cross-canadian: Depend on nativesdk-python3-importlib

git at git.openembedded.org git at git.openembedded.org
Tue Mar 14 15:20:29 UTC 2017


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

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

commit d6e7dc5cbf1cc09c8882a717cd4dd34d10ec7fa3
Author: George McCollister <george.mccollister at gmail.com>
AuthorDate: Mon Mar 13 16:06:16 2017 -0700

    gdb-cross-canadian: Depend on nativesdk-python3-importlib
    
    Add missing dependency on nativesdk-python3-importlib so the imp Python
    module is installed.
    
    Before this patch, running gdb from the sdk would give the following
    error:
    
    Python Exception <class 'ImportError'> No module named 'imp':
    
    (From OE-Core rev: ad00a31fbe93e073a2d83616efcd08c5a7ef37c9)
    
    Signed-off-by: George McCollister <george.mccollister at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index e53081d..3ff1989 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -14,7 +14,8 @@ GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 PACKAGECONFIG ??= "python readline"
 PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,nativesdk-python3, \
                          nativesdk-python3-core nativesdk-python3-lang nativesdk-python3-re \
-                         nativesdk-python3-codecs nativesdk-python3-netclient"
+                         nativesdk-python3-codecs nativesdk-python3-netclient \
+                         nativesdk-python3-importlib"
 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline"
 
 SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb"

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


More information about the Openembedded-commits mailing list