fix the following warnings: WARNING: For recipe obexd, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib WARNING: /usr/lib/obex WARNING: /usr/lib/obex/plugins
Signed-off-by: Andreas Müller <[email protected]> --- meta-oe/recipes-connectivity/obex/obexd_0.44.bb | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta-oe/recipes-connectivity/obex/obexd_0.44.bb b/meta-oe/recipes-connectivity/obex/obexd_0.44.bb index 24edb9d..c53bfdc 100644 --- a/meta-oe/recipes-connectivity/obex/obexd_0.44.bb +++ b/meta-oe/recipes-connectivity/obex/obexd_0.44.bb @@ -4,12 +4,19 @@ DEPENDS = "openobex glib-2.0 dbus bluez4 libical" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "files://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" +PR = "r1" + SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz" SRC_URI[md5sum] = "3fb9cb9d7ab119753253ff784235a364" SRC_URI[sha256sum] = "104fc50eb8bf41d690d31588c3a4829a75dc7738b1c76cf260171d8f525da758" inherit autotools +do_install_append() { + # remove empty plugins dir + rm -rf ${D}${libdir} +} + PACKAGES =+ "obex-client" FILES_${PN} += "${datadir}/dbus-1/services/${PN}.service" -- 1.7.6.5 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
