[yocto] [meta-selinux][PATCH] libselinux_git: fix warnings of unavailable patches
Shrikant Bobade
bobadeshrikant at gmail.com
Thu May 26 06:11:05 PDT 2016
From: Shrikant Bobade <shrikant_bobade at mentor.com>
Drop unavailable patches entry to fix the warning, even we are using
libselinux v2.5 these warnings pop-up during recipes parsing.
WARNING:..libselinux_git.bb: Unable to get checksum for libselinux SRC_URI
entry libselinux-get-pywrap-depends-on-selinux.py.patch: file could not be
found
WARNING:..libselinux_git.bb: Unable to get checksum for libselinux SRC_URI
entry libselinux-mount-procfs-before-check.patch: file could not be found
Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
---
recipes-security/selinux/libselinux_git.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb
index 20b5534..d2e4a32 100644
--- a/recipes-security/selinux/libselinux_git.bb
+++ b/recipes-security/selinux/libselinux_git.bb
@@ -11,7 +11,5 @@ SRC_URI += "\
file://libselinux-make-O_CLOEXEC-optional.patch \
file://libselinux-make-SOCK_CLOEXEC-optional.patch \
file://libselinux-define-FD_CLOEXEC-as-necessary.patch \
- file://libselinux-get-pywrap-depends-on-selinux.py.patch \
file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \
- file://libselinux-mount-procfs-before-check.patch \
"
--
1.9.1
More information about the yocto
mailing list