summaryrefslogtreecommitdiff
path: root/recipes-devtools/python/python_2.7.%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-05 13:12:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-22 17:40:29 +0200
commitf2644e495a44b54f2667036064255725f93b4843 (patch)
treecb66dd56931c8917f7f7c0af1f1db913c9d9994c /recipes-devtools/python/python_2.7.%.bbappend
parent5668e89eeaf92fa61c2cc2b54b249a7a7129275d (diff)
python_2.7.%.bbappend: remove
This is now handled in openembedded-core Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-devtools/python/python_2.7.%.bbappend')
-rw-r--r--recipes-devtools/python/python_2.7.%.bbappend17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/python/python_2.7.%.bbappend b/recipes-devtools/python/python_2.7.%.bbappend
deleted file mode 100644
index bc5c05e..0000000
--- a/recipes-devtools/python/python_2.7.%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/python:"
-
-SRC_URI_remove = "file://avoid_warning_about_tkinter.patch"
-
-PACKAGECONFIG ?= ""
-
-PACKAGECONFIG[tkinter] = ",,tk"
-PACKAGECONFIG_remove_class-native = "tkinter"
-PACKAGECONFIG_remove_class-nativesdk = "tkinter"
-RDEPENDS_${PN}-tkinter_append += "${@bb.utils.contains('PACKAGECONFIG', 'tkinter', 'tcl tk', '', d)}"
-SRC_URI += " ${@bb.utils.contains('PACKAGECONFIG', 'tkinter', '', 'file://dont_build_tkinter.patch', d)}"
-python __anonymous() {
- if not 'openembedded-layer' in d.getVar('BBFILE_COLLECTIONS', True):
- if 'tkinter' in d.getVar('PACKAGECONFIG', True):
- bb.error('Python PACKAGECONFIG tkinter requires tk provided by' \
- 'meta-oe layer but the layer is not available.')
-}