diff options
Diffstat (limited to 'openobex/openobex_1.0.1.oe')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 923a998437..5fc148fae7 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -3,7 +3,8 @@ DESCRIPTION = "The Openobex project aims to make an \ open source implementation of the Object Exchange \ (OBEX) protocol." -SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ + file://${FILESDIR}/syms.patch;patch=1" inherit autotools |