From: Paul Eggleton Date: Wed, 24 Apr 2013 17:04:17 +0000 (+0100) Subject: ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37555 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8986e76e8fcaeeddb23d234dbb877dcf5cc45cfe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- 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"