summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-11-07 14:58:43 -0600
committerMatthew McClintock <msm@freescale.com>2012-11-13 10:57:40 -0600
commit385396dc8650cf257f68892a227d7c50878d9254 (patch)
tree4d0b825fb4cf05629494242101fdfe40c5c8bcbb
parentb9b598721692af527c5606a5dbe8ccbb3072c49e (diff)
downloadmeta-fsl-ppc-385396dc8650cf257f68892a227d7c50878d9254.tar.gz
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 <msm@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb4
1 files 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"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r25" 8PR = "r26"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc cst-native" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
11 11
12inherit deploy 12inherit deploy
13 13