diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 09:16:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 09:16:34 +0000 |
commit | 8aee6b32a09dbbce304018f169eb6623182622c5 (patch) | |
tree | 24f1f9de0d57e15e126e840c6905805cbf9386a6 /meta/classes/flow-lossage.bbclass | |
parent | 8174ba42226d2e590879c0adb03272c35b1b9946 (diff) | |
download | poky-8aee6b32a09dbbce304018f169eb6623182622c5.tar.gz |
classes: Standardise whitespace in anonymous python methods and factor out functions for more efficent use by bitbake (as also patched in OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@875 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/flow-lossage.bbclass')
-rw-r--r-- | meta/classes/flow-lossage.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/flow-lossage.bbclass b/meta/classes/flow-lossage.bbclass index 3e841e3cae..00e6bf0257 100644 --- a/meta/classes/flow-lossage.bbclass +++ b/meta/classes/flow-lossage.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux | 1 | # gcc-3.4 blows up in gtktext with -frename-registers on arm-linux |
2 | python () { | 2 | python () { |
3 | cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '') | 3 | cflags = (bb.data.getVar('CFLAGS', d, 1) or '').replace('-frename-registers', '') |
4 | bb.data.setVar('CFLAGS', cflags, d) | 4 | bb.data.setVar('CFLAGS', cflags, d) |
5 | } | 5 | } |