[oe-commits] : add remoko(-server), a bluetooth remote control application

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 24 05:33:57 UTC 2008


Module: OE.dev
Branch: master
Commit: b5913b1d8611a3ff68b2cdc809ec4bb265fb26d4
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=b5913b1d8611a3ff68b2cdc809ec4bb265fb26d4

Author:  <mickeyl at openembedded.org>
Date:   Wed Sep 24 04:39:43 2008 +0000

add remoko(-server), a bluetooth remote control application

---

 conf/distro/include/sane-srcrevs.inc |    2 ++
 packages/remoko/remoko-server_svn.bb |   11 +++++++++++
 packages/remoko/remoko_svn.bb        |   15 +++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 8958b76..ec9708d 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -166,6 +166,8 @@ SRCREV_pn-python-formencode = "3148"
 SRCREV_pn-python-gsmd = "148"
 SRCREV_pn-python-lightmediascanner = "68"
 SRCREV_pn-python-pyrtc = "d1f32060474767582dd4248d5e5c2adc63931d5a"
+SRCREV_pn-remoko = "115"
+SRCREV_pn-remoko-server = "115"
 SRCREV_pn-s3c24xx-gpio ?= "4130"
 SRCREV_pn-serial-forward ?= "4214"
 SRCREV_pn-settings-daemon ?= "2006"
diff --git a/packages/remoko/.mtn2git_empty b/packages/remoko/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/remoko/remoko-server_svn.bb b/packages/remoko/remoko-server_svn.bb
new file mode 100644
index 0000000..6e049d7
--- /dev/null
+++ b/packages/remoko/remoko-server_svn.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "The Remoko HID Server"
+HOMEPAGE = "http://code.google.com/p/remoko/"
+AUTHOR = "Valério Valério"
+LICENSE = "GPL"
+SECTION = "console/network"
+PV = "0.2+svn${SRCREV}"
+
+SRC_URI = "svn://remoko.googlecode.com/svn/trunk;module=BT_HID_Server;proto=http"
+S = "${WORKDIR}/BT_HID_Server"
+
+inherit autotools
diff --git a/packages/remoko/remoko_svn.bb b/packages/remoko/remoko_svn.bb
new file mode 100644
index 0000000..4aff60a
--- /dev/null
+++ b/packages/remoko/remoko_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Remoko -- Bluetooth Remote Control"
+HOMEPAGE = "http://code.google.com/p/remoko/"
+AUTHOR = "Valério Valério"
+LICENSE = "GPL"
+SECTION = "console/network"
+PV = "0.3.1+svn${SRCREV}"
+
+SRC_URI = "svn://remoko.googlecode.com/svn/trunk;module=BT_HID_UI;proto=http"
+S = "${WORKDIR}/BT_HID_UI"
+
+inherit distutils
+
+RDEPENDS = "remoko-server"
+FILES_${PN} += "${datadir}"
+





More information about the Openembedded-commits mailing list