From 3455ca56e31960ece8f139af6621913b9a26c214 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 6 Mar 2013 11:57:09 +0100 Subject: [PATCH] update-flash: restrict 'kobs-ng' dependence to MXS machines https://jira.digi.com/browse/DEL-340 Signed-off-by: Javier Viguera --- meta-digi-del/recipes-digi/update-flash/update-flash.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-del/recipes-digi/update-flash/update-flash.bb b/meta-digi-del/recipes-digi/update-flash/update-flash.bb index 8a16af937..d3dec66fc 100644 --- a/meta-digi-del/recipes-digi/update-flash/update-flash.bb +++ b/meta-digi-del/recipes-digi/update-flash/update-flash.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 PR = "r0" DEPENDS += "libdigi" -RDEPENDS += "kobs-ng" +RDEPENDS_${PN}_append_mxs = " kobs-ng" SRC_URI = "file://update_flash.c \ file://jffs2-user.h \