summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/bluez-utils/bluez-utils-common_2.16.inc43
-rw-r--r--packages/opie-mobilemsg/opie-mobilemsg.inc16
-rw-r--r--packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb7
-rw-r--r--packages/opie-mobilemsg/opie-mobilemsg_cvs.bb2
4 files changed, 67 insertions, 1 deletions
diff --git a/packages/bluez-utils/bluez-utils-common_2.16.inc b/packages/bluez-utils/bluez-utils-common_2.16.inc
index e69de29bb2..12af639e2b 100644
--- a/packages/bluez-utils/bluez-utils-common_2.16.inc
+++ b/packages/bluez-utils/bluez-utils-common_2.16.inc
@@ -0,0 +1,43 @@
+DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
+SECTION = "console"
+PRIORITY = "optional"
+DEPENDS = "bluez-libs-${PV} pcmcia-cs"
+RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
+ file://base.patch;patch=1 \
+ file://blueboxes.patch;patch=1 \
+ file://hcid.conf \
+ file://bluetooth.default \
+ file://bluetooth.conf "
+
+S = "${WORKDIR}/bluez-utils-${PV}"
+
+EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \
+ --enable-pcmcia --enable-initscripts"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "bluetooth"
+INITSCRIPT_PARAMS = "defaults 23 19"
+
+do_install_append() {
+ install -d ${D}${base_sbindir} ${D}${base_bindir}/
+ mv ${D}${sbindir}/* ${D}${base_sbindir}/
+ mv ${D}${bindir}/* ${D}${base_bindir}/
+ rmdir ${D}${bindir} ${D}${sbindir}
+ chmod u+s ${D}${base_sbindir}/hciattach ${D}${base_sbindir}/hciconfig
+ chmod 755 ${D}${sysconfdir}/pcmcia/bluetooth
+ install -m 0644 ${WORKDIR}/hcid.conf ${D}${sysconfdir}/bluetooth/
+ install -m 0644 ${WORKDIR}/bluetooth.default ${D}${sysconfdir}/default/bluetooth
+ cat ${WORKDIR}/bluetooth.conf >> ${D}${sysconfdir}/pcmcia/bluetooth.conf
+}
+
+CONFFILES_${PN} = "${sysconfdir}/bluetooth/hcid.conf ${sysconfdir}/bluetooth/rfcomm.conf \
+ ${sysconfdir}/bluetooth/pin ${sysconfdir}/default/bluetooth"
+
+PACKAGES =+ "${PN}-ciptool ${PN}-bluepin"
+FILES_${PN}-ciptool = "/bin/ciptool"
+FILES_${PN}-bluepin = "/bin/bluepin"
diff --git a/packages/opie-mobilemsg/opie-mobilemsg.inc b/packages/opie-mobilemsg/opie-mobilemsg.inc
index e69de29bb2..4dfaae2cbc 100644
--- a/packages/opie-mobilemsg/opie-mobilemsg.inc
+++ b/packages/opie-mobilemsg/opie-mobilemsg.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Mobile Messaging"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+APPNAME = "mobilemsg"
+APPTYPE = "binary"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/
+}
diff --git a/packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb b/packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb
index e69de29bb2..43e8c67293 100644
--- a/packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb
+++ b/packages/opie-mobilemsg/opie-mobilemsg_1.2.0.bb
@@ -0,0 +1,7 @@
+include ${PN}.inc
+
+PR = "r1"
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/comm/mobilemsg \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
diff --git a/packages/opie-mobilemsg/opie-mobilemsg_cvs.bb b/packages/opie-mobilemsg/opie-mobilemsg_cvs.bb
index e536117453..5d7133aaf0 100644
--- a/packages/opie-mobilemsg/opie-mobilemsg_cvs.bb
+++ b/packages/opie-mobilemsg/opie-mobilemsg_cvs.bb
@@ -1,7 +1,7 @@
include ${PN}.inc
PV = "1.2.0+cvs-${CVSDATE}"
-PR = "r0"
+PR = "r1"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/comm/mobilemsg \
${HANDHELDS_CVS};module=opie/pics \