]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
argp-standalone: set SUMMARY instead of DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 4 May 2016 03:11:29 +0000 (15:11 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 25 May 2016 03:34:40 +0000 (15:34 +1200)
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>
meta/recipes-support/argp-standalone/argp-standalone_1.3.bb

index d61c8be241855df07174c4b24eb95794a14e00cc..bd0cfdfe462885aa265d0aeef2eecc0a1d596431 100644 (file)
@@ -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"