generic-poky/meta/recipes-devtools/tcltk/tcl
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
..
alter-includedir.patch tcl: fix the TCL_INCLUDE_SPEC 2014-01-19 16:32:10 +00:00
fix-configure.patch recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
fix_issue_with_old_distro_glibc.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
fix_non_native_build_issue.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
no_packages.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
run-ptest run-ptest: fix bashism 2014-08-28 15:12:44 +01:00
tcl-add-soname.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00
tcl-remove-hardcoded-install-path.patch tcl: Install header into 8.6 instead of PN-PV in user/include 2013-11-20 14:03:24 +00:00