Merge remote-tracking branch 'oe_21/master' into vuplus-3.0
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / usbtunerhelper / usbtunerhelper.bb
index 7e126b5..397423e 100644 (file)
@@ -1,7 +1,7 @@
 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 = "r4"
@@ -14,6 +14,10 @@ SRC_URI = " \
        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