summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb')
-rw-r--r--recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb b/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb
index 0d5f2dc..3d69336 100644
--- a/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb
+++ b/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb
@@ -6,17 +6,18 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r3"
-DEPENDS = "mtd-utils"
+DEPENDS = "mtd-utils u-boot"
# tag 0.0.1
SRCREV = "9c154405c2d01648f41c6a72bcc96f9865c4f07c"
SRC_URI = "git://git.multitech.net/u-boot-linux-utils.git;protocol=git \
file://uboot_mac.patch \
- file://uboot_configure.patch"
+ file://uboot_configure.patch \
+ file://DEFAULT_ENV.cfg"
S = "${WORKDIR}/git"
-
+CFLAGS += "-idirafter ${STAGING_DIR_TARGET}/usr/include/u-boot -save-temps -MD"
inherit autotools
PARALLEL_MAKE = ""