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
This commit is contained in:
Ross Burton
2008-08-08 14:51:30 +00:00
parent a5be289ea7
commit e14a39f280

View File

@@ -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"