aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/libphone-ui_git.bb
blob: 41e159b57e6e3e3c58336a7bb1a8add6798c6e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A generic framework for phone ui"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "libs"
PV = "0.0.0+gitr${SRCREV}"
PR = "r0"

DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libphone-utils alsa-lib"

inherit pkgconfig autotools autotools_stage

SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=master"
S="${WORKDIR}/git"

CONFFILES_${PN} = "${sysconfdir}/libphoneui.conf"