From 7a56c4b0ae2a656cde85ab8b369e6bc2969ca91c Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 24 May 2020 17:14:41 +0200 Subject: u-boot-tk1: drop PATH variable That's not necessary since nativepython is a symbolic link pointing to python binary in ${STAGING_BINDIR_NATIVE}/python-native. Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot-tk1.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-tk1.inc b/recipes-bsp/u-boot/u-boot-tk1.inc index 4679a4f..9a754fd 100644 --- a/recipes-bsp/u-boot/u-boot-tk1.inc +++ b/recipes-bsp/u-boot/u-boot-tk1.inc @@ -14,7 +14,6 @@ DEPENDS += "swig-native python-native" EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' EXTRA_OEMAKE += 'PYTHON2=nativepython STAGING_INCDIR=${STAGING_INCDIR_NATIVE} STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE}' -PATH_prepend = "${STAGING_BINDIR_NATIVE}/python-native:" PACKAGECONFIG ??= "openssl" # u-boot will compile its own tools during the build, with specific -- cgit v1.2.3