summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/argp-standalone
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-25 15:37:12 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-30 09:30:30 +0100
commit82cf96ad1a1e27324a281ca952e11d5b1ffd611e (patch)
tree35131e7048f3be6be527bafbedccc71f0ab834df /meta/recipes-support/argp-standalone
parent8fe0b683800b352f17c6ff0465c6eaa5bb8196b9 (diff)
downloadopenembedded-core-82cf96ad1a1e27324a281ca952e11d5b1ffd611e.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/argp-standalone')
-rw-r--r--meta/recipes-support/argp-standalone/argp-standalone_1.3.bb2
1 files changed, 1 insertions, 1 deletions
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 <raj.khem@gmail.com>
# 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"