diff options
Diffstat (limited to 'openobex-apps/openobex-apps_1.0.0.oe')
-rw-r--r-- | openobex-apps/openobex-apps_1.0.0.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openobex-apps/openobex-apps_1.0.0.oe b/openobex-apps/openobex-apps_1.0.0.oe index 7845c39a93..457fb3612c 100644 --- a/openobex-apps/openobex-apps_1.0.0.oe +++ b/openobex-apps/openobex-apps_1.0.0.oe @@ -4,8 +4,8 @@ PRIORITY = "optional" DEPENDS = "virtual/libc openobex" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-apps-${PV}.tar.gz \ - file://${FILESDIR}/m4.patch;patch=1 \ - file://${FILESDIR}/gcc34.patch;patch=1" + file://m4.patch;patch=1 \ + file://gcc34.patch;patch=1" inherit autotools |