diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-28 02:23:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-28 02:23:51 +0000 |
commit | b8fbcbf83af1c65cb7bb473eb629584f18b60e13 (patch) | |
tree | bdd72d70ac86e04c485180fa3bfa992cbd915cfc /openobex-apps/openobex-apps_1.0.0.oe | |
parent | e36d26a0efeb44042e2591d672813f3ae30ffb3e (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into zelda.tuxnami.org:/home/kergoth/code/packages
2004/01/27 21:21:24-05:00 local!kergoth
Correct macro quoting in tetex's autotools usage.
2004/01/27 21:21:06-05:00 local!kergoth
tslib updates, apply patch from Andrew Zabolotny.
2004/01/27 12:17:29-05:00 local!kergoth
Another build fix.. openobex-apps this time.
BKrev: 40171d37lRPuEIX7Cj76CTTmNUXu2A
Diffstat (limited to 'openobex-apps/openobex-apps_1.0.0.oe')
-rw-r--r-- | openobex-apps/openobex-apps_1.0.0.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openobex-apps/openobex-apps_1.0.0.oe b/openobex-apps/openobex-apps_1.0.0.oe index 04c5c64b8d..c112609316 100644 --- a/openobex-apps/openobex-apps_1.0.0.oe +++ b/openobex-apps/openobex-apps_1.0.0.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc openobex RDEPENDS = libc6 libopenobex1 -SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz +SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 inherit autotools libtool |