]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: cleanup thanks to new gtk-doc.bbclass
authorRoss Burton <ross.burton@intel.com>
Thu, 19 Jul 2012 15:11:30 +0000 (16:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:06 +0000 (11:40 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb
meta/recipes-graphics/clutter/clutter-1.8_git.bb
meta/recipes-graphics/clutter/clutter.inc

index 378b6fe32d24d3d72fdd87b27561c60be23d3d22..a37056883dce3ee837d323de6d617ef6e8c0bf3a 100644 (file)
@@ -1,6 +1,8 @@
 require recipes-graphics/clutter/clutter.inc
 require recipes-graphics/clutter/clutter-package.inc
 
+PR = "r1"
+
 # We're API/ABI compatible and this may make things easier for layers
 PROVIDES += "clutter-1.6"
 
index 9f7b048a94eee80d93a3d850fe383458558fd77e..7d8bcb3f42578408d8fd0e9a9262b82e6ce6f6aa 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 # the 1.8.4 tag
 SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459"
 PV = "1.8.4+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
 
index 9d7760f019857ef69881e6c73f93b550bef2eab3..ce54ac294055b7fe43f17361e046260350efcf5e 100644 (file)
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPLv2.1+"
 
 # 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)}"
+STDDEPENDS = "virtual/libx11 pango glib-2.0 libxfixes libxi json-glib cogl atk"
+BASE_CONF = "${@get_clutter_fpu_setting(bb, d)}"
 
 DEPENDS = "${STDDEPENDS} virtual/libgl"
 EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx"