From: Chris Larson Date: Wed, 24 Mar 2004 03:41:51 +0000 (+0000) Subject: BUGFIX: call out the correct inherited package function in gtk+. X-Git-Tag: Release-2010-05/1~19895 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46409bdd0898d5006681c09b5c1e4cd801898450;p=openembedded.git BUGFIX: call out the correct inherited package function in gtk+. BKrev: 4061037f8opjN1YHCot47JiF4N4pmA --- diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe index a4cb64be29..889dfa97b4 100644 --- a/gtk+/gtk+_2.2.4.oe +++ b/gtk+/gtk+_2.2.4.oe @@ -108,5 +108,5 @@ python do_package () { 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) + oe.build.exec_func("package_do_package", d) }