summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango.inc
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:08:12 +0000
commit81769ca291443667545ab2a69b6464d25112c49a (patch)
treef2586d1da8dc7214e8af4182d230de84daa7c3c7 /meta/recipes-graphics/pango/pango.inc
parentc9b06f5c2c1b1e610beb968bca02b12e52691c65 (diff)
downloadpoky-81769ca291443667545ab2a69b6464d25112c49a.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. (From OE-Core rev: 9e4c511ed155e1af50b69b65cf43a6320750ca8c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-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/* \
51FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug" 51FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug"
52 52
53RDEPENDS_${PN}-ptest += "gnome-desktop-testing liberation-fonts" 53RDEPENDS_${PN}-ptest += "gnome-desktop-testing liberation-fonts"
54
55RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \
56 pango-module-basic-fc pango-module-arabic-lang"