summaryrefslogtreecommitdiffstats
path: root/recipes-tools
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2011-12-30 13:34:00 +0000
committerMatthew McClintock <msm@freescale.com>2012-01-02 15:45:56 -0600
commita342e205e52f0adddf7bb2ce8e5bff6dd4288694 (patch)
treedbd313a57bf8cb15c7242c8bf76995d1bdd2e493 /recipes-tools
parent66be01a93acef14dae6f15a5ea7a9401213ebd96 (diff)
downloadmeta-fsl-ppc-a342e205e52f0adddf7bb2ce8e5bff6dd4288694.tar.gz
hv-cfg: add dtc-native into the depencency list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Diffstat (limited to 'recipes-tools')
-rw-r--r--recipes-tools/hv-cfg/hv-cfg_git.bb4
1 files changed, 3 insertions, 1 deletions
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 @@
1DESCRIPTION = "Hypervisor Config" 1DESCRIPTION = "Hypervisor Config"
2SECTION = "hv-cfg" 2SECTION = "hv-cfg"
3LICENSE = "BSD" 3LICENSE = "BSD"
4PR = "r1" 4PR = "r2"
5 5
6LIC_FILES_CHKSUM = " \ 6LIC_FILES_CHKSUM = " \
7 file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ 7 file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = " \
11 file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ 11 file://p5020ds/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
12" 12"
13 13
14DEPENDS += "dtc-native"
15
14# this package is specific to the machine itself 16# this package is specific to the machine itself
15INHIBIT_DEFAULT_DEPS = "1" 17INHIBIT_DEFAULT_DEPS = "1"
16PACKAGE_ARCH = "${MACHINE_ARCH}" 18PACKAGE_ARCH = "${MACHINE_ARCH}"