From 6946a19fdc8853fbb02fd531b76d9d6d9a3febc3 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 26 Sep 2016 16:34:49 +0300 Subject: glibc-initial: use python3 instead of python (v2) Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-initial.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc index 0c8bd649d5..ec21f105d0 100644 --- a/meta/recipes-core/glibc/glibc-initial.inc +++ b/meta/recipes-core/glibc/glibc-initial.inc @@ -11,7 +11,7 @@ TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" do_configure () { (cd ${S} && gnu-configize) || die "failure in running gnu-configize" find ${S} -name "configure" | xargs touch - cfgscript=`python -c "import os; print(os.path.relpath('${S}', '.'))"`/configure + cfgscript=`python3 -c "import os; print(os.path.relpath('${S}', '.'))"`/configure $cfgscript --host=${TARGET_SYS} --build=${BUILD_SYS} \ --prefix=/usr \ --without-cvs --disable-sanity-checks \ -- cgit 1.2.3-korg