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 | openembedded-core-e14a39f2808459a69ba0a549e133f93045b5e169.tar.gz openembedded-core-e14a39f2808459a69ba0a549e133f93045b5e169.tar.bz2 openembedded-core-e14a39f2808459a69ba0a549e133f93045b5e169.zip |
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 @@ +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 |