[oe-commits] Klaus Kurzmann : phoneuid: fix S

git version control git at git.openembedded.org
Sun Oct 18 17:06:09 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Oct 18 19:06:04 2009 +0200

phoneuid: fix S

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

---

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

diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 44ba16b..0406870 100644
--- a/recipes/shr/phoneuid_git.bb
+++ b/recipes/shr/phoneuid_git.bb
@@ -7,7 +7,7 @@ PV = "0.0.0+gitr${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/git"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list