From: Paul Eggleton Date: Sun, 11 Oct 2015 19:51:39 +0000 (+0100) Subject: texinfo-dummy-native: set SUMMARY instead of DESCRIPTION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07da8f6e0e40db8a3f4823387c53b109d7fd7ebd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git texinfo-dummy-native: 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-extended/texinfo-dummy-native/texinfo-dummy-native.bb b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb index b5420a3e5fc..1254bc89b48 100644 --- a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb +++ b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Fake version of the texinfo utility suite" +SUMMARY = "Fake version of the texinfo utility suite" SECTION = "console/utils" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=d6bb62e73ca8b901d3f2e9d71542f4bb"