[Bug 4522] New: pango.module file generation problems.
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Tue Aug 26 03:25:59 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4522
Summary: pango.module file generation problems.
Classification: Unclassified
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: org.openembedded.dev
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: xydarcher at 163.com
recipe pango.inc described how to generate setting file pango.module for pango
below.
do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s',
'Pango module %s', prologue + 'pango-querymodules > /etc/pango/pango.modules')
this will generate a postinst script files including 'pango-querymodules >
/etc/pango/pango.modules'.
the postinst script would run at the do_rootfs stage when building images. at
this time, pango-querymodules would not generate any thing useful. there would
be no pango.modules file in $rootfs/etc/pango dir.
it's the problem, but i don't know how to correct it.
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list