]> code.ossystems Code Review - openembedded-core.git/commit
binconfig-disabled.bbclass: fix echo command
authorRobert Yang <liezhi.yang@windriver.com>
Sun, 1 Feb 2015 02:04:55 +0000 (18:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 13:30:56 +0000 (13:30 +0000)
commitd4adf9ac1b8318d4eb3f1c8dd82bbf04c6908eb5
treed518c410df8e6fc78df7d77cae5e5bc5dfbe8b8f
parent289e433f8d0e4b5a710094e3a3c0d8e77e82e50d
binconfig-disabled.bbclass: fix echo command

The ">" should be ">>".

We had got something like the following in pcap-config:
echo '--should-not-have-used-/usr/bin/pcap-config'
exit 1

(Lacks of #!/bin/sh)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/binconfig-disabled.bbclass