poky/meta/recipes-extended
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-05-21 19:50:21 +01:00
2014-08-15 18:21:52 +01:00
2014-08-23 09:26:08 +01:00
2014-08-28 15:12:43 +01:00
2014-08-28 15:12:44 +01:00
2014-08-23 09:26:12 +01:00
2014-07-16 10:20:49 +01:00
2014-08-23 09:26:12 +01:00
2014-01-02 12:50:18 +00:00
2013-04-29 14:45:08 +01:00
2014-08-23 09:26:08 +01:00
2013-12-20 12:26:28 +00:00
2014-08-27 12:12:31 +01:00
2014-08-02 09:26:16 +01:00
2014-08-28 15:12:44 +01:00
2013-02-22 06:09:23 -08:00
2014-07-17 12:28:52 +01:00
2014-08-23 23:01:57 +01:00
2014-07-17 12:28:49 +01:00
2014-08-11 10:53:06 +01:00
…
2013-10-30 13:39:08 +00:00
2014-08-23 09:26:09 +01:00
2014-08-27 12:12:30 +01:00
2014-04-25 17:19:20 +01:00
2014-06-13 12:31:38 +01:00
2014-06-14 08:43:55 +01:00
2014-08-11 10:53:04 +01:00
2014-08-11 10:53:05 +01:00
2014-01-29 17:38:49 +00:00
2014-07-25 15:44:05 +01:00
2014-08-23 09:26:12 +01:00