]> code.ossystems Code Review - meta-freescale.git/commitdiff
hv-cfg: add dtc-native into the depencency list
authorZhenhua Luo <b19537@freescale.com>
Fri, 30 Dec 2011 13:34:00 +0000 (13:34 +0000)
committerMatthew McClintock <msm@freescale.com>
Mon, 2 Jan 2012 21:45:56 +0000 (15:45 -0600)
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bb

index 7a17c6435c6ecdfafb3c44e28a88c572e2d32e80..855c55d2515d5a6702a845c9ac90a8a51da1365d 100644 (file)
@@ -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}"