From aab697b978e122db34834160676b69015fc04107 Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Fri, 25 Sep 2009 23:57:33 +0200 Subject: [PATCH] SKIP_FUNCTIONS is not part of exheres-0 --- packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 | 6 ++++-- packages/app-emulation/vhba-module/vhba-module.exlib | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 index ec2eee0..7774a36 100644 --- a/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 +++ b/packages/app-cdr/bin2iso/bin2iso-1.9b.exheres-0 @@ -19,10 +19,12 @@ MYOPTIONS="" DEPENDENCIES="" -SKIP_FUNCTIONS="unpack" - WORK="${WORKBASE}" +src_unpack() { + : +} + src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \ || die "compilation failed" diff --git a/packages/app-emulation/vhba-module/vhba-module.exlib b/packages/app-emulation/vhba-module/vhba-module.exlib index 529900d..1478b73 100644 --- a/packages/app-emulation/vhba-module/vhba-module.exlib +++ b/packages/app-emulation/vhba-module/vhba-module.exlib @@ -1,7 +1,7 @@ # Copyright 2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -export_exlib_phases src_install pkg_postinst +export_exlib_phases src_compile src_install pkg_postinst require cdemu-common [ name=vhba-module ] SUMMARY="Kernel module for CD-ROM device emulation." @@ -14,7 +14,9 @@ DEPENDENCIES=" group/cdemu " -SKIP_FUNCTIONS="compile" +vhba-module_src_compile() { + : +} vhba-module_src_install() { dodir /usr/src