summaryrefslogtreecommitdiff
path: root/meta/classes/flow-lossage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/flow-lossage.bbclass')
-rw-r--r--meta/classes/flow-lossage.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/flow-lossage.bbclass b/meta/classes/flow-lossage.bbclass
index 3e841e3ca..00e6bf025 100644
--- a/meta/classes/flow-lossage.bbclass
+++ b/meta/classes/flow-lossage.bbclass
@@ -1,5 +1,5 @@
# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
python () {
- cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '')
- bb.data.setVar('CFLAGS', cflags, d)
+ cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '')
+ bb.data.setVar('CFLAGS', cflags, d)
}