[oe-commits] [openembedded-core] 22/24: libc-package: remove obsolete do_configure_prepend

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 14:57:19 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dc792d2547b9828c3bd6b6ff14a23f0604e99900
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jul 5 17:30:33 2016 +0100

    libc-package: remove obsolete do_configure_prepend
    
    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 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 4f321d4..8349c2d 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list