diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 14:33:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 14:33:42 +0000 |
commit | 8011fefdffeb0156ae74c92868a1ed30686f45b0 (patch) | |
tree | 2622ee839f833c3a6174651506c1839d2533dbf6 | |
parent | 448eeff855343ad4bb29c6c3b0d614f2386db5ac (diff) |
use update-rc.d to link /etc/init.d/opie into the runlevels
BKrev: 40a8cd460neYFMfp4s28FCelpCC-9g
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 7 |
1 files changed, 5 insertions, 2 deletions
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 |