From 393db42323515a65e554a6b2ed05f7ffcc958e3f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 5 Dec 2018 18:19:29 -0800 Subject: apparmor: Remove tab indentations in python code Use 4 spaces to replace a tab. Fixed: apparmor_2.12.bb: python should use 4 spaces indentation, but found tabs in apparmor_2.12.bb, line 49 Signed-off-by: Robert Yang Signed-off-by: Armin Kuster --- recipes-security/AppArmor/apparmor_2.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb index de7f4ef..e3f8dc9 100644 --- a/recipes-security/AppArmor/apparmor_2.12.bb +++ b/recipes-security/AppArmor/apparmor_2.12.bb @@ -21,7 +21,7 @@ SRC_URI = " \ file://functions \ file://apparmor \ file://apparmor.service \ - file://run-ptest \ + file://run-ptest \ " SRC_URI[md5sum] = "49054f58042f8e51ea92cc866575a833" @@ -46,7 +46,7 @@ HTTPD="${@bb.utils.contains('PACKAGECONFIG', 'apache2', '1', '0', d)}" python() { if 'apache2' in d.getVar('PACKAGECONFIG').split() and \ - 'webserver' not in d.getVar('BBFILE_COLLECTIONS').split(): + 'webserver' not in d.getVar('BBFILE_COLLECTIONS').split(): raise bb.parse.SkipRecipe('Requires meta-webserver to be present.') } -- cgit v1.2.3-54-g00ecf