summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"