From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RbKs3-0005Ea-MS for openembedded-core@lists.openembedded.org; Fri, 16 Dec 2011 00:37:51 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 15 Dec 2011 15:30:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="87086687" Received: from unknown (HELO shamshir.jf.intel.com) ([10.7.199.105]) by orsmga001.jf.intel.com with ESMTP; 15 Dec 2011 15:30:45 -0800 From: Joshua Lock To: openembedded-core@lists.openembedded.org Date: Thu, 15 Dec 2011 15:30:39 -0800 Message-Id: <02c8b585ca1d1680dc5645a6e284f398a0be8085.1323991540.git.josh@linux.intel.com> X-Mailer: git-send-email 1.7.7.4 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 06/10] cogl: clarify LICENSE as LGPL-2.1 and fix metadata X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 23:37:52 -0000 Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/cogl.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index 81317c6..beb2854 100644 --- a/meta/recipes-graphics/clutter/cogl.inc +++ b/meta/recipes-graphics/clutter/cogl.inc @@ -1,6 +1,6 @@ -DESCRIPTION = "Clutter graphics library" -HOMEPAGE = "http://www.clutter-project.org/" -LICENSE = "LGPL" +DESCRIPTION = "a modern 3D graphics API with associated utility APIs" +HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" +LICENSE = "LGPL-2.1" STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gdk-pixbuf libxi" BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" -- 1.7.7.4