From: Paul Eggleton Date: Sun, 11 Oct 2015 19:41:03 +0000 (+0100) Subject: tzcode-native: set SUMMARY instead of DESCRIPTION X-Git-Tag: yocto-4.0~23975 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35311ffd5c98e4f893a2de18c022dc352870225d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tzcode-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/tzcode/tzcode-native_2015g.bb b/meta/recipes-extended/tzcode/tzcode-native_2015g.bb index 989e24b3116..34e338e951a 100644 --- a/meta/recipes-extended/tzcode/tzcode-native_2015g.bb +++ b/meta/recipes-extended/tzcode/tzcode-native_2015g.bb @@ -1,6 +1,6 @@ # note that we allow for us to use data later than our code version # -DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" +SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" LICENSE = "PD & BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d0ff93a73dd5bc3c6e724bb4343760f6"