From: Michael Lauer Date: Mon, 17 May 2004 14:33:42 +0000 (+0000) Subject: use update-rc.d to link /etc/init.d/opie into the runlevels X-Git-Tag: Release-2010-05/1~19107 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8011fefdffeb0156ae74c92868a1ed30686f45b0;p=openembedded.git use update-rc.d to link /etc/init.d/opie into the runlevels BKrev: 40a8cd460neYFMfp4s28FCelpCC-9g --- diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index 8ec9d3117e..01a552799a 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "opie-libqrsync " PV = "1.1.4-cvs-${CVSDATE}" APPNAME = "qpe" -PR = "1" +PR = "2" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate;date=${CVSDATE} \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/mediummount;date=${CVSDATE} \ @@ -17,7 +17,10 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/cal S = "${WORKDIR}/launcher" -inherit opie +inherit opie update-rc.d + +INITSCRIPT_NAME = "opie" +INITSCRIPT_PARAMS = "defaults 99" do_configure_prepend() { ln -s ${WORKDIR}/calibrate ${S}/calibrate