mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
d8e895ef73
commit
7814514331
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user