git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a455b
)
BUGFIX: call out the correct inherited package function in gtk+.
author
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 03:41:51 +0000
(
03:41
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 03:41:51 +0000
(
03:41
+0000)
BKrev: 4061037f8opjN1YHCot47JiF4N4pmA
gtk+/gtk+_2.2.4.oe
patch
|
blob
|
history
diff --git
a/gtk+/gtk+_2.2.4.oe
b/gtk+/gtk+_2.2.4.oe
index
a4cb64b
..
889dfa9
100644
(file)
--- 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("
bas
e_do_package", d)
+ oe.build.exec_func("
packag
e_do_package", d)
}