From a342e205e52f0adddf7bb2ce8e5bff6dd4288694 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 30 Dec 2011 13:34:00 +0000 Subject: hv-cfg: add dtc-native into the depencency list Signed-off-by: Zhenhua Luo --- recipes-tools/hv-cfg/hv-cfg_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-tools') diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/hv-cfg_git.bb index 7a17c64..855c55d 100644 --- a/recipes-tools/hv-cfg/hv-cfg_git.bb +++ b/recipes-tools/hv-cfg/hv-cfg_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Hypervisor Config" SECTION = "hv-cfg" LICENSE = "BSD" -PR = "r1" +PR = "r2" LIC_FILES_CHKSUM = " \ file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ @@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = " \ file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ " +DEPENDS += "dtc-native" + # this package is specific to the machine itself INHIBIT_DEFAULT_DEPS = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf