diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-10-09 13:10:33 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-10-09 13:10:33 +0800 |
commit | 224154da37e9fb52ee4f5a222ade7c354c18679a (patch) | |
tree | 0a3e06d40d586f2ea09351c911630d915589eca0 | |
parent | 4d2acedb685851a6c9998284f03ddec6043c2383 (diff) | |
download | meta-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.bb | 4 | ||||
-rw-r--r-- | 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 | |||
3 | process and file security contexts and to obtain security policy \ | 3 | process and file security contexts and to obtain security policy \ |
4 | decisions. Required for any applications that use the SELinux API." | 4 | decisions. Required for any applications that use the SELinux API." |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | LICENSE = "Public Domain" | 7 | LICENSE = "PD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" |
9 | 9 | ||
10 | include selinux_20120216.inc | 10 | 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 | |||
3 | process and file security contexts and to obtain security policy \ | 3 | process and file security contexts and to obtain security policy \ |
4 | decisions. Required for any applications that use the SELinux API." | 4 | decisions. Required for any applications that use the SELinux API." |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | LICENSE = "Public Domain" | 7 | LICENSE = "PD" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" |
9 | DEFAULT_PREFERENCE = "-1" | 9 | DEFAULT_PREFERENCE = "-1" |
10 | 10 | ||