mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-04 16:10:05 +00:00
tar: Build with selinux support.
Also add a patch to support xattrs and selinux. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
72d7f55772
commit
8d203e6ff2
1636
recipes-extended/tar/tar/tar-1.24-xattrs.patch
Normal file
1636
recipes-extended/tar/tar/tar-1.24-xattrs.patch
Normal file
File diff suppressed because it is too large
Load Diff
9
recipes-extended/tar/tar_1.26.bbappend
Normal file
9
recipes-extended/tar/tar_1.26.bbappend
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
PR .= ".1"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://tar-1.24-xattrs.patch"
|
||||
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
||||
|
||||
EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}"
|
||||
Loading…
Reference in New Issue
Block a user