aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-11-18 10:18:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:01:52 +0000
commit9e4c511ed155e1af50b69b65cf43a6320750ca8c (patch)
treebda71c10715bab88e63bbe4b974edeaca23d857c
parent9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1 (diff)
downloadopenembedded-core-contrib-9e4c511ed155e1af50b69b65cf43a6320750ca8c.tar.gz
pango: add RPROVIDES for removed packages
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>
-rw-r--r--meta/recipes-graphics/pango/pango.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index c0109b2bc7..04143bdca5 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -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"