diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-09-05 08:18:12 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-09-07 16:13:57 -0400 |
commit | 076cf94e6d2e4c7597c92abe3a2d09e90f78ae52 (patch) | |
tree | 761608cf1d117b4d4a688ae34f557f6fb0e2be0d | |
parent | a27d352a4a65387a5fa10ccf8d3580296040c7d8 (diff) | |
download | meta-selinux-076cf94e6d2e4c7597c92abe3a2d09e90f78ae52.tar.gz |
selinux: uprev inc files to 2.8 (20180524)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/selinux_20180524.inc (renamed from recipes-security/selinux/selinux_20170804.inc) | 2 | ||||
-rw-r--r-- | recipes-security/selinux/selinux_common.inc | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes-security/selinux/selinux_20170804.inc b/recipes-security/selinux/selinux_20180524.inc index 1c11208..b36b333 100644 --- a/recipes-security/selinux/selinux_20170804.inc +++ b/recipes-security/selinux/selinux_20180524.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | SELINUX_RELEASE = "20170804" | 1 | SELINUX_RELEASE = "20180524" |
2 | 2 | ||
3 | SRC_URI = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" | 3 | SRC_URI = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" |
4 | 4 | ||
diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc index e4c23a1..383f62d 100644 --- a/recipes-security/selinux/selinux_common.inc +++ b/recipes-security/selinux/selinux_common.inc | |||
@@ -9,8 +9,9 @@ do_compile() { | |||
9 | do_install() { | 9 | do_install() { |
10 | oe_runmake install \ | 10 | oe_runmake install \ |
11 | DESTDIR="${D}" \ | 11 | DESTDIR="${D}" \ |
12 | PREFIX="${D}/${prefix}" \ | 12 | PREFIX="${prefix}" \ |
13 | INCLUDEDIR="${D}/${includedir}" \ | 13 | INCLUDEDIR="${includedir}" \ |
14 | LIBDIR="${D}/${libdir}" \ | 14 | LIBDIR="${libdir}" \ |
15 | SHLIBDIR="${D}/${base_libdir}" | 15 | SHLIBDIR="${base_libdir}" \ |
16 | SYSTEMDDIR="${systemd_unitdir}" | ||
16 | } | 17 | } |