Files
poky/meta/recipes-support
Robert Yang 36f6caae93 run-ptest: fix bashism
These script use /bin/sh as the interpreter, but contains bashism:
    recipes-devtools/insserv/files/run-ptest
    recipes-devtools/quilt/quilt/run-ptest
    recipes-devtools/tcltk/tcl/run-ptest
    recipes-extended/gawk/gawk-4.1.1/run-ptest
    recipes-support/beecrypt/beecrypt/run-ptest

Fixed:
    "==" -> "=" (should be -eq when integer)
    "&>log" -> ">log 2>&1"

And quilt's test scripts requires bash, add bash to RDEPENDS_quilt-ptest

(From OE-Core rev: 70c6e0b84d3e17807cbea0677df2f0772a284130)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-28 15:12:44 +01:00
..
2014-08-23 09:26:11 +01:00
2014-07-23 21:59:15 +01:00
2014-08-15 18:21:52 +01:00
2014-08-03 12:40:40 +01:00
2014-08-28 15:12:44 +01:00
2014-08-23 09:26:08 +01:00
2014-07-08 11:20:12 +01:00
2014-01-06 11:13:55 +00:00
2014-05-06 17:59:16 +01:00
2014-08-23 23:01:57 +01:00
2014-08-23 09:26:09 +01:00
2014-08-23 23:01:59 +01:00
2014-06-16 15:31:40 +01:00
2014-08-23 09:26:08 +01:00
2014-08-02 09:26:16 +01:00
2014-01-02 22:39:23 +00:00
2014-01-02 22:39:23 +00:00
2014-08-02 09:26:16 +01:00
2014-08-15 18:21:48 +01:00
2014-06-25 13:51:46 +01:00
2014-08-11 10:53:05 +01:00
2014-07-17 12:28:52 +01:00
2014-07-25 15:34:00 +01:00
2014-08-27 12:12:32 +01:00
2014-06-16 15:31:40 +01:00
2014-08-23 09:26:09 +01:00