From: Koen Kooi Date: Wed, 25 Oct 2006 10:26:35 +0000 (+0000) Subject: openobex: fix packaging X-Git-Tag: Release-2010-05/1~9453^2~567^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5a1d0b44595614356637998319263ef809ca87;p=openembedded.git openobex: fix packaging --- diff --git a/packages/openobex/openobex_1.2.bb b/packages/openobex/openobex_1.2.bb index feceb39bce..0c8d118cff 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 = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ file://disable-cable-test.patch;patch=1" \ @@ -26,7 +26,7 @@ do_stage() { } # how to stop shlibrename from renaming -apps? -PACKAGES = "${PN} ${PN}-dev openobex-apps" +PACKAGES += "openobex-apps" FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/openobex-config" -FILES_${PN}-apps = "${bindir}" +FILES_${PN}-apps = "${bindir}/*"