aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-06-23 15:48:33 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-01 09:59:24 +0200
commit78145143317841959b8725d0c95f756dc5dd2462 (patch)
tree92cf0b6fc382a66fc5e05788fd15cbc3f4fcf63c /meta-oe/recipes-support/open-vm-tools
parentd8e895ef7339cc94df2a57ee7f048efa9884e9cf (diff)
downloadmeta-openembedded-contrib-78145143317841959b8725d0c95f756dc5dd2462.tar.gz
open-vm-tools: add missing pkgconfig dependency
The configure.ac script uses pkgconfig but we didn't depend on it, so it was silently not using pkgconfig. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/open-vm-tools')
-rw-r--r--meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb2
1 files changed, 1 insertions, 1 deletions
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 4dee03a238..a68d485742 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
@@ -29,7 +29,7 @@ S = "${WORKDIR}/git/open-vm-tools"
DEPENDS = "virtual/kernel glib-2.0 util-linux libdnet procps libmspack"
RDEPENDS_${PN} = "util-linux libdnet kernel-module-vmhgfs"
-inherit module-base kernel-module-split autotools systemd
+inherit module-base kernel-module-split autotools pkgconfig systemd
# from module.bbclass...
addtask make_scripts after do_patch before do_compile