From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UV47l-0004XJ-St for openembedded-core@lists.openembedded.org; Wed, 24 Apr 2013 20:09:00 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 24 Apr 2013 10:50:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,545,1363158000"; d="scan'208";a="231632519" Received: from unknown (HELO helios.amr.corp.intel.com) ([10.255.13.249]) by AZSMGA002.ch.intel.com with ESMTP; 24 Apr 2013 10:50:25 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Wed, 24 Apr 2013 18:48:50 +0100 Message-Id: <04421ddefa4f2ef7dc70c7abcd4baeffd3e1c360.1366825663.git.paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 13/21] gnome-doc-utils: add SUMMARY and DESCRIPTION X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 18:09:04 -0000 Signed-off-by: Paul Eggleton --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 8ea0b96..9d243a1 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,3 +1,9 @@ +SUMMARY = "A collection of documentation utilities for the Gnome project." +DESCRIPTION = "The GNOME Documentation Build Utilities (gnome-doc- \ +utils) were created to make it easier for application developers to \ +include and create documentation in their releases. They include the \ +xml2po tool which makes it easier to translate and keep up to date \ +translations of documentation." LICENSE = "GPLv2 & LGPLv2.1" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" -- 1.7.10.4