]> code.ossystems Code Review - openembedded-core.git/commitdiff
ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 24 Apr 2013 17:04:17 +0000 (18:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:43:49 +0000 (14:43 +0100)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/ptest-runner/ptest-runner_1.0.bb

index 6b866d4de26f1017f0dd2fc363f3d3458764d290..c7ee59560c1cf148b54d6c55382f92d42e1018b6 100644 (file)
@@ -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"