diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-29 09:05:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-29 09:05:59 +0000 |
commit | 6593918572ea5778e4e67abd88ed646563ac4dff (patch) | |
tree | 9e455fa1ef5c2f1638e2d019867250171f39189c /glibc | |
parent | a0e0735f27355bbd63b5064d3befdf804404fedb (diff) |
Work around the glibc python do_package_prepend failure.
BKrev: 4067e6f7fBs6rxlyNKlP9PS0lD9XrQ
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/glibc_2.3.2.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 4d91dc0545..50d4ec2178 100644 --- 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) } |