diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-15 12:15:11 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-15 12:15:11 +0000 |
commit | fcd7daf18d5d224595e7099f50924fac37452508 (patch) | |
tree | 224c5f95c844c6ea4be936a2e9e53733c6090613 | |
parent | b36aaa0e6238f8a966561edb444f4661e84b801d (diff) | |
parent | 54b0e92b2bfb7596af4fb14b2c23ac18d6302320 (diff) |
merge of '1c7464901fc8ab3cb0e3ade6fdf445011603f0c4'
and 'dfc0afa827cc70fb16b4745a4b47906239789d61'
-rw-r--r-- | packages/openobex/openobex_1.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/openobex/openobex_1.2.bb b/packages/openobex/openobex_1.2.bb index 81f9ff68ed..e6ec335978 100644 --- a/packages/openobex/openobex_1.2.bb +++ b/packages/openobex/openobex_1.2.bb @@ -5,7 +5,7 @@ SECTION = "libs" PROVIDES = "openobex-apps" DEPENDS = "libusb bluez-libs" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://disable-cable-test.patch;patch=1" \ @@ -30,5 +30,4 @@ PACKAGES += "openobex-apps" FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/openobex-config" FILES_${PN}-apps = "${bindir}/*" -DEBIAN_NOAUTONAME_${PN} = "1" DEBIAN_NOAUTONAME_${PN}-apps = "1" |