Files
poky/scripts
Matthieu Crapet 9a928c5f12 oe-setup-builddir: small rework
Changes:
- drop useless subshell creation in test:
if ! (test -r "$BUILDDIR/conf/local.conf"); then$
- replace "source" builtin by "." (bashsism)
- fix indentation 4 spaces (drop some tabs too)
- fix return => exit  (return is not allowed in main)
- drop "sed -i" (doesn't exist in BSD sed)
- for homogeneity, always use [ ] (instead of test)
- replace old [ "x" = "x$VAR" ] by [ -z "$VAR" ]

(From OE-Core rev: 3a116577446f02bda0ef4e035360293ff73c9eef)

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-12 06:04:53 -07:00
..
2013-10-29 10:41:39 +00:00
2013-06-25 17:57:29 +01:00
2014-02-02 11:23:45 +00:00
2011-10-04 13:46:19 +01:00
2013-05-14 14:57:27 +03:00
2014-03-07 14:58:45 +00:00
2014-02-04 12:57:36 +00:00

This directory contains Various useful scripts for working with OE builds