mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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:
16
meta/packages/dialer/dialer_git.bb
Normal file
16
meta/packages/dialer/dialer_git.bb
Normal 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"
|
||||
Reference in New Issue
Block a user