summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-10-09 13:10:33 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-10-09 13:10:33 +0800
commit224154da37e9fb52ee4f5a222ade7c354c18679a (patch)
tree0a3e06d40d586f2ea09351c911630d915589eca0
parent4d2acedb685851a6c9998284f03ddec6043c2383 (diff)
downloadmeta-selinux-224154da37e9fb52ee4f5a222ade7c354c18679a.tar.gz
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 <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-security/selinux/libselinux_2.1.9.bb4
-rw-r--r--recipes-security/selinux/libselinux_git.bb4
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
3process and file security contexts and to obtain security policy \ 3process and file security contexts and to obtain security policy \
4decisions. Required for any applications that use the SELinux API." 4decisions. Required for any applications that use the SELinux API."
5SECTION = "base" 5SECTION = "base"
6PR = "r2" 6PR = "r3"
7LICENSE = "Public Domain" 7LICENSE = "PD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
9 9
10include selinux_20120216.inc 10include 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
3process and file security contexts and to obtain security policy \ 3process and file security contexts and to obtain security policy \
4decisions. Required for any applications that use the SELinux API." 4decisions. Required for any applications that use the SELinux API."
5SECTION = "base" 5SECTION = "base"
6PR = "r2" 6PR = "r3"
7LICENSE = "Public Domain" 7LICENSE = "PD"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
9DEFAULT_PREFERENCE = "-1" 9DEFAULT_PREFERENCE = "-1"
10 10