diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-10 20:23:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-10 20:23:37 +0000 |
commit | f296fa3ce98acf66c4f7c879c567bc9b0ef308aa (patch) | |
tree | 6e22127ea4178c72c72d3c04e6b72377fa4e8757 /packages/openobex | |
parent | 567171ff6fc5d826f6ad5931939a98eb7aefc6f9 (diff) |
openobex: do not rename openobex/openobex-apps packages (from .oz354x)
Diffstat (limited to 'packages/openobex')
-rw-r--r-- | packages/openobex/openobex_1.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/openobex/openobex_1.2.bb b/packages/openobex/openobex_1.2.bb index 0c8d118cff..81f9ff68ed 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 = "r3" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://disable-cable-test.patch;patch=1" \ @@ -30,3 +30,5 @@ 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" |