]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: PROVIDES clutter-1.6
authorJoshua Lock <josh@linux.intel.com>
Thu, 10 Nov 2011 00:59:12 +0000 (16:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 15:50:45 +0000 (15:50 +0000)
Since the two are API/ABI compatible and this may make things easier for
external layers using clutter.

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

index f746bdef6d4a647d3a7c4acd36ffa9c4b4bf818a..7d15318d771af8bd4c241256091fa79fe6e8ef44 100644 (file)
@@ -3,6 +3,9 @@ require recipes-graphics/clutter/clutter-package.inc
 
 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"