From 846cc6b9ab58c3c6b9f1650b9c055a04d5a7792c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 23:33:47 +0100 Subject: [PATCH] gpsdate: Add an option to not fork and use it Fixes: SYS#1152 --- 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 8eadb94..9e3f7df 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -12,7 +12,7 @@ PV = "0.2+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ file://gpsdate.default \ " -SRCREV = "2326eee7898f9a8484d92d31cb16fca14db4a874" +SRCREV = "cb50b4bb9fd30ed64a8ea5791126f8ce7518ba3a" S = "${WORKDIR}/git" INITSCRIPT_NAME = "gpsdate"