[oe-commits] [openembedded-core] 01/05: python: move sqlite module into python-sqlite

git at git.openembedded.org git at git.openembedded.org
Wed Sep 26 16:41:39 UTC 2018


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

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

commit e96f518b3334bb96f2e77a59694352dd5ec81dcd
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Sep 26 12:54:49 2018 +0100

    python: move sqlite module into python-sqlite
    
    The module was accidentally included in python-misc.
    
    [ YOCTO #12933 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python/python2-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json
index 1e7004e..d3cf662 100644
--- a/meta/recipes-devtools/python/python/python2-manifest.json
+++ b/meta/recipes-devtools/python/python/python2-manifest.json
@@ -884,6 +884,7 @@
             "core"
         ], 
         "files": [
+            "${libdir}/python2.7/sqlite3/",
             "${libdir}/python2.7/lib-dynload/_sqlite3.so"
         ]
     }, 

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


More information about the Openembedded-commits mailing list