From 4e62832980e7c7f1d205e67c6db89dcdff200b6b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 3 Dec 2003 04:22:15 +0000 Subject: Remove unnecessary sets of the S variable, we have a sane default for that now. BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ --- util-linux/util-linux_2.12.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'util-linux') diff --git a/util-linux/util-linux_2.12.oe b/util-linux/util-linux_2.12.oe index e69de29bb2..65fb74e964 100644 --- a/util-linux/util-linux_2.12.oe +++ b/util-linux/util-linux_2.12.oe @@ -0,0 +1,19 @@ +DEPENDS=virtual/libc zlib ncurses + +SRC_URI := http://ftp.cwi.nl/aeb/util-linux/util-linux-2.12.tar.gz + +EXTRA_OEMAKE= +do_compile () { + set -e + install ${FILESDIR}/MCONFIG ${S}/MCONFIG + install ${FILESDIR}/make_include ${S}/make_include + install ${FILESDIR}/swapargs.h ${S}/mount/swapargs.h + install ${FILESDIR}/defines.h ${S}/defines.h + oe_runmake ARCH=${TARGET_ARCH} CPU= CPUOPT= \ + 'OPT=${CFLAGS}' 'CC=${CC}' 'LD=${LD}' \ + 'LDFLAGS=${LDFLAGS}' +} + +do_install () { + oe_runmake 'DESTDIR=${D}' install +} -- cgit v1.2.3