summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-02-09 00:20:59 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-02-09 00:21:20 +0100
commitbf1be07d2a1d9643f2668583694d4a84011bc529 (patch)
tree18df467248abaa84fb59407c281f26f20c74b294 /app-emulation/vmware-modules/vmware-modules-304.2.ebuild
parentnet-wireless/wireless-regdb: bump to latest, we keep you legal (diff)
downloadgentoo-bf1be07d2a1d9643f2668583694d4a84011bc529.tar.gz
gentoo-bf1be07d2a1d9643f2668583694d4a84011bc529.tar.bz2
gentoo-bf1be07d2a1d9643f2668583694d4a84011bc529.zip
app-emulation/vmware-modules: Add patches for compilation with Kernel 4.2, bug 561252
Patches prepared by Ognian Tenchev, original source https://communities.vmware.com/thread/517279 Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-304.2.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-304.2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
index 173592f145e5..cab32841e4fa 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
@@ -95,6 +95,10 @@ src_prepare() {
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vmci_qpair.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-07-vsock.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-01-inode.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-02-vmnetInt.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-03-af_vsock.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-04-driver.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user