From: Joshua Lock Date: Thu, 10 Nov 2011 00:59:12 +0000 (-0800) Subject: clutter: PROVIDES clutter-1.6 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec89071836f3844c41a34061af4baf706036e371;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clutter: PROVIDES clutter-1.6 Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock --- diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb index f746bdef6d4..7d15318d771 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb @@ -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"