diff options
-rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.28.4.bb | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index b428b9df06..5a2555f11f 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
@@ -46,6 +46,11 @@ fi | |||
46 | 46 | ||
47 | } | 47 | } |
48 | 48 | ||
49 | # Command "pango-querymodules > /etc/pango/pango.modules" needs this directory. | ||
50 | do_install_prepend() { | ||
51 | install -d ${D}/${sysconfdir}/pango | ||
52 | } | ||
53 | |||
49 | python populate_packages_prepend () { | 54 | python populate_packages_prepend () { |
50 | prologue = d.getVar("postinst_prologue", 1) | 55 | prologue = d.getVar("postinst_prologue", 1) |
51 | 56 | ||
@@ -54,6 +59,5 @@ python populate_packages_prepend () { | |||
54 | do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') | 59 | do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') |
55 | } | 60 | } |
56 | 61 | ||
57 | FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" | ||
58 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" | 62 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" |
59 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" | 63 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" |
diff --git a/meta/recipes-graphics/pango/pango_1.28.4.bb b/meta/recipes-graphics/pango/pango_1.28.4.bb index d7af871ce3..d2776a6700 100644 --- a/meta/recipes-graphics/pango/pango_1.28.4.bb +++ b/meta/recipes-graphics/pango/pango_1.28.4.bb | |||
@@ -2,7 +2,7 @@ require pango.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI += "file://no-tests.patch" | 7 | SRC_URI += "file://no-tests.patch" |
8 | SRC_URI += "file://noconst.patch" | 8 | SRC_URI += "file://noconst.patch" |