summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang.H.S <jhs@dev3>2012-11-12 09:50:04 (GMT)
committerChang.H.S <jhs@dev3>2012-11-12 09:50:15 (GMT)
commit1b63818af8f83d62fc39e9218be7fd2760f19d04 (patch)
tree89f09f7b1c3157f6fc8ac1e6e7fb9af3ddc52f07
parentefe8a9d66eadc17aa6269e429303ae05523ec51e (diff)
vuplus-dvb-module : include 'virtual/kernel' to DEPENDS.(for KERNEL_VERSION)
-rwxr-xr-xrecipes/vuplus/vuplus-dvb-modules.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/vuplus/vuplus-dvb-modules.bb b/recipes/vuplus/vuplus-dvb-modules.bb
index ec9ac75..70affc2 100755
--- a/recipes/vuplus/vuplus-dvb-modules.bb
+++ b/recipes/vuplus/vuplus-dvb-modules.bb
@@ -32,10 +32,12 @@ RDEPENDS = "\
${@base_contains('PREFERRED_VERSION_linux-${MACHINE}', '2.6.18', '${RDEPENDS_2.6.18}', '${RDEPENDS_3.1}', d)} \
"
-PR = "r19-${SRCDATE}"
+PR = "r20-${SRCDATE}"
#hack
DEPENDS = " module-init-tools"
+DEPENDS_append_vusolo2 = " virtual/kernel"
+DEPENDS_append_duo2 = " virtual/kernel"
RDEPENDS_append_vuplus = " module-init-tools-depmod"
SRC_URI = "http://archive.vuplus.com/download/drivers/beta/private/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "