diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-11 20:44:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:37:06 +0000 |
commit | 6d70bdcd9e71f3a3d1cc4023e062f245b85c2afd (patch) | |
tree | f74e3e86705a88aa63c5f0822da36fed81c4f8ab /meta/recipes-devtools/swig/swig.inc | |
parent | 8b57d675ae59c24f4781e39cb6880df2e7cb18ad (diff) | |
download | openembedded-core-6d70bdcd9e71f3a3d1cc4023e062f245b85c2afd.tar.gz openembedded-core-6d70bdcd9e71f3a3d1cc4023e062f245b85c2afd.tar.bz2 openembedded-core-6d70bdcd9e71f3a3d1cc4023e062f245b85c2afd.zip |
swig: 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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/swig/swig.inc')
-rw-r--r-- | meta/recipes-devtools/swig/swig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index 9821fa560b..9da40df55e 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator" +SUMMARY = "SWIG - Simplified Wrapper and Interface Generator" HOMEPAGE = "http://swig.sourceforge.net/" LICENSE = "BSD & GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ |