aboutsummaryrefslogtreecommitdiffstats
path: root/util-linux
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
committerChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
commit4e62832980e7c7f1d205e67c6db89dcdff200b6b (patch)
tree8a48d25578735621192b1edad8cf246818b7585b /util-linux
parentb79d37952fe99f5821686e1810a036d25d07ab0d (diff)
downloadopenembedded-4e62832980e7c7f1d205e67c6db89dcdff200b6b.tar.gz
Remove unnecessary sets of the S variable, we have a sane default for that now.
BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/util-linux_2.12.oe19
1 files changed, 19 insertions, 0 deletions
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
+}