From 8986e76e8fcaeeddb23d234dbb877dcf5cc45cfe Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 24 Apr 2013 18:04:17 +0100 Subject: ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-support/ptest-runner/ptest-runner_1.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-support/ptest-runner') 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 @@ +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" -- cgit 1.2.3-korg