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:
a0e0735
)
Work around the glibc python do_package_prepend failure.
author
Chris Larson
<clarson@kergoth.com>
Mon, 29 Mar 2004 09:05:59 +0000
(09:05 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 29 Mar 2004 09:05:59 +0000
(09:05 +0000)
BKrev: 4067e6f7fBs6rxlyNKlP9PS0lD9XrQ
glibc/glibc_2.3.2.oe
patch
|
blob
|
history
diff --git
a/glibc/glibc_2.3.2.oe
b/glibc/glibc_2.3.2.oe
index
4d91dc0
..
50d4ec2
100644
(file)
--- a/
glibc/glibc_2.3.2.oe
+++ b/
glibc/glibc_2.3.2.oe
@@
-210,7
+210,8
@@
do_install() {
done
}
-python do_package
_prepend
() {
+python do_package
() {
if oe.data.getVar('DEBIAN_NAMES', d, 1):
oe.data.setVar('PKG_${PN}', 'libc6', d)
+ oe.build.exec_func('package_do_package', d)
}