From 112e4e4c3d9a6dc7a8a7164e010718d29ec6c5c7 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sat, 17 Oct 2009 21:59:17 +0200 Subject: phoneuid: depend on shr-specs and path SPEC_PATH to configure Signed-off-by: Klaus Kurzmann --- recipes/shr/phoneuid_git.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb index 2b4db83795..5c88f1cfd2 100644 --- a/recipes/shr/phoneuid_git.bb +++ b/recipes/shr/phoneuid_git.bb @@ -2,15 +2,19 @@ DESCRIPTION = "SHR Phone UI Daemon" HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "x11/applications" -DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3" +DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs" PV = "0.0.0+gitr${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master" S = "${WORKDIR}/${PN}" inherit autotools +EXTRA_OECONF = "\ + SPECS_PATH=${STAGING_DATADIR}/shr-specs \ +" + do_install_append() { install -d ${D}${sysconfdir}/dbus-1/session.d/ -- cgit 1.2.3-korg