From 6e29f3ee6f23f4962358e34f313e248f23c8c11a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 29 Sep 2008 07:33:26 +0000 Subject: [PATCH] fso-gpsd git actually link the proper initscript --- packages/freesmartphone/fso-gpsd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/freesmartphone/fso-gpsd_git.bb b/packages/freesmartphone/fso-gpsd_git.bb index 4382038c64..1536c3db01 100644 --- a/packages/freesmartphone/fso-gpsd_git.bb +++ b/packages/freesmartphone/fso-gpsd_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "network" DEPENDS = "dbus-glib" PV = "0.6+${PR}+gitr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "\ ${FREESMARTPHONE_GIT}/fso-gpsd.git;protocol=git;branch=master \ @@ -13,7 +13,7 @@ S = "${WORKDIR}/git" inherit autotools update-rc.d -INITSCRIPT_NAME = "gpsd" +INITSCRIPT_NAME = "fso-gpsd" INITSCRIPT_PARAMS = "defaults 35" do_install_append() { -- 2.39.5