diff options
| author | Ross Burton <ross@openedhand.com> | 2008-08-08 14:51:30 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-08-08 14:51:30 +0000 |
| commit | e14a39f2808459a69ba0a549e133f93045b5e169 (patch) | |
| tree | 88e5096889f4a283d723d5a9fee52ecccb914c2b | |
| parent | a5be289ea75bc41a1e7c599b28301207ea0e5446 (diff) | |
| download | poky-e14a39f2808459a69ba0a549e133f93045b5e169.tar.gz | |
Add dialer_git.bb, a moko-free port of openmoko-dialer2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5041 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/dialer/dialer_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/dialer/dialer_git.bb b/meta/packages/dialer/dialer_git.bb new file mode 100644 index 0000000000..9669ee0aa3 --- /dev/null +++ b/meta/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 | ||
