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=59439c72dd6d514045b5ca33a8397ed6d44c416b;hp=dbbf4d5989f4beea39605f896494f4eb186ec48d;hb=ce2e0c37687e047b2c524b19c27ae7960564c1aa;hpb=0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95;ds=sidebyside diff --git a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb index dbbf4d5..59439c7 100644 --- a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb +++ b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb @@ -1,14 +1,24 @@ DESCIPTION = "helper tool to use usb dvb frontends" MAINTAINER = "PLi team" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${THISDIR}/${PN}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PV = "1.0+git${SRCPV}" -PR = "r1" +PR = "r6" SRC_REV = "" -SRC_URI = "git://openpli.git.sourceforge.net/gitroot/openpli/vtuner;protocol=git;tag=${SRC_REV} \ - file://${PN}.sh " +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://setfrontend_ofdm_fecauto.patch \ + file://${PN}.sh \ + " + +do_configure_prepend() { + sed -i 's/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE([foreign subdir-objects])/' ${S}/configure.ac +} S = "${WORKDIR}/git" @@ -16,6 +26,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