diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-20 09:20:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-20 09:20:02 +0000 |
commit | e09df660a727897bf42166e69df59ac9316a1cbc (patch) | |
tree | 67c30d06ef91a41b5bb921006081c4daa3b86f6e /packages | |
parent | 95ff9b2056e4e3e3c402a13c88f7ad141c92de6e (diff) |
brutefir: add comment about makefile patch
Diffstat (limited to 'packages')
-rw-r--r-- | packages/brutefir/brutefir_1.0i.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/brutefir/brutefir_1.0i.bb b/packages/brutefir/brutefir_1.0i.bb index 0018a7e6a1..3c43178cec 100644 --- a/packages/brutefir/brutefir_1.0i.bb +++ b/packages/brutefir/brutefir_1.0i.bb @@ -3,6 +3,9 @@ LICENSE = "GPLv2" DEPENDS = "fftw" +# The unbreak-makefile disables the SSE2, MMX and jack support, feel free +# to add back SSE and MMX after fixing the makefile to not use uname to check for cpu + SRC_URI = "http://www.ludd.luth.se/~torger/files/brutefir-${PV}.tar.gz \ file://unbreak-makefile.patch;patch=1 \ " |