From 17d14b8989c4c9ca0eaf2bca49eb0c9454e99583 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 16 Sep 2011 23:43:02 +0100 Subject: opie-bluetoothd: add opiebluetoothd recipe This is the Opie bluetooth handling daemon for 1.2.6+. Signed-off-by: Paul Eggleton --- recipes-opie/opie-bluetoothd/opie-bluetoothd.inc | 17 +++++++++++++++++ recipes-opie/opie-bluetoothd/opie-bluetoothd_git.bb | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 recipes-opie/opie-bluetoothd/opie-bluetoothd.inc create mode 100644 recipes-opie/opie-bluetoothd/opie-bluetoothd_git.bb (limited to 'recipes-opie') diff --git a/recipes-opie/opie-bluetoothd/opie-bluetoothd.inc b/recipes-opie/opie-bluetoothd/opie-bluetoothd.inc new file mode 100644 index 0000000..5cae5be --- /dev/null +++ b/recipes-opie/opie-bluetoothd/opie-bluetoothd.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "Bluetooth daemon for Opie" +SECTION = "opie/base" +LICENSE = "GPLv2" +# FIXME stopgap until split archives have license files included +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +APPNAME = "opiebluetoothd" + +S = "${WORKDIR}/opiebluetoothd" + +inherit opie + +do_install() { + # Section is "base" so this has to be done manually + install -d ${D}${bindir} + install -m 0755 ${S}/opiebluetoothd ${D}${bindir}/opiebluetoothd +} + diff --git a/recipes-opie/opie-bluetoothd/opie-bluetoothd_git.bb b/recipes-opie/opie-bluetoothd/opie-bluetoothd_git.bb new file mode 100644 index 0000000..dac89e4 --- /dev/null +++ b/recipes-opie/opie-bluetoothd/opie-bluetoothd_git.bb @@ -0,0 +1,4 @@ +require ${PN}.inc +PV = "${OPIE_GIT_PV}" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/opietooth/opiebluetoothd" -- cgit 1.2.3-korg