diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-13 19:47:53 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-13 19:47:53 +0000 |
commit | 1fd0ec5f006490c3ca2f80903b108ea90cb13bf1 (patch) | |
tree | 49709b9058d8ede52faeeaafa5bccaec0c83f78e /irda-utils/irda-utils_0.9.15.oe | |
parent | c66ca9c303bb6078b513c6b0f528667da74396ee (diff) |
BUGFIX: include missing m4 macros needed to regenerate aclocal.m4 for irda-utils.
BKrev: 40044b69fzpP7Z9OAGD9Nu5Ggwn9ww
Diffstat (limited to 'irda-utils/irda-utils_0.9.15.oe')
-rw-r--r-- | irda-utils/irda-utils_0.9.15.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index 632eafa33e..a779a5a995 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -5,7 +5,8 @@ DESCRIPTION = Provides common files needed to use IrDA.\ such as phones and laptops. SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 inherit autotools libtool |