From 96a041c5e8d7c814b5b10fe7df09fb084994c972 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 18 Mar 2017 12:21:09 +0100 Subject: meta-toradex-demo: clean-up whitespace use Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-devtools/python/python_2.7.%.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python_2.7.%.bbappend b/recipes-devtools/python/python_2.7.%.bbappend index 28e5d9e..bc5c05e 100644 --- a/recipes-devtools/python/python_2.7.%.bbappend +++ b/recipes-devtools/python/python_2.7.%.bbappend @@ -8,9 +8,7 @@ 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)} \ -" +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): -- cgit v1.2.3