diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-25 11:19:41 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-25 11:19:41 +0000 |
| commit | c06037203d186d12eda82eb86e0d6337e9dbe5ce (patch) | |
| tree | 04a8528618e8c0f156630108d86641b8056d27c1 /meta | |
| parent | b5a8a564b65a2d0e1dfaa96f5a74f8a82d75cc59 (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/packages/openobex/openobex_1.2.bb | 2 |
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" | |||
| 8 | PR = "r3" | 8 | PR = "r3" |
| 9 | 9 | ||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ | 10 | SRC_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 | ||
| 14 | inherit autotools binconfig pkgconfig | 14 | inherit autotools binconfig pkgconfig |
