diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-22 19:38:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:46:29 +0100 |
commit | 360b4e750d4eb7d4cbf832a61d8b1a20280b1bed (patch) | |
tree | 8d98a6abeb2654a172a4f5470dfdb52a7be1eaee /meta/recipes-graphics/pango/pango.inc | |
parent | c2a4fa3669ca8607845347c0c196fa96478156cb (diff) | |
download | openembedded-core-360b4e750d4eb7d4cbf832a61d8b1a20280b1bed.tar.gz openembedded-core-360b4e750d4eb7d4cbf832a61d8b1a20280b1bed.tar.bz2 openembedded-core-360b4e750d4eb7d4cbf832a61d8b1a20280b1bed.zip |
pango: upgrade to 1.36.5
Update pango-ptest to reflect moved test suite.
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.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index c02d8c02d2..1ad46a3bf6 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -90,8 +90,8 @@ FILES_${PN} = "${sysconfdir}/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" -FILES_${PN}-ptest += "${libexecdir}/pango/installed-tests/* \ +FILES_${PN}-ptest += "${libexecdir}/installed-tests/* \ ${datadir}/installed-tests/pango" -FILES_${PN}-dbg += "${libexecdir}/pango/installed-tests/.debug" +FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug" RDEPENDS_${PN}-ptest += "gnome-desktop-testing liberation-fonts" |