From: Paul Eggleton Date: Sun, 11 Oct 2015 19:46:51 +0000 (+0100) Subject: mmc-utils: set SUMMARY instead of DESCRIPTION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf9fe8d832c5c6110beb495c3b4eab132a82b97;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mmc-utils: set SUMMARY instead of DESCRIPTION We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 546f7f21606..c50ba5478ec 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Userspace tools for MMC/SD devices" +SUMMARY = "Userspace tools for MMC/SD devices" HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=17;md5=d7747fc87f1eb22b946ef819969503f0"