[oe-commits] Angus Ainslie : libgsm0710mux: catch up with new machine name for om-3d7k

GIT User account git at amethyst.openembedded.net
Thu Mar 5 20:34:56 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: cd3214555f05072ed61a76267bd4baa2724c6d38
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd3214555f05072ed61a76267bd4baa2724c6d38

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu Mar  5 11:47:47 2009 -0700

libgsm0710mux: catch up with new machine name for om-3d7k

Conflicts:

	packages/freesmartphone/libgsm0710mux_git.bb

---

 .../libgsm0710mux/om-3d7k/abyss.conf               |   16 ++++++++
 packages/freesmartphone/libgsm0710mux_git.bb       |   38 ++++++++++++++++++++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf
new file mode 100644
index 0000000..1764c5b
--- /dev/null
+++ b/packages/freesmartphone/libgsm0710mux/om-3d7k/abyss.conf
@@ -0,0 +1,16 @@
+[omuxerd]
+# set to 1, when the first AllocChannel request opens a session
+autoopen = 1
+# set to 1, when the last ReleaseChannel closes the session
+autoclose = 1
+# set to 1, when closing the session should close the program
+autoexit = 1
+
+[session]
+# set 0 for 07.10 basic multiplexing, 1 for advanced
+mode = 0
+# set maximum 07.10 frame size
+framesize = 98
+# configure modem port
+port = /dev/ttySAC0
+speed = 115200
diff --git a/packages/freesmartphone/libgsm0710mux_git.bb b/packages/freesmartphone/libgsm0710mux_git.bb
new file mode 100644
index 0000000..9d6fd7d
--- /dev/null
+++ b/packages/freesmartphone/libgsm0710mux_git.bb
@@ -0,0 +1,38 @@
+DESCRIPTION = "A GSM 07.10 Multiplexing Engine"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+LICENSE = "GPL"
+SECTION = "devel"
+DEPENDS = "libgsm0710 vala-native glib-2.0"
+PV = "0.3.1+gitr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
+  file://abyss.conf \
+"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig
+
+do_install_append() {
+	install -d ${D}${sysconfdir}
+	install -m 0644 ${WORKDIR}/abyss.conf ${D}${sysconfdir}/
+}
+
+PACKAGES =+ "${PN}-config"
+
+FILES_${PN} += "${sysconfdir} ${datadir}"
+# ship vapi file
+FILES_${PN}-dev += "${datadir}/vala"
+
+RRECOMMENDS_${PN} = "${PN}-config"
+
+FILES_${PN}-config = "\
+  ${sysconfdir}/abyss.conf \
+"
+
+CONFFILES_${PN}-config = "\
+  ${sysconfdir}/abyss.conf \
+"
+
+PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"





More information about the Openembedded-commits mailing list