From: David-John Willis Date: Mon, 23 Nov 2009 09:48:49 +0000 (+0000) Subject: pandora-libpnd: Bump SRCREV X-Git-Tag: Release-2010-05/1~163 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=989e3c90a06671ab91008e7a2e07c830bb473f2a pandora-libpnd: Bump SRCREV --- diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index 30fe19f..d3f352c 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r2" +PR = "r4" PARALLEL_MAKE = "" @@ -10,7 +10,7 @@ SRC_URI = " \ file://rc.libpnd \ " -SRCREV = "335950b470d3e8ae1ddfa1cf6cbc058349dddfdc" +SRCREV = "fd9090900d653b51b1d7b335b1224c3b65353773" S = "${WORKDIR}/git" diff --git a/recipes/pandora-system/pandora-libpnd/rc.libpnd b/recipes/pandora-system/pandora-libpnd/rc.libpnd index 5c91424..e6e2936 100755 --- a/recipes/pandora-system/pandora-libpnd/rc.libpnd +++ b/recipes/pandora-system/pandora-libpnd/rc.libpnd @@ -28,7 +28,7 @@ d_start() { then echo "$DESC: $NAME already running." else - $PNDNOTIFY -d + $PNDNOTIFY -d 3 fi }