diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2016-05-26 18:41:05 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-05-27 13:30:49 -0400 |
commit | eadc6e6da3601004a3f9f94c367adda51f4dbfc0 (patch) | |
tree | 148d1268151d1304ea8fd657f050aa2ba0c6c781 | |
parent | c063abf694d991ad3c9dd36ae4c281b94ff7c7e3 (diff) | |
download | meta-selinux-eadc6e6da3601004a3f9f94c367adda51f4dbfc0.tar.gz |
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 <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/libselinux_git.bb | 2 |
1 files changed, 0 insertions, 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 += "\ | |||
11 | file://libselinux-make-O_CLOEXEC-optional.patch \ | 11 | file://libselinux-make-O_CLOEXEC-optional.patch \ |
12 | file://libselinux-make-SOCK_CLOEXEC-optional.patch \ | 12 | file://libselinux-make-SOCK_CLOEXEC-optional.patch \ |
13 | file://libselinux-define-FD_CLOEXEC-as-necessary.patch \ | 13 | file://libselinux-define-FD_CLOEXEC-as-necessary.patch \ |
14 | file://libselinux-get-pywrap-depends-on-selinux.py.patch \ | ||
15 | file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \ | 14 | file://0001-src-Makefile-fix-includedir-in-libselinux.pc.patch \ |
16 | file://libselinux-mount-procfs-before-check.patch \ | ||
17 | " | 15 | " |