From: Paul Eggleton Date: Wed, 24 Apr 2013 17:03:29 +0000 (+0100) Subject: hwlatdetect: add SUMMARY and DESCRIPTION X-Git-Tag: 2015-4~6719 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3244e4695840c1c2d95698506c6f93b816ebf7f;p=openembedded-core.git hwlatdetect: add SUMMARY and DESCRIPTION Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb index c3806c1f7a..634b609bda 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb @@ -1,4 +1,5 @@ -pickDESCRIPTION = "Python hardware latency detector" +SUMMARY = "Hardware latency detector" +DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_detector.ko)." HOMEPAGE = "http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git" SECTION = "tests" LICENSE = "GPLv2"