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-extended/cups/cups.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-extended/cups') diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 62295b73ca..cb5b1a780c 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -1,5 +1,4 @@ SUMMARY = "An Internet printing system for Unix" -DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPLv2 & LGPLv2" DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" -- cgit 1.2.3-korg