generic-poky/meta/recipes-extended/gawk
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
..
gawk-3.1.5 gawk-3.1.5: fix build with automake 1.12.x 2012-07-17 10:54:05 +01:00
gawk-4.1.1 run-ptest: fix bashism 2014-08-28 15:12:44 +01:00
gawk_3.1.5.bb gawk: fix libexec of the old 3.1.5 version 2014-06-10 17:24:17 +01:00
gawk_4.1.1.bb gawk: fix optional dependency mpfr 2014-07-03 13:57:07 +01:00