[oe-commits] Koen Kooi : Revert "pango.inc: add directory "/etc/pango""

git at git.openembedded.org git at git.openembedded.org
Tue Jan 17 15:19:37 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 25c2d1a825a5d028b99f956be2918ceed4a93ac3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=25c2d1a825a5d028b99f956be2918ceed4a93ac3

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 17 11:19:42 2012 +0100

Revert "pango.inc: add directory "/etc/pango""

This reverts commit 65186bd86170d8c375931a18487c2fdf3bd1b3b0.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/pango/pango.inc |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index e7262c3..bf528f4 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -46,11 +46,6 @@ fi
 
 }
 
-# Command "pango-querymodules > /etc/pango/pango.modules" needs this directory.
-do_install_prepend() {
-	install -d ${D}/${sysconfdir}/pango
-}
-
 python populate_packages_prepend () {
 	prologue = d.getVar("postinst_prologue", 1)
 
@@ -59,5 +54,6 @@ python populate_packages_prepend () {
 	do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules')
 }
 
+FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
 FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug"
 FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la"





More information about the Openembedded-commits mailing list