mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 16:00:26 +00:00
python-py: Extend recipe to support Python 3
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9dda623618
commit
83fb5cc2db
8
meta-python/recipes-devtools/python/python-py.inc
Normal file
8
meta-python/recipes-devtools/python/python-py.inc
Normal file
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
||||
|
||||
SRC_URI[md5sum] = "5d2c63c56dc3f2115ec35c066ecd582b"
|
||||
SRC_URI[sha256sum] = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -1,8 +1,2 @@
|
||||
SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
||||
|
||||
SRC_URI[md5sum] = "5d2c63c56dc3f2115ec35c066ecd582b"
|
||||
SRC_URI[sha256sum] = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114"
|
||||
|
||||
inherit pypi setuptools
|
||||
require python-py.inc
|
||||
|
||||
2
meta-python/recipes-devtools/python/python3-py_1.4.31.bb
Normal file
2
meta-python/recipes-devtools/python/python3-py_1.4.31.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-py.inc
|
||||
Reference in New Issue
Block a user