Remove patch included upstream 02/27802/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 8 Aug 2022 22:10:57 +0000 (00:10 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 8 Aug 2022 22:13:04 +0000 (22:13 +0000)
We can remove 0001-Handle-switch-to-proc_ops.patch as it is available in the upstream codebase now.

Bug-AGL: SPEC-4376
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I8e26a01c126337cbae44aac862e9eb21fda198fb

meta-oem-production-readiness/meta-agl-basesystem/recipes-kernel/kernel-module-evklib/kernel-module-evklib_1.0.0.bb

index 9f57e53..17f4afd 100644 (file)
@@ -7,9 +7,8 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL-2.0-only;md5=4ee23c52855c222cba72583d301d2338"
 
 PV = "1.0.0+gitr${SRCPV}"
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH} \
-           file://0001-Handle-switch-to-proc_ops.patch;striplevel=3 \
-"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH} "
+
 SRCREV := "${BASESYSTEM_REVISION}"
 
 S = "${WORKDIR}/git/module/kernel-module-evklib"