diff options
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb index 66edae812f..c110226710 100644 --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb | |||
@@ -13,7 +13,7 @@ do_compile () { | |||
13 | # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and | 13 | # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and |
14 | # generating it requires bin2header tool, which for target build | 14 | # generating it requires bin2header tool, which for target build |
15 | # is built with target tools and thus cannot be executed on host. | 15 | # is built with target tools and thus cannot be executed on host. |
16 | sed -i "s/CONFIG_CMD_LICENSE.*/# CONFIG_CMD_LICENSE is not set/" .config | 16 | sed -i "s/CONFIG_CMD_LICENSE=.*/# CONFIG_CMD_LICENSE is not set/" .config |
17 | 17 | ||
18 | oe_runmake cross_tools NO_SDL=1 | 18 | oe_runmake cross_tools NO_SDL=1 |
19 | } | 19 | } |