diff options
author | Ross Burton <ross.burton@intel.com> | 2016-07-05 17:30:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:17 +0100 |
commit | e2a150b1f957a669e0d6c9b908cf2234447e5dd4 (patch) | |
tree | 326f3e03b40cdb2afdb36cc648d6120c40b4583b /meta/classes | |
parent | 8c95d2220f1b477e32ed6cf4a28199590d15a411 (diff) | |
download | poky-e2a150b1f957a669e0d6c9b908cf2234447e5dd4.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.
(From OE-Core rev: 6483fbe70e52ec9a53c918fe81162fd0c566f80f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/libc-package.bbclass | 8 |
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 () { | |||
47 | 47 | ||
48 | OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" | 48 | OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" |
49 | 49 | ||
50 | do_configure_prepend() { | ||
51 | if [ -e ${S}/elf/ldd.bash.in ]; then | ||
52 | sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in | ||
53 | fi | ||
54 | } | ||
55 | |||
56 | |||
57 | |||
58 | # indentation removed on purpose | 50 | # indentation removed on purpose |
59 | locale_base_postinst() { | 51 | locale_base_postinst() { |
60 | #!/bin/sh | 52 | #!/bin/sh |