From: Chris Larson Date: Mon, 29 Mar 2004 09:05:59 +0000 (+0000) Subject: Work around the glibc python do_package_prepend failure. X-Git-Tag: Release-2010-05/1~19831 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6593918572ea5778e4e67abd88ed646563ac4dff;p=openembedded.git Work around the glibc python do_package_prepend failure. BKrev: 4067e6f7fBs6rxlyNKlP9PS0lD9XrQ --- 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) }