Yi Zhao
2024-09-16 07:55:36 +08:00
committed by Khem Raj
parent c4f2e8f626
commit d11df3c4a2
@@ -25,7 +25,7 @@ LICENSE:modules/freebsd/vmxnet = "GPL-2.0-only"
LICENSE:modules/linux = "GPL-2.0-only" LICENSE:modules/linux = "GPL-2.0-only"
LICENSE:modules/solaris = "CDDL-1.0" LICENSE:modules/solaris = "CDDL-1.0"
SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=stable-12.3.x \ SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=stable-12.4.x \
file://tools.conf \ file://tools.conf \
file://vmtoolsd.service \ file://vmtoolsd.service \
file://vmtoolsd.init \ file://vmtoolsd.init \
@@ -50,7 +50,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"
SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \
" "
SRCREV = "1b362b9eb449fb5de3809aaea4a636ece30ee5b7" SRCREV = "9b94132f54fbed0b86dce04ff4402d1d8fd059c3"
S = "${WORKDIR}/git/open-vm-tools" S = "${WORKDIR}/git/open-vm-tools"
@@ -64,7 +64,7 @@ inherit autotools pkgconfig systemd update-rc.d
SYSTEMD_SERVICE:${PN} = "vmtoolsd.service" SYSTEMD_SERVICE:${PN} = "vmtoolsd.service"
EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \
--disable-tests --without-gtkmm --without-xerces --without-pam \ --disable-tests --without-gtkmm --without-pam \
--disable-vgauth --disable-deploypkg --disable-containerinfo \ --disable-vgauth --disable-deploypkg --disable-containerinfo \
--without-root-privileges --without-kernel-modules --with-tirpc \ --without-root-privileges --without-kernel-modules --with-tirpc \
--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d" --with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d"