Fix rdepends for the kernel module

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2385 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-08 10:39:26 +00:00
parent 5eaa4fc257
commit fa8912fdcb
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ RDEPENDS_exmap-server += "kernel-module-exmap"
FILES_kernel-module-exmap = "${base_libdir}"
PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})"
RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}"
S = "${WORKDIR}/exmap-console-${PV}"

View File

@@ -1,3 +1,3 @@
require exmap-console.inc
PR = "r3"
PR = "r4"

View File

@@ -1,7 +1,7 @@
require exmap-console.inc
PV = "0.4+svn${SRCDATE}"
PR = "r13"
PR = "r14"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"