summaryrefslogtreecommitdiff
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-02-07 17:03:23 -0800
committerKhem Raj <raj.khem@gmail.com>2009-02-07 17:03:23 -0800
commit8a022299d8cbe2de444669a5a25b1f1c182d86f2 (patch)
tree0801f6ef6d9ccf2edbfc67a10efa10ffd611df8f /packages/freesmartphone
parentff830a30aca98928bcd5ea6726e3b3064785f506 (diff)
parentd6bc6a6e31509a9175bdb3636b3fbed89f794986 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/fso-abyss_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb
new file mode 100644
index 0000000000..7038d5e0f9
--- /dev/null
+++ b/packages/freesmartphone/fso-abyss_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon"
+HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+SECTION = "console/network"
+DEPENDS = "vala-native dbus dbus-glib libgee"
+LICENSE = "GPL"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+RDEPENDS = "dbus dbus-glib"
+RCONFLICTS = "gsm0710muxd fso-gsm0710muxd"
+
+FILES_${PN} += "${datadir} ${sysconfdir}"