diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:50:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:50:55 +0000 |
commit | fa94500dcfc0fe992fe20887572af16bc09f499f (patch) | |
tree | 1da535d9ec1e29bf63e9c4a495dd33582167d5fa /irda-utils | |
parent | 21048a7289cfceabfebc9b930c7d2c93241c2d21 (diff) |
BUGFIX: Fix irda-utils build, which was failing due to us not passing in the necessary variables.
BKrev: 400cc1bfQdYtfQ7CiuLWu_kALlE4zA
Diffstat (limited to 'irda-utils')
-rw-r--r-- | irda-utils/irda-utils_0.9.15.oe | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |