[OE-core] [PATCH 1/2] libc-package: remove obsolete do_configure_prepend

Ross Burton ross.burton at intel.com
Wed Jul 6 09:56:53 UTC 2016


This fragment comes dates from when this class was used for more than just glibc
locale packaging, and as glibc-locale disables do_configure it can't have been
executed.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/libc-package.bbclass | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
index 6624746..a8d86cf 100644
--- a/meta/classes/libc-package.bbclass
+++ b/meta/classes/libc-package.bbclass
@@ -47,14 +47,6 @@ python __anonymous () {
 
 OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}"
 
-do_configure_prepend() {
-        if [ -e ${S}/elf/ldd.bash.in ]; then
-                sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in
-        fi
-}
-
-
-
 # indentation removed on purpose
 locale_base_postinst() {
 #!/bin/sh
-- 
2.8.1




More information about the Openembedded-core mailing list