EXTRA_OECONF += " --enable-pand" SUMMARY_${PN}-plugins = "Sample Bluez4 plugins" S = "${WORKDIR}/bluez-${PV}" PACKAGES =+ "${PN}-plugins" RPROVIDES_${PN}-plugins = "bluetooth-plugins" FILES_${PN}-plugins = "${libdir}/bluetooth/plugins/*.o" do_install_append () { echo "JAK from is ${S} and to is ${D} and PN is ${PN}" echo "libdir is ${libdir}" echo "JAK FILES_ is ${FILES_bluez4-plugins}" install -m0755 -d ${D}/usr/lib/bluetooth/plugins install -m0755 ${S}/plugins/*.o ${D}/usr/lib/bluetooth/plugins }