From dac3d4b4cf5e7ad81aae732d2b1e88db630ed53e Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 5 Jan 2015 15:25:14 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-extended/lsof/lsof_%.bbappend | 16 ++++++++++++++++ recipes-extended/lsof/lsof_4.87.bbappend | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 recipes-extended/lsof/lsof_%.bbappend delete mode 100644 recipes-extended/lsof/lsof_4.87.bbappend (limited to 'recipes-extended') diff --git a/recipes-extended/lsof/lsof_%.bbappend b/recipes-extended/lsof/lsof_%.bbappend new file mode 100644 index 0000000..793b13f --- /dev/null +++ b/recipes-extended/lsof/lsof_%.bbappend @@ -0,0 +1,16 @@ +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=' +} diff --git a/recipes-extended/lsof/lsof_4.87.bbappend b/recipes-extended/lsof/lsof_4.87.bbappend deleted file mode 100644 index 793b13f..0000000 --- a/recipes-extended/lsof/lsof_4.87.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -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=' -} -- cgit v1.2.3-54-g00ecf