diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 22:31:09 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 22:31:09 +0000 |
commit | 6afadfd8894b17863427fde0826b93a7a7845708 (patch) | |
tree | 8c5832fa3d825eaf48ab415ca814957c7f5d042d /twin/twutils_0.2.oe | |
parent | d73f924c8cd71e5ab38467d5ed7abece37fef5fe (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/28 00:25:57+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/28 00:25:48+02:00 uni-frankfurt.de!mickey
install more twin-headers into staging and fix twutils build
2004/07/27 23:36:33+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 19:14:19+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 14:39:09+02:00 uni-frankfurt.de!mickey
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/27 01:26:16+02:00 uni-frankfurt.de!mickey
move fbi into nonworking until we find out how to disable curl and lirc dependencies with this odd buildsystem
2004/07/27 00:37:50+02:00 uni-frankfurt.de!mickey
add description to x86-uml and start with a native machine .conf
BKrev: 4106d7adAlvZr-woyMJcsbfTAE_yoA
Diffstat (limited to 'twin/twutils_0.2.oe')
-rw-r--r-- | twin/twutils_0.2.oe | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/twin/twutils_0.2.oe b/twin/twutils_0.2.oe index d9a7b25475..45c2cffa72 100644 --- a/twin/twutils_0.2.oe +++ b/twin/twutils_0.2.oe @@ -4,7 +4,14 @@ DEPENDS = "twin" SRC_URI = "http://linuz.sns.it/~max/twin/twutils-0.2.tar.gz" -#EXTRA_OECONF = "" - inherit autotools +CXXFLAGS_append = " -DHAVE_FUNC_ISINF" +LDFLAGS_append = " -L${STAGING_LIBDIR}" + +do_compile() { + for i in admin twkalc + do + cd ${S}/$i && oe_runmake LDFLAGS="${LDFLAGS}" + done +} |