diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-07-05 12:23:18 +0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-25 23:44:27 -0700 |
commit | d054da760deda0c965619372209b50f8db964e1c (patch) | |
tree | 5ad449ba8576106d484b7595a95b5731e925de8d /meta/recipes-extended/bash/bash-3.2.48/run-ptest | |
parent | 9c48963a67c9dfd46f1d76ed42a9bd35e8cc2c8c (diff) | |
download | openembedded-core-d054da760deda0c965619372209b50f8db964e1c.tar.gz openembedded-core-d054da760deda0c965619372209b50f8db964e1c.tar.bz2 openembedded-core-d054da760deda0c965619372209b50f8db964e1c.zip |
bash: Add ptest
ptest support was already added for v4.2 but for the distros
using GPLv2 version of bash (3.2.48) this update is required.
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/bash/bash-3.2.48/run-ptest')
-rw-r--r-- | meta/recipes-extended/bash/bash-3.2.48/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash-3.2.48/run-ptest b/meta/recipes-extended/bash/bash-3.2.48/run-ptest new file mode 100644 index 0000000000..8dd3b9981d --- /dev/null +++ b/meta/recipes-extended/bash/bash-3.2.48/run-ptest @@ -0,0 +1,2 @@ +#!/bin/sh +make -k THIS_SH=/bin/bash BUILD_DIR=. runtest |