[oe-commits] org.oe.dev benchfft: fixup Makefile so compile gets a bit further. Still tries to run generated binaries, though

koen commit oe at amethyst.openembedded.net
Sun May 11 13:01:06 UTC 2008


benchfft: fixup Makefile so compile gets a bit further. Still tries to run generated binaries, though

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8e0cee5d050e5e09bbb244951dd05f183ac8890b
ViewMTN: http://monotone.openembedded.org/revision/info/8e0cee5d050e5e09bbb244951dd05f183ac8890b
Files:
1
packages/fftw/benchfft_3.1.bb
Diffs:

#
# mt diff -ref75121c370260bea892c11aa9d8cc2935dae4df -r8e0cee5d050e5e09bbb244951dd05f183ac8890b
#
#
#
# patch "packages/fftw/benchfft_3.1.bb"
#  from [217cacf7b83c2dc1f5305f68779e0bb8dd9a44d8]
#    to [2b2b614e20326a6a8deec1e9405f6374fe5b9f49]
#
============================================================
--- packages/fftw/benchfft_3.1.bb	217cacf7b83c2dc1f5305f68779e0bb8dd9a44d8
+++ packages/fftw/benchfft_3.1.bb	2b2b614e20326a6a8deec1e9405f6374fe5b9f49
@@ -3,12 +3,19 @@ LICENSE = "GPLv2"
 PRIORITY = "optional"
 LICENSE = "GPLv2"
 
+# single precision fftw is called fftwf 
+DEPENDS = "fftwf"
+
 SRC_URI = "http://www.fftw.org/benchfft/benchfft-${PV}.tar.gz"
 
 EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
 
 inherit autotools pkgconfig
 
+do_compile_prepend() {
+	sed -i -e 's:all-recursive:$(RECURSIVE_TARGETS):g' ${S}/Makefile
+}
+
 do_stage () {
         autotools_stage_all
 }






More information about the Openembedded-commits mailing list