X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fusbtunerhelper%2Fusbtunerhelper.bb;h=f93d97594941fd2c6654c053a802fc0b376423d0;hp=397423e50dca4054b03d8560c4fd6e3e9d11465e;hb=d4a76ad26293e2d805bb35734c311f6153ae712e;hpb=ff65c342e6a897993ee815470a41a5c384753281 diff --git a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb index 397423e..f93d975 100644 --- a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb +++ b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb @@ -4,13 +4,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PV = "1.0+git${SRCPV}" -PR = "r4" +PR = "r5" SRC_REV = "" SRC_URI = " \ git://code.vuplus.com/git/vtuner.git;protocol=git;tag=${SRC_REV} \ file://no_usb_device.patch;striplevel=1 \ file://fix_set_delsys.patch \ + file://get_avail_vtuner.patch \ file://${PN}.sh \ " @@ -24,6 +25,7 @@ inherit autotools update-rc.d INITSCRIPT_NAME = "${PN}" INITSCRIPT_PARAMS = "defaults" +INITSCRIPT_PARAMS = "start 21 2 3 4 5 . stop 20 0 1 6 ." do_install_append() { install -d ${D}/etc/init.d