X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqml-radio-plugin%2Fqml-radio-plugin_0.2.bb;fp=recipes-qt%2Fqml-radio-plugin%2Fqml-radio-plugin_0.1.bb;h=fad6ed3be053a7178f65e8a00514217b717df7fc;hb=084af25d6fbe3f4e02c4c93bea98d89dbd113ed1;hp=60360aa06d7f948026961d2e92acd3d31620e4f2;hpb=38a51bc5152e2a95fa6d89d5828de643e1592559;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qml-radio-plugin/qml-radio-plugin_0.1.bb b/recipes-qt/qml-radio-plugin/qml-radio-plugin_0.2.bb similarity index 62% rename from recipes-qt/qml-radio-plugin/qml-radio-plugin_0.1.bb rename to recipes-qt/qml-radio-plugin/qml-radio-plugin_0.2.bb index 60360aa06..fad6ed3be 100644 --- a/recipes-qt/qml-radio-plugin/qml-radio-plugin_0.1.bb +++ b/recipes-qt/qml-radio-plugin/qml-radio-plugin_0.2.bb @@ -1,16 +1,19 @@ SUMMARY = "AM/FM Radio QML plugin (for RTL2832U hardware)" -DESCRIPTION = "This provides a simple QML plugin able to detect and use radio hardware, most notable RTL2832U chipsets (although it can easily be extended). Among other things, it provides generic APIs to display status, switch between AM/FM mode, choose frequency, mute sound..." +DESCRIPTION = "This provides a simple QML plugin able to detect and use \ +radio hardware, most notably RTL2832U chipsets (although it can easily \ +be extended). Among other things, it provides generic APIs to display \ +status, switch between AM/FM mode, choose frequency, mute sound..." HOMEPAGE = "https://github.com/iotbzh/qml_radio_plugin" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://qml_radio.cpp;endline=16;md5=10a65c128e3a6cff2a61bb38556ceb04" -DEPENDS = "qtbase-native qtdeclarative rtl-sdr alsa-lib" -RDEPENDS_${PN} = "qtdeclarative-tools qtquickcontrols-qmlplugins" +DEPENDS = "qtbase-native qtdeclarative rtl-sdr pulseaudio alsa-lib" +RDEPENDS_${PN}-examples = "qtdeclarative-tools qtquickcontrols-qmlplugins" SRC_URI = "git://github.com/iotbzh/qml_radio_plugin" -SRCREV = "0032dc92d1a208219a0f782b68aef7f4cbcc0028" +SRCREV = "36e6bbaaa6637abab344d38d8a0c4794fa42fb03" S = "${WORKDIR}/git" inherit autotools pkgconfig @@ -20,12 +23,15 @@ EXTRA_OECONF = "--with-moc-dir=${STAGING_BINDIR_NATIVE}/qt5" QML_LIBDIR = "${libdir}/qt5/qml" do_install_append() { - # Remove .la files for loadable modules + # Remove .la files for loadable module rm -f ${D}/${QML_LIBDIR}/radio/*.la # Install QML example install -d ${D}/${datadir}/qt5/examples/radio install -m 0644 ${S}/radio.qml ${D}/${datadir}/qt5/examples/radio } -FILES_${PN} += "${QML_LIBDIR}/radio/*.so ${QML_LIBDIR}/radio/qmldir ${datadir}" +PACKAGES += "${PN}-examples" + +FILES_${PN} += "${QML_LIBDIR}/radio/*.so ${QML_LIBDIR}/radio/qmldir" FILES_${PN}-dbg += "${QML_LIBDIR}/radio/.debug" +FILES_${PN}-examples += "${datadir}"