]> code.ossystems Code Review - openembedded-core.git/commitdiff
ed (GPLv2): remove --disable-silent-rules
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 May 2011 21:12:47 +0000 (14:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2011 11:44:21 +0000 (12:44 +0100)
Older version of configure in ed does not like this option, so remove it from CONFIGUREOPTS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/ed/ed_0.5.bb

index e14bf0e5a4a2bbe20d526090aa336ff4bfa6698e..a652332d81c7c9a452a95213e3fae66745204d30 100644 (file)
@@ -5,7 +5,9 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \
                     file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e"
 
-PR = "r0"
+PR = "r1"
 SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/ed/ed-${PV}.tar.bz2"
 
 inherit autotools
+
+CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"