From: Zhenhua Luo Date: Fri, 30 Dec 2011 13:34:00 +0000 (+0000) Subject: hv-cfg: add dtc-native into the depencency list X-Git-Tag: 2.1~534^2~542 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26ede1fb5c58f1d784e3887de709037a6897af37;p=meta-freescale.git hv-cfg: add dtc-native into the depencency list Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bb b/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bb index 7a17c643..855c55d2 100644 --- a/meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bb +++ b/meta-fsl-ppc/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}"