From 385396dc8650cf257f68892a227d7c50878d9254 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 7 Nov 2012 14:58:43 -0600 Subject: u-boot_git.bb: cst-native is NOT required to build u-boot variants Also, nothing provides cst-native so we can't build u-boot without this unless some other layer happened to have this Signed-off-by: Matthew McClintock --- recipes-kernel/u-boot/u-boot_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 0bd6a62..3ca9615 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb @@ -5,9 +5,9 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -PR = "r25" +PR = "r26" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc cst-native" +DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" inherit deploy -- cgit v1.2.3-54-g00ecf