* 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.
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" \
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}/openobex-config"
FILES_${PN}-apps = "${bindir}/*"
-DEBIAN_NOAUTONAME_${PN} = "1"
DEBIAN_NOAUTONAME_${PN}-apps = "1"