From f1ce2c13e5b87cf7dbb000ed93a4eb531a05ca40 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 May 2012 03:57:38 +0800 Subject: [PATCH] image: Make sure that everything from the machine rdepends is built Make sure that everything the machine needs to install is built. --- recipes-apps/images/sysmocom-image.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-apps/images/sysmocom-image.inc b/recipes-apps/images/sysmocom-image.inc index 8d6f9c5..1175e9c 100644 --- a/recipes-apps/images/sysmocom-image.inc +++ b/recipes-apps/images/sysmocom-image.inc @@ -1,3 +1,4 @@ +DEPENDS = "${MACHINE_EXTRA_RDEPENDS}" IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} wget" IMAGE_LINGUAS = " " LICENSE = "MIT"