mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
gdb: Cache gnu gettext config vars for musl builds
intl is used in gdb as well and we run the configure for it when running do compile. So we need to insert these caching of variables to extra oe_make (From OE-Core rev: 60de4d6c717c6a5131b02de29234d53a6ca1b993) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,6 +3,11 @@ require gdb-${PV}.inc
|
||||
|
||||
inherit python3-dir
|
||||
|
||||
EXTRA_OEMAKE_append_libc-musl = "\
|
||||
gt_cv_func_gnugettext1_libc=yes \
|
||||
gt_cv_func_gnugettext2_libc=yes \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then
|
||||
cat > ${WORKDIR}/python << EOF
|
||||
|
||||
Reference in New Issue
Block a user