[oe-commits] Klaus Kurzmann : phonefsod: depend on shr-specs and pass SPECS_PATH to configure

git version control git at git.openembedded.org
Sat Oct 17 20:03:43 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Oct 17 22:03:41 2009 +0200

phonefsod: depend on shr-specs and pass SPECS_PATH to configure

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

---

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

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 24754b2..4097819 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "SHR Phone FSO Daemon"
 HOMEPAGE = "http://shr-project.org/"
 LICENSE = "GPL"
 SECTION = "x11/applications"
-DEPENDS += " dbus-glib libframeworkd-glib sqlite3"
+DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs"
 PV = "0.0.0+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -14,6 +14,10 @@ inherit autotools update-rc.d
 INITSCRIPT_NAME = "phonefsod"
 INITSCRIPT_PARAMS = "defaults 75"
 
+EXTRA_OECONF = "\
+	SPECS_PATH=${STAGING_DATADIR}/shr-specs \
+"
+
 
 do_install_append() {
 	install -d ${D}${sysconfdir}/init.d/





More information about the Openembedded-commits mailing list