diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 10:45:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:27:18 +0100 |
commit | 8ac85f656c678b4e0cb458e8e5876f4c37756eff (patch) | |
tree | c44d04c178875ad350583bc1b0b2fc05b8156b31 /recipes/exalt/exalt-module | |
parent | 4dcaca2917c61d8858e4a86ed84f32435e119c79 (diff) |
exalt: update to current form
Diffstat (limited to 'recipes/exalt/exalt-module')
-rw-r--r-- | recipes/exalt/exalt-module/autotools-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/exalt/exalt-module/autotools-fix.patch b/recipes/exalt/exalt-module/autotools-fix.patch deleted file mode 100644 index 8f3b3deb51..0000000000 --- a/recipes/exalt/exalt-module/autotools-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: module/Makefile.am -=================================================================== ---- module.orig/Makefile.am 2008-04-16 17:39:03.000000000 +0800 -+++ module/Makefile.am 2008-04-16 17:39:05.000000000 +0800 -@@ -26,7 +26,6 @@ - # the module .so file - INCLUDES = -I. \ - -I$(top_srcdir) \ -- -I$(includedir) \ - @EXALT_CFLAGS@ \ - @e_cflags@ - |