diff options
author | Zhenhua Luo <b19537@freescale.com> | 2011-12-30 13:34:00 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-01-02 15:45:56 -0600 |
commit | 26ede1fb5c58f1d784e3887de709037a6897af37 (patch) | |
tree | 9b3e2ba3fc1d36279af530fb4c1c45cb45e5c06d | |
parent | 2f71a8d0313c41716e9ec4c87e1e4197973b1cf6 (diff) | |
download | meta-freescale-26ede1fb5c58f1d784e3887de709037a6897af37.tar.gz |
hv-cfg: add dtc-native into the depencency list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
-rw-r--r-- | meta-fsl-ppc/recipes-tools/hv-cfg/hv-cfg_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | DESCRIPTION = "Hypervisor Config" | 1 | DESCRIPTION = "Hypervisor Config" |
2 | SECTION = "hv-cfg" | 2 | SECTION = "hv-cfg" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = " \ | 6 | LIC_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 | ||
14 | DEPENDS += "dtc-native" | ||
15 | |||
14 | # this package is specific to the machine itself | 16 | # this package is specific to the machine itself |
15 | INHIBIT_DEFAULT_DEPS = "1" | 17 | INHIBIT_DEFAULT_DEPS = "1" |
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |