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:
3dbbce5
)
BUGFIX in gtk+ again: missed one..
author
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 03:26:37 +0000
(
03:26
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 24 Mar 2004 03:26:37 +0000
(
03:26
+0000)
BKrev: 4060ffedZNt47Gz1E-vOv3oJuNIndA
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
a78182c
..
a4cb64b
100644
(file)
--- a/
gtk+/gtk+_2.2.4.oe
+++ b/
gtk+/gtk+_2.2.4.oe
@@
-75,7
+75,7
@@
python do_package () {
oe.error("D not defined")
return
- packages = string.split(data.getVar('PACKAGES', d, 1))
+ packages = string.split(
oe.
data.getVar('PACKAGES', d, 1))
if not packages:
oe.error("PACKAGES not defined")
return