]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango: add RPROVIDES for removed packages
authorRoss Burton <ross.burton@intel.com>
Wed, 18 Nov 2015 10:18:36 +0000 (10:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 08:01:52 +0000 (08:01 +0000)
Now that Pango has merged the external modules and engines the packages don't
exist.  For convenience have the Pango library RPROVIDE these names.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/pango/pango.inc

index c0109b2bc7c4ed297f05d2c1d736d36ba1a9844e..04143bdca5fbea7bae3463b66d46a00d7e43559a 100644 (file)
@@ -51,3 +51,6 @@ FILES_${PN}-ptest += "${libexecdir}/installed-tests/* \
 FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug"
 
 RDEPENDS_${PN}-ptest += "gnome-desktop-testing liberation-fonts"
+
+RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \
+                    pango-module-basic-fc pango-module-arabic-lang"