diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 18:04:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:49 +0100 |
commit | 8986e76e8fcaeeddb23d234dbb877dcf5cc45cfe (patch) | |
tree | 3f9c8f654f56c5053316f49f080c13b170633565 | |
parent | b3244e4695840c1c2d95698506c6f93b816ebf7f (diff) | |
download | openembedded-core-contrib-8986e76e8fcaeeddb23d234dbb877dcf5cc45cfe.tar.gz |
ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_1.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb index 6b866d4de26..c7ee59560c1 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb @@ -1,3 +1,8 @@ +SUMMARY = "A simple shell script to run all installed ptests" +DESCRIPTION = "The ptest-runner package installs a ptest-runner \ +shell script which loops through all installed ptest test suites and \ +runs them in sequence." +HOMEPAGE = "https://wiki.yoctoproject.org/wiki/Ptest" SRC_URI += "file://ptest-runner" LICENSE = "MIT" |