mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
The recipe in oe-core is already updated: b463d70 lsof: Upgrade to 4.88 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
PR .= ".2"
|
|
|
|
inherit selinux
|
|
|
|
DEPENDS += "${LIBSELINUX}"
|
|
|
|
do_configure_prepend () {
|
|
export LINUX_HASSELINUX="${@target_selinux(d, 'Y', 'N')}"
|
|
export LSOF_CFGF="${CFLAGS}"
|
|
export LSOF_CFGL="${LDFLAGS}"
|
|
export LSOF_CC="${BUILD_CC}"
|
|
}
|
|
|
|
do_compile () {
|
|
oe_runmake 'CC=${CC}' 'DEBUG='
|
|
}
|