aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openobex
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-02-15 11:31:43 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-02-15 11:31:43 +0000
commit54b0e92b2bfb7596af4fb14b2c23ac18d6302320 (patch)
tree44860cb2a30987b72bbbcfc0b9f38473822d1fc2 /packages/openobex
parentca4bcdea7f02540569122c7529d24e5e12b5b2f0 (diff)
downloadopenembedded-54b0e92b2bfb7596af4fb14b2c23ac18d6302320.tar.gz
openobex 1.2: Do Debian renaming on openobex lib package, after all.
* 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.
Diffstat (limited to 'packages/openobex')
-rw-r--r--packages/openobex/openobex_1.2.bb3
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"