BUGFIX: Fix irda-utils build, which was failing due to us not passing in the necessar...
authorChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:50:55 +0000 (05:50 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:50:55 +0000 (05:50 +0000)
BKrev: 400cc1bfQdYtfQ7CiuLWu_kALlE4zA

irda-utils/irda-utils_0.9.15.oe

index a779a5a..fb0c665 100644 (file)
@@ -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 () {