From 224154da37e9fb52ee4f5a222ade7c354c18679a Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 9 Oct 2012 13:10:33 +0800 Subject: libselinux: fix Public Domain license warning. The "Public Domain" license now has a common license file placed as PD in Poky/oe-core, so fix this. Signed-off-by: Xin Ouyang --- recipes-security/selinux/libselinux_2.1.9.bb | 4 ++-- recipes-security/selinux/libselinux_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-security/selinux/libselinux_2.1.9.bb b/recipes-security/selinux/libselinux_2.1.9.bb index 28c7b15..40fbf10 100644 --- a/recipes-security/selinux/libselinux_2.1.9.bb +++ b/recipes-security/selinux/libselinux_2.1.9.bb @@ -3,8 +3,8 @@ DESCRIPTION = "libselinux provides an API for SELinux applications to get and se process and file security contexts and to obtain security policy \ decisions. Required for any applications that use the SELinux API." SECTION = "base" -PR = "r2" -LICENSE = "Public Domain" +PR = "r3" +LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" include selinux_20120216.inc diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb index e85a3f7..893fac5 100644 --- a/recipes-security/selinux/libselinux_git.bb +++ b/recipes-security/selinux/libselinux_git.bb @@ -3,8 +3,8 @@ DESCRIPTION = "libselinux provides an API for SELinux applications to get and se process and file security contexts and to obtain security policy \ decisions. Required for any applications that use the SELinux API." SECTION = "base" -PR = "r2" -LICENSE = "Public Domain" +PR = "r3" +LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf