From: Paul Eggleton Date: Wed, 24 Apr 2013 17:03:29 +0000 (+0100) Subject: hwlatdetect: add SUMMARY and DESCRIPTION X-Git-Tag: rev_ivi_2015_02_04~12787 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0f03dd536f63a867a92c2380487fb14d513e492;p=scm%2Fbb%2Ftizen-distro.git hwlatdetect: add SUMMARY and DESCRIPTION (From OE-Core rev: b3244e4695840c1c2d95698506c6f93b816ebf7f) Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb index c3806c1..634b609 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"