]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: move STDDEPENDS to inc
authorJoshua Lock <josh@linux.intel.com>
Tue, 22 Nov 2011 21:56:29 +0000 (13:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 15:50:45 +0000 (15:50 +0000)
We only build clutter-1.8 now so move the additional STDDEPENDS from the
recipe to the inc file. This has the added benefit of fixing
clutter_git.

This patch also fixes the LIC_FILES_CHKSUM for clutter_git

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
meta/recipes-graphics/clutter/clutter.inc
meta/recipes-graphics/clutter/clutter_git.bb

index 7d15318d771af8bd4c241256091fa79fe6e8ef44..7deac9e9dc29dac2e31d81e6d4454233929192e9 100644 (file)
@@ -6,9 +6,6 @@ PR = "r3"
 # We're API/ABI compatible and this may make things easier for layers
 PROVIDES += "clutter-1.6"
 
-# Internal json-glib was removed in Clutter 1.5.2
-STDDEPENDS += "json-glib cogl atk"
-
 PACKAGES =+ "${PN}-examples"
 FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
 
index 54f65c5357135370e52011514d224268518bbc40..24cb30de2dd19a31c5336bae55822bb5a161d999 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "Clutter graphics library"
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPL"
 
-STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi"
+# Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8
+STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk"
 BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
 
 DEPENDS = "${STDDEPENDS} virtual/libgl"
index 897f5ffd97d1cc3e1bc3f67227580b07828dea39..db8c712241ce186da9ff835a57203d50defb6dd2 100644 (file)
@@ -1,9 +1,7 @@
 require clutter.inc
 require clutter-package.inc
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-DEPENDS += "cogl"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRCREV = "39db46123ed6bbbc3e6ad359a64d4d344ca9e11b"
 PV = "1.8.0+git${SRCPV}"