aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ed/ed_0.5.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-13 00:01:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-13 12:21:04 +0000
commit65fa6a9039043a59a236d28aacce3c424a734158 (patch)
tree3ed11127009249ff429733683db0c1b30d75ca4d /meta/recipes-extended/ed/ed_0.5.bb
parentae8c1f2aacd0ed2625757f57b575962db1386e4c (diff)
downloadopenembedded-core-contrib-65fa6a9039043a59a236d28aacce3c424a734158.tar.gz
ed: remove unsupported option
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/ed/ed_0.5.bb')
-rw-r--r--meta/recipes-extended/ed/ed_0.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/meta/recipes-extended/ed/ed_0.5.bb
index 706c0afb17..205822fd0a 100644
--- a/meta/recipes-extended/ed/ed_0.5.bb
+++ b/meta/recipes-extended/ed/ed_0.5.bb
@@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "edef2bbde0fbf0d88232782a0eded323f483a0519d6fde9a3b1809056f
inherit autotools
+CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-dependency-tracking', ' ')}"
CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
+