From 778f28874f8ae4f38763b2403cbe1fcaac7aca3d Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 23 Jun 2017 15:48:38 -0700 Subject: open-vm-tools: don't use mspack It's not actually needed when you set --disable-deploypkg. Signed-off-by: Martin Kelly Signed-off-by: Martin Jansa --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/open-vm-tools') diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb index 8a71cb3b67..6793d450b8 100644 --- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb +++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb @@ -30,7 +30,7 @@ SRCREV = "854c0bb374612f7e633b448ca273f970f154458b" S = "${WORKDIR}/git/open-vm-tools" -DEPENDS = "virtual/kernel glib-2.0 glib-2.0-native util-linux libdnet procps libmspack" +DEPENDS = "virtual/kernel glib-2.0 glib-2.0-native util-linux libdnet procps" RDEPENDS_${PN} = "util-linux libdnet kernel-module-vmhgfs" inherit module-base kernel-module-split autotools pkgconfig systemd -- cgit 1.2.3-korg