From eadc6e6da3601004a3f9f94c367adda51f4dbfc0 Mon Sep 17 00:00:00 2001 From: Shrikant Bobade Date: Thu, 26 May 2016 18:41:05 +0530 Subject: libselinux_git: fix warnings of unavailable patches 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 Signed-off-by: Joe MacDonald --- 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 \ " -- cgit v1.2.3-54-g00ecf