openobex 1.2: Do Debian renaming on openobex lib package, after all.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 15 Feb 2007 11:31:43 +0000 (11:31 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 15 Feb 2007 11:31:43 +0000 (11:31 +0000)
* It appears that disallowing that is stray/typo. In other cases DEBIAN_NOAUTONAME
is used, it is applied only to apps/conf/etc. packages. Execption is plugins in
the form of shlib packages.
* Other issue is why with this setting, and thus openobex.ipk being produced,
many packages still depend on libopenobex. Anyway, don't follow this per above.

packages/openobex/openobex_1.2.bb

index 81f9ff6..e6ec335 100644 (file)
@@ -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"