From e1e888585c84175580ad822d4a6c93f62e5ce16c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 25 Nov 2013 18:50:47 +0000 Subject: 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. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_2.0.21.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-support/libevent/libevent_2.0.21.bb') 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 @@ SUMMARY = "An asynchronous event notification library" -DESCRIPTION = "An asynchronous event notification library" HOMEPAGE = "http://libevent.org/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=50884&atid=461322" SECTION = "libs" -- cgit 1.2.3-korg