]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add dialer_git.bb, a moko-free port of openmoko-dialer2
authorRoss Burton <ross@openedhand.com>
Fri, 8 Aug 2008 14:51:30 +0000 (14:51 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 8 Aug 2008 14:51:30 +0000 (14:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5041 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dialer/dialer_git.bb [new file with mode: 0644]

diff --git a/meta/packages/dialer/dialer_git.bb b/meta/packages/dialer/dialer_git.bb
new file mode 100644 (file)
index 0000000..9669ee0
--- /dev/null
@@ -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