From bec2223ac61711c446f1b2c212d1051c7363c8d6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Aug 2008 16:01:10 +0000 Subject: 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 --- meta-openmoko/packages/dialer/dialer_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-openmoko/packages/dialer/dialer_git.bb (limited to 'meta-openmoko/packages') 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 -- cgit v1.2.3-54-g00ecf