diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-08 16:01:10 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-08 16:01:10 +0000 |
commit | bec2223ac61711c446f1b2c212d1051c7363c8d6 (patch) | |
tree | 467c76a9c18a28e612a1f2713e365164f256d959 /meta-openmoko | |
parent | 3478f415201c2136270a00b043c7cc0209211b27 (diff) | |
download | poky-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.bb | 16 |
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 @@ | |||
1 | DESCRIPTION = "The Dialer" | ||
2 | DEPENDS = "pulseaudio eds-dbus libjana libnotify libgsmd" | ||
3 | LICENSE = "GPL" | ||
4 | PV = "0.0+gitr${SRCREV}" | ||
5 | PR = "r5" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | SRC_URI = "git://folks.o-hand.com/thomas/git/phone.git;protocol=http" | ||
10 | S = "${WORKDIR}/git" | ||
11 | SRCREV = "${AUTOREV}" | ||
12 | |||
13 | EXTRA_OECONF = "--with-dbusbindir=${STAGING_BINDIR_NATIVE}" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/openmoko-dialer/ ${datadir}/dbus-1/services/" | ||
16 | FILES_${PN} += "${datadir}/icons" \ No newline at end of file | ||