From 7d5ec62fed0bd822b2d96f916b691359ec446226 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 22 Aug 2016 16:01:23 -0300 Subject: python-iso8601: Extend recipe to support Python 3 - Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-iso8601.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-iso8601.inc (limited to 'meta-python/recipes-devtools/python/python-iso8601.inc') diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc b/meta-python/recipes-devtools/python/python-iso8601.inc new file mode 100644 index 0000000000..dd4b83cc9d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-iso8601.inc @@ -0,0 +1,8 @@ +SUMMARY = "Simple module to parse ISO 8601 dates" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" + +SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38" +SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg