mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
a27d352a4a
commit
076cf94e6d
|
|
@ -1,4 +1,4 @@
|
|||
SELINUX_RELEASE = "20170804"
|
||||
SELINUX_RELEASE = "20180524"
|
||||
|
||||
SRC_URI = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz"
|
||||
|
||||
|
|
@ -9,8 +9,9 @@ do_compile() {
|
|||
do_install() {
|
||||
oe_runmake install \
|
||||
DESTDIR="${D}" \
|
||||
PREFIX="${D}/${prefix}" \
|
||||
INCLUDEDIR="${D}/${includedir}" \
|
||||
LIBDIR="${D}/${libdir}" \
|
||||
SHLIBDIR="${D}/${base_libdir}"
|
||||
PREFIX="${prefix}" \
|
||||
INCLUDEDIR="${includedir}" \
|
||||
LIBDIR="${libdir}" \
|
||||
SHLIBDIR="${base_libdir}" \
|
||||
SYSTEMDDIR="${systemd_unitdir}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user