summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-03-09 10:28:09 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-29 21:31:49 +0000
commitc8afc6a4110a9c34cd08862fb67ebf6286ce3313 (patch)
treece089e7a493f37ffb18b2f192cd4eb8edaf735f1 /meta-openbmc-machines
parent0f38f855869f80898d131c2b30e2a43a908688c2 (diff)
downloadtalos-openbmc-c8afc6a4110a9c34cd08862fb67ebf6286ce3313.tar.gz
talos-openbmc-c8afc6a4110a9c34cd08862fb67ebf6286ce3313.zip
meta-phosphor: missing space on CFLAG_append
FOO_append is effectively an alias for 'FOO=FOO+FOO_append', so it is a common pattern to preceed the FOO_append string with a space. Right: FOO_append = " bar" Results in FOO="foo bar" Wrong: FOO_append = "bar" Results in FOO="foobar" Fix incorrect CFLAG_append entries in recipes to avoid compile errors like: Error: configure: error: C compiler cannot create executables Change-Id: Id81af5666b173aca35eb28f541a8325db1d438fd Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud