[vuplus-dvb-proxy,module] Remove inherit module-base.
authorhschang <chang@dev3>
Wed, 8 Jul 2015 04:29:18 +0000 (13:29 +0900)
committerhschang <chang@dev3>
Wed, 8 Jul 2015 04:29:21 +0000 (13:29 +0900)
meta-bsp/recipes-vuplus/vuplus-dvb-modules/vuplus-dvb-modules.inc
meta-bsp/recipes-vuplus/vuplus-dvb-proxy/vuplus-dvb-proxy.inc

index 0a5c0cb..c7c5333 100755 (executable)
@@ -14,7 +14,9 @@ SRC_URI = "http://archive.vuplus.com/download/drivers/vuplus-dvb-modules-${MACHI
 
 S = "${WORKDIR}"
 
-inherit module-base
+#inherit module-base
+DEPENDS = "virtual/kernel"
+KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
 
 do_install() {
         install -d ${D}/lib/modules/${KERNEL_VERSION}/extra
index f19f943..24e239e 100644 (file)
@@ -14,7 +14,9 @@ SRC_URI = "http://archive.vuplus.com/download/build_support/vuplus/vuplus-dvb-pr
 
 S = "${WORKDIR}"
 
-inherit module-base
+#inherit module-base
+DEPENDS = "virtual/kernel"
+KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
 
 do_install() {
         install -d ${D}/lib/modules/${KERNEL_VERSION}/extra