From: Chris Larson Date: Tue, 20 Jan 2004 05:50:55 +0000 (+0000) Subject: BUGFIX: Fix irda-utils build, which was failing due to us not passing in the necessar... X-Git-Tag: Release-2010-05/1~20300 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa94500dcfc0fe992fe20887572af16bc09f499f;p=openembedded.git BUGFIX: Fix irda-utils build, which was failing due to us not passing in the necessary variables. BKrev: 400cc1bfQdYtfQ7CiuLWu_kALlE4zA --- diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index a779a5a995..fb0c665ffc 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -11,8 +11,8 @@ SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ inherit autotools libtool do_compile () { - oe_runmake -C irattach - oe_runmake -C irdaping + oe_runmake -e -C irattach + oe_runmake -e -C irdaping } do_install () {