Work around the glibc python do_package_prepend failure.
authorChris Larson <clarson@kergoth.com>
Mon, 29 Mar 2004 09:05:59 +0000 (09:05 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 29 Mar 2004 09:05:59 +0000 (09:05 +0000)
BKrev: 4067e6f7fBs6rxlyNKlP9PS0lD9XrQ

glibc/glibc_2.3.2.oe

index 4d91dc0..50d4ec2 100644 (file)
@@ -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)
 }