diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-25 18:50:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:45:52 +0000 |
commit | 46533029401655872a1905c073a6cbb4e7b95333 (patch) | |
tree | 034c00e0253cd3056c7b0958b9da2a1f31507332 /meta/recipes-support/libevent/libevent_2.0.21.bb | |
parent | 0954ddea3a76f19bae9e30d722d9b5351418f0e8 (diff) | |
download | poky-46533029401655872a1905c073a6cbb4e7b95333.tar.gz |
Don't set DESCRIPTION to the same value as SUMMARY
Setting DESCRIPTION to the same value as SUMMARY doesn't do anything,
since the value of DESCRIPTION will be derived from SUMMARY if not
specified.
(From OE-Core rev: e1e888585c84175580ad822d4a6c93f62e5ce16c)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.0.21.bb')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.0.21.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.21.bb index 2fbe65968f..5a1ff3b1b0 100644 --- a/meta/recipes-support/libevent/libevent_2.0.21.bb +++ b/meta/recipes-support/libevent/libevent_2.0.21.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "An asynchronous event notification library" | 1 | SUMMARY = "An asynchronous event notification library" |
2 | DESCRIPTION = "An asynchronous event notification library" | ||
3 | HOMEPAGE = "http://libevent.org/" | 2 | HOMEPAGE = "http://libevent.org/" |
4 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322" | 3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322" |
5 | SECTION = "libs" | 4 | SECTION = "libs" |