From b8915da842100a2bce94b687099b37b349680e03 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:23:17 +0100 Subject: [PATCH] gpsdate: We can't leave the default empty --- recipes-extra/gpsdate/files/gpsdate.default | 2 ++ recipes-extra/gpsdate/gpsdate_git.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-extra/gpsdate/files/gpsdate.default b/recipes-extra/gpsdate/files/gpsdate.default index e69de29..ecc9628 100644 --- a/recipes-extra/gpsdate/files/gpsdate.default +++ b/recipes-extra/gpsdate/files/gpsdate.default @@ -0,0 +1,2 @@ +GPSDATE_HOST=127.0.0.1 +GPSDATE_PORT=2947 diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index 1a96999..8eadb94 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -6,7 +6,7 @@ DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" PE = "1" -PR = "r10" +PR = "r11" PV = "0.2+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \