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=43c32dd96764043863a8036a595c31c1630f55f4;hb=d4a76ad26293e2d805bb35734c311f6153ae712e;hpb=02f15209cc86a2cc3fc64edfccc1ff5e094f68c8 diff --git a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb index 43c32dd..f93d975 100644 --- a/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb +++ b/meta-openvuplus/recipes-vuplus/usbtunerhelper/usbtunerhelper.bb @@ -4,20 +4,28 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PV = "1.0+git${SRCPV}" -PR = "r2" +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 \ " +do_configure_prepend() { + sed -i 's/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE([foreign subdir-objects])/' ${S}/configure.ac +} + S = "${WORKDIR}/git" 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