summaryrefslogtreecommitdiff
path: root/meta-openvuplus
diff options
context:
space:
mode:
authorhschang <chang@dev3>2017-09-05 08:16:05 (GMT)
committerhschang <chang@dev3>2017-09-05 08:16:05 (GMT)
commitebae1760fea5815565626e8cb93b317912fbbdb9 (patch)
treeabbd36071aacf17d2c8277f93a526ffa466aa0c7 /meta-openvuplus
parent1a020a7266dc4222212848a3d389039040b0bdd8 (diff)
[BluetoothSetup] Support Solo4k/Uno4k.
Diffstat (limited to 'meta-openvuplus')
-rw-r--r--meta-openvuplus/recipes-vuplus/bluetoothsetup/enigma2-plugin-systemplugins-bluetoothsetup.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-openvuplus/recipes-vuplus/bluetoothsetup/enigma2-plugin-systemplugins-bluetoothsetup.bb b/meta-openvuplus/recipes-vuplus/bluetoothsetup/enigma2-plugin-systemplugins-bluetoothsetup.bb
deleted file mode 100644
index 1da55d3..0000000
--- a/meta-openvuplus/recipes-vuplus/bluetoothsetup/enigma2-plugin-systemplugins-bluetoothsetup.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = "Vuplus bluetooth plugin"
-
-LICENSE = "CLOSED"
-
-DEPENDS = "python-native"
-RDEPENDS_${PN} = "vuplus-bluetooth-util libusb-compat"
-
-SRCDATE="20170727"
-SRCDATE_PR = "r3"
-PR="${SRCDATE}.${SRCDATE_PR}"
-
-SRC_URI = " \
- http://archive.vuplus.com/download/build_support/vuplus/enigma2-plugin-bluetoothsetup-${MACHINE}-${PR}.tar.gz \
-"
-
-S = "${WORKDIR}/plugin"
-
-BLUETOOTH_PLUGIN_PATH = "/usr/lib/enigma2/python/Plugins/SystemPlugins/BluetoothSetup"
-
-do_compile() {
- python -O -m compileall ${S}
-}
-
-do_install() {
- install -d ${D}${BLUETOOTH_PLUGIN_PATH}
- cp -rp ${S}/* ${D}${BLUETOOTH_PLUGIN_PATH}
-}
-
-FILES_${PN} = "${BLUETOOTH_PLUGIN_PATH}"
-
-do_populate_sysroot[noexec] = "1"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-INSANE_SKIP_${PN} = "already-stripped"
-
-SRC_URI[md5sum] = "064e1d783aba20cf3319f133269b8d70"
-SRC_URI[sha256sum] = "3212e1208a556a6d222aa94d67e783fa170a68c724968eadf20f40171ef7e83b"
-