diff options
author | Derek Straka <derek@asterius.io> | 2017-03-06 10:54:32 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-11 17:56:39 +0100 |
commit | 87ba89575c84fe606e50a524fc3310913c34de5f (patch) | |
tree | c1f504b9c4a60c163ecad69445395512f63c2f48 /meta-python/recipes-devtools/python | |
parent | 408b6665bf13b2273f165f26d469d6193262a19f (diff) | |
download | meta-openembedded-87ba89575c84fe606e50a524fc3310913c34de5f.tar.gz |
python-click: set clean as broken
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 163ea37fd..718bbabcf 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" | |||
11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" | 11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" |
12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" | 12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" |
13 | 13 | ||
14 | CLEANBROKEN = "1" | ||
15 | |||
14 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS_${PN} += "\ |
15 | ${PYTHON_PN}-io \ | 17 | ${PYTHON_PN}-io \ |
16 | ${PYTHON_PN}-threading \ | 18 | ${PYTHON_PN}-threading \ |