diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-05-25 15:37:12 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:10 +0100 |
commit | 4dd7a01380a94f0156d985a48050e753d4b8f257 (patch) | |
tree | 548d2186d9e2441b2bcec509cf028095492e6f45 /meta/recipes-support/argp-standalone | |
parent | 8e2617a3a6a563ae416d2ff30e0d14be1c226b68 (diff) | |
download | poky-4dd7a01380a94f0156d985a48050e753d4b8f257.tar.gz |
argp-standalone: set SUMMARY instead of DESCRIPTION
Short descriptions should go into SUMMARY (DESCRIPTION will get the same
value if not set.
(From OE-Core rev: 82cf96ad1a1e27324a281ca952e11d5b1ffd611e)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/argp-standalone')
-rw-r--r-- | meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 2 |
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 @@ | |||
1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "Glibc hierarchical argument parsing standalone library" | 4 | SUMMARY = "Glibc hierarchical argument parsing standalone library" |
5 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/misc/" | 5 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/misc/" |
6 | LICENSE = "LGPL-2.1" | 6 | LICENSE = "LGPL-2.1" |
7 | LIC_FILES_CHKSUM = "file://argp.h;beginline=1;endline=20;md5=008b7e53dea6f9e1d9fdef0d9cf3184a" | 7 | LIC_FILES_CHKSUM = "file://argp.h;beginline=1;endline=20;md5=008b7e53dea6f9e1d9fdef0d9cf3184a" |