summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/ptest-runner
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-24 18:04:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:05 +0100
commit87b6abee384a341fe7c56aba2ba2fa200d647375 (patch)
tree8070772927a841545688cf131bdb291ee6059aee /meta/recipes-support/ptest-runner
parente53388a3dcba449469693fa628274683c1791490 (diff)
downloadpoky-87b6abee384a341fe7c56aba2ba2fa200d647375.tar.gz
ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE
(From OE-Core rev: 8986e76e8fcaeeddb23d234dbb877dcf5cc45cfe) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ptest-runner')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_1.0.bb5
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 6b866d4de2..c7ee59560c 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 @@
1SUMMARY = "A simple shell script to run all installed ptests"
2DESCRIPTION = "The ptest-runner package installs a ptest-runner \
3shell script which loops through all installed ptest test suites and \
4runs them in sequence."
5HOMEPAGE = "https://wiki.yoctoproject.org/wiki/Ptest"
1SRC_URI += "file://ptest-runner" 6SRC_URI += "file://ptest-runner"
2 7
3LICENSE = "MIT" 8LICENSE = "MIT"