summaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-08-08 16:01:10 +0000
committerRoss Burton <ross@openedhand.com>2008-08-08 16:01:10 +0000
commitbec2223ac61711c446f1b2c212d1051c7363c8d6 (patch)
tree467c76a9c18a28e612a1f2713e365164f256d959 /meta-openmoko
parent3478f415201c2136270a00b043c7cc0209211b27 (diff)
downloadopenembedded-core-bec2223ac61711c446f1b2c212d1051c7363c8d6.tar.gz
Move dialer to openmoko for now, as it depends on pulse
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5043 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko')
-rw-r--r--meta-openmoko/packages/dialer/dialer_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openmoko/packages/dialer/dialer_git.bb b/meta-openmoko/packages/dialer/dialer_git.bb
new file mode 100644
index 0000000000..9669ee0aa3
--- /dev/null
+++ b/meta-openmoko/packages/dialer/dialer_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "The Dialer"
+DEPENDS = "pulseaudio eds-dbus libjana libnotify libgsmd"
+LICENSE = "GPL"
+PV = "0.0+gitr${SRCREV}"
+PR = "r5"
+
+inherit autotools pkgconfig
+
+SRC_URI = "git://folks.o-hand.com/thomas/git/phone.git;protocol=http"
+S = "${WORKDIR}/git"
+SRCREV = "${AUTOREV}"
+
+EXTRA_OECONF = "--with-dbusbindir=${STAGING_BINDIR_NATIVE}"
+
+FILES_${PN} += "${datadir}/openmoko-dialer/ ${datadir}/dbus-1/services/"
+FILES_${PN} += "${datadir}/icons" \ No newline at end of file