summaryrefslogtreecommitdiffstats
path: root/meta/packages/openobex
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-25 11:19:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-25 11:19:41 +0000
commitc06037203d186d12eda82eb86e0d6337e9dbe5ce (patch)
tree04a8528618e8c0f156630108d86641b8056d27c1 /meta/packages/openobex
parentb5a8a564b65a2d0e1dfaa96f5a74f8a82d75cc59 (diff)
downloadpoky-c06037203d186d12eda82eb86e0d6337e9dbe5ce.tar.gz
openobex: fix parse error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4337 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openobex')
-rw-r--r--meta/packages/openobex/openobex_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/openobex/openobex_1.2.bb b/meta/packages/openobex/openobex_1.2.bb
index 7b2d8d3797..b5475329dd 100644
--- a/meta/packages/openobex/openobex_1.2.bb
+++ b/meta/packages/openobex/openobex_1.2.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL"
8PR = "r3" 8PR = "r3"
9 9
10SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \
11 file://disable-cable-test.patch;patch=1" \ 11 file://disable-cable-test.patch;patch=1 \
12 file://libusb_crosscompile_check.patch;patch=1" 12 file://libusb_crosscompile_check.patch;patch=1"
13 13
14inherit autotools binconfig pkgconfig 14inherit autotools binconfig pkgconfig