[BluetoothSetup] Support Solo4k/Uno4k.
[vuplus_openvuplus_3.0] / meta-bsp / recipes-vuplus / bluetoothsetup / bluetoothsetup.inc
diff --git a/meta-bsp/recipes-vuplus/bluetoothsetup/bluetoothsetup.inc b/meta-bsp/recipes-vuplus/bluetoothsetup/bluetoothsetup.inc
new file mode 100644 (file)
index 0000000..73875ca
--- /dev/null
@@ -0,0 +1,38 @@
+DESCRIPTION = "Vuplus bluetooth plugin"
+
+LICENSE = "CLOSED"
+require conf/license/license-close.inc
+
+DEPENDS = "python-native"
+RDEPENDS_${PN} = "vuplus-bluetooth-util libusb-compat"
+
+PROVIDES += "enigma2-plugin-systemplugins-bluetoothsetup"
+RPROVIDES_${PN} += "enigma2-plugin-systemplugins-bluetoothsetup"
+
+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"
+