diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-17 11:19:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 15:10:15 +0000 |
| commit | 1ca0401f3396725d65a514b78a99d39c3bc575df (patch) | |
| tree | 41782e6b76e4754148759b95e978ca7817b191ae | |
| parent | 8b11a2f3f051f346d38938c941dbe49017617c49 (diff) | |
| download | poky-1ca0401f3396725d65a514b78a99d39c3bc575df.tar.gz | |
Revert "pango.inc: add directory "/etc/pango""
This reverts commit 65186bd86170d8c375931a18487c2fdf3bd1b3b0.
(From OE-Core rev: 25c2d1a825a5d028b99f956be2918ceed4a93ac3)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | 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 e7262c3417..bf528f4a61 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
| @@ -46,11 +46,6 @@ 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 | |||
| 54 | python populate_packages_prepend () { | 49 | python populate_packages_prepend () { |
| 55 | prologue = d.getVar("postinst_prologue", 1) | 50 | prologue = d.getVar("postinst_prologue", 1) |
| 56 | 51 | ||
| @@ -59,5 +54,6 @@ python populate_packages_prepend () { | |||
| 59 | do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') | 54 | do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules') |
| 60 | } | 55 | } |
| 61 | 56 | ||
| 57 | FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" | ||
| 62 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" | 58 | FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" |
| 63 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" | 59 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" |
