From f72ae3a47c080d7c120640342248de781df5cd58 Mon Sep 17 00:00:00 2001 From: Vicentiu Galanopulo Date: Fri, 4 Oct 2019 08:56:06 +0200 Subject: [PATCH] u-boot_2019.04.bbappend: Inherit pythonnative Fix for Jenkins error | scripts/dtc/pylibfdt/libfdt_wrap.c 149 21 fatal error Python.h No such file or directory | compilation terminated. | error command 'gcc' failed with exit status 1 Signed-off-by: Vicentiu Galanopulo --- .../recipes-bsp/u-boot/u-boot_2019.04.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_2019.04.bbappend b/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_2019.04.bbappend index 9dc67d8..d675858 100644 --- a/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_2019.04.bbappend +++ b/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_2019.04.bbappend @@ -1,5 +1,5 @@ UBOOT_KCONFIG_SUPPORT = "1" -inherit resin-u-boot +inherit resin-u-boot pythonnative FILESEXTRAPATHS_prepend := "${THISDIR}/files:"