From 0c797643dd2120f3118ad4cd4b615a5a86ceb113 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Apr 2013 13:47:37 +0200 Subject: [PATCH] gpsdate: Use "" for variable content. The new poky is more strict. Use quotes around the variable for the work directory. --- recipes-extra/gpsdate/gpsdate_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index 39a06db..d20f546 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -10,7 +10,7 @@ PR = "r6" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ " SRCREV = "86320146407ecee208ca03428a7424412f272024" -S = ${WORKDIR}/git +S = "${WORKDIR}/git" INITSCRIPT_NAME = "gpsdate" INITSCRIPT_PARAMS = "defaults 35"