meta-selinux/recipes-extended/lsof/lsof_%.bbappend
Jackie Huang dac3d4b4cf lsof: use wildcard for version number in bbappend
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>
2015-01-12 11:51:58 -05:00

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='
}