aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-05 17:30:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:07 +0100
commit6483fbe70e52ec9a53c918fe81162fd0c566f80f (patch)
treef17496502a1bc12d693dd2ec83f8c2e69dfff585
parenta30f259537fa99e71d8d93662988233e36373611 (diff)
downloadopenembedded-core-contrib-6483fbe70e52ec9a53c918fe81162fd0c566f80f.tar.gz
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@intel.com>
-rw-r--r--meta/classes/libc-package.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
index 4f321d4865..8349c2d3c0 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