summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-07-06 17:35:09 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-07 17:51:09 +0000
commit3b53fd5c20e5c18ad85a3f2ca7e891c420c54405 (patch)
treea9de2e189de85acab17c0cae7a986b917c19fed9 /recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb
parentfc0bfa687e6c0902dfb6199acc24a73fec41d6b2 (diff)
Remove old radio plugins
The radio functionality is now contained in the binding, remove the unused QtMultimedia plugins. Change-Id: I262f63af646b92a6f04ecf238274b5137e9fbf41 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb')
-rw-r--r--recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb b/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb
deleted file mode 100644
index bd393ed6..00000000
--- a/recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "QtMultimedia RTL-SDR Radio Plugin"
-DESCRIPTION = "QtMultimedia RTL-SDR Radio Plugin"
-HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/staging/qtmultimedia-rtlfm-radio-plugin"
-LICENSE = "MPL-2.0 & GPLv2+"
-LIC_FILES_CHKSUM = "file://rtlfmradioplugin.cpp;endline=5;md5=747a800420eac5cb6ab2cb85514d88b2 \
- file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-
-DEPENDS = "qtmultimedia pulseaudio alsa-lib rtl-sdr"
-
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qtmultimedia-rtlfm-radio-plugin;protocol=https;branch=master"
-SRCREV = "aeb67506173a7b8cef089fa725c3abe1f629dc67"
-PV = "0.1+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-inherit qmake5
-
-FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/mediaservice/*.so"
-FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/mediaservice/.debug"
-