aboutsummaryrefslogtreecommitdiffstats
path: root/pango
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-31 17:55:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-31 17:55:10 +0000
commit832d7c8d51907cad6b8301fc0186b179d4300afa (patch)
tree6a12089f4ca0b400e7dd0bf7c02cb578b0c20691 /pango
parentc076f74a069c7e6b4427593296a04d3e123e82ca (diff)
downloadopenembedded-832d7c8d51907cad6b8301fc0186b179d4300afa.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/03/31 12:27:56-05:00 mine.nu!erich Merge openembedded@openembedded.bkbits.net:packages into erichl.mine.nu:/home/erich/src/packages 2004/03/31 12:27:35-05:00 mine.nu!erich pango_1.2.5.oe, gtk+_2.2.4.oe: pango_1.2.5.oe, gtk+_2.2.4.oe fixes from pb_ 2004/03/31 19:26:09+02:00 de[mickey]!mickey packages-patch-20040331 BKrev: 406b05feE_NWQ67K3z6ZwOtzB3rumg
Diffstat (limited to 'pango')
-rw-r--r--pango/pango_1.2.5.oe6
1 files changed, 2 insertions, 4 deletions
diff --git a/pango/pango_1.2.5.oe b/pango/pango_1.2.5.oe
index db176f82a9..f023f157a2 100644
--- a/pango/pango_1.2.5.oe
+++ b/pango/pango_1.2.5.oe
@@ -29,8 +29,8 @@ do_stage () {
install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/
}
-python do_package () {
- import string
+python populate_packages_prepend () {
+ import string, os
def do_split(root, pattern, format, description, postinst):
dvar = oe.data.getVar('D', d, 1)
if not dvar:
@@ -69,6 +69,4 @@ python do_package () {
modules_root = os.path.join(pango_libdir, 'modules')
do_split(modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', 'pango-querymodules > /etc/pango/pango.modules')
-
- oe.build.exec_func("package_do_package", d)
}