From e1d922c1a325fb89dd407b33a8af747167d0fdb4 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 23 Jun 2017 15:48:34 -0700 Subject: open-vm-tools: add missing glib-2.0-native dependency glib-2.0-native is needed to find glib-genmarshal. Signed-off-by: Martin Kelly Signed-off-by: Martin Jansa --- meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.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.0.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb index a68d485742..683f34eeea 100644 --- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb +++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb @@ -26,7 +26,7 @@ SRCREV = "538ea037a1549b6fd4e57529f7448a3fd2aa47af" S = "${WORKDIR}/git/open-vm-tools" -DEPENDS = "virtual/kernel glib-2.0 util-linux libdnet procps libmspack" +DEPENDS = "virtual/kernel glib-2.0 glib-2.0-native util-linux libdnet procps libmspack" RDEPENDS_${PN} = "util-linux libdnet kernel-module-vmhgfs" inherit module-base kernel-module-split autotools pkgconfig systemd -- cgit 1.2.3-korg