From: Paul Eggleton Date: Sun, 11 Oct 2015 19:46:51 +0000 (+0100) Subject: mmc-utils: set SUMMARY instead of DESCRIPTION X-Git-Tag: 2016-4~2318 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1cf9fe8d832c5c6110beb495c3b4eab132a82b97;p=openembedded-core.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 546f7f2160..c50ba5478e 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"