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 | a342e205e52f0adddf7bb2ce8e5bff6dd4288694 (patch) | |
tree | dbd313a57bf8cb15c7242c8bf76995d1bdd2e493 /recipes-tools | |
parent | 66be01a93acef14dae6f15a5ea7a9401213ebd96 (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
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}" |