aboutsummaryrefslogtreecommitdiffstats
path: root/gtk+
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 21:55:16 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 21:55:16 +0000
commitaa985c7142b76eb5f28e17ad540a6a0399d56f20 (patch)
tree3fb93873990a50954d27ef2e0ac92a6d68e9a4da /gtk+
parent834d4ea7c3437b477c080ccc3e18a7197cf81990 (diff)
downloadopenembedded-aa985c7142b76eb5f28e17ad540a6a0399d56f20.tar.gz
Fix the gtk+ and libmimedir builds, and a few cleanups elsewhere.
BKrev: 4060b244_wWIscmD0suOW04sJw7R1w
Diffstat (limited to 'gtk+')
-rw-r--r--gtk+/gtk+_2.2.4.oe4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe
index 8be4bb2a1e..eab6f950f0 100644
--- a/gtk+/gtk+_2.2.4.oe
+++ b/gtk+/gtk+_2.2.4.oe
@@ -67,7 +67,7 @@ do_stage () {
install -m 0644 m4macros/gtk-2.0.m4 ${STAGING_DIR}/share/aclocal/
}
-python do_package_prepend() {
+python do_package () {
def do_split(root, pattern, format, description):
dvar = data.getVar('D', d, 1)
if not dvar:
@@ -106,4 +106,6 @@ python do_package_prepend() {
do_split(loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s')
do_split(immodules_root, '^im-(.*)\.so$', 'gtk-immodule-%s', 'GTK input module for %s')
+
+ oe.build.exec_func("base_do_package", d)
}