From fa94500dcfc0fe992fe20887572af16bc09f499f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:50:55 +0000 Subject: BUGFIX: Fix irda-utils build, which was failing due to us not passing in the necessary variables. BKrev: 400cc1bfQdYtfQ7CiuLWu_kALlE4zA --- irda-utils/irda-utils_0.9.15.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irda-utils') 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 () { -- cgit v1.2.3