diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-07-06 17:35:09 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-07 17:51:05 +0000 |
commit | 1f81a10af3d8c201d495fddc99a663595b6b89fa (patch) | |
tree | 287b1fcb88e56d23d22f4432404faaf4b149dc6e /recipes-qt/qtmultimedia-rtlfm-radio-plugin/qtmultimedia-rtlfm-radio-plugin_git.bb | |
parent | 4ce3f8ae423f01ac3cc3bd20a886146f8c8a9bf6 (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.bb | 21 |
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 98ba6396f..000000000 --- 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" - -PV = "0.1+git${SRCPV}" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qtmultimedia-rtlfm-radio-plugin;protocol=https" -SRCREV = "${AUTOREV}" - -S = "${WORKDIR}/git" - -inherit qmake5 - -FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/mediaservice/*.so" -FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/mediaservice/.debug" - |