]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libc-package: remove obsolete do_configure_prepend
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Jul 2016 16:30:33 +0000 (17:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Jul 2016 13:12:07 +0000 (14:12 +0100)
This fragment 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@intel.com>
meta/classes/libc-package.bbclass

index 4f321d4865f6df68d3e723eeac9e10b39a96a3cb..8349c2d3c049251ecfa4a9decd0002a7d4ba2753 100644 (file)
@@ -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