From: Paul Eggleton Date: Wed, 25 May 2016 03:37:12 +0000 (+1200) Subject: argp-standalone: set SUMMARY instead of DESCRIPTION X-Git-Tag: uninative-1.3~955 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82cf96ad1a1e27324a281ca952e11d5b1ffd611e;p=openembedded-core.git argp-standalone: set SUMMARY instead of DESCRIPTION Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb index d61c8be241..bd0cfdfe46 100644 --- a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb +++ b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb @@ -1,7 +1,7 @@ # Copyright (C) 2015 Khem Raj # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Glibc hierarchical argument parsing standalone library" +SUMMARY = "Glibc hierarchical argument parsing standalone library" HOMEPAGE = "http://www.lysator.liu.se/~nisse/misc/" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://argp.h;beginline=1;endline=20;md5=008b7e53dea6f9e1d9fdef0d9cf3184a"