[oe-commits] Klaus Kurzmann : phoneuid: depend on shr-specs and path SPEC_PATH to configure

git version control git at git.openembedded.org
Sat Oct 17 19:59:21 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 112e4e4c3d9a6dc7a8a7164e010718d29ec6c5c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=112e4e4c3d9a6dc7a8a7164e010718d29ec6c5c7

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Oct 17 21:59:17 2009 +0200

phoneuid: depend on shr-specs and path SPEC_PATH to configure

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/phoneuid_git.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 2b4db83..5c88f1c 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/





More information about the Openembedded-commits mailing list