]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix rdepends for the kernel module
authorRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 10:39:26 +0000 (10:39 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 8 Aug 2007 10:39:26 +0000 (10:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2385 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/exmap-console/exmap-console.inc
meta/packages/exmap-console/exmap-console_0.4.1.bb
meta/packages/exmap-console/exmap-console_svn.bb

index 36a61a124bedba3f1458255956b9cd0aeac5021d..6744aed49fb6d4d02fc20da3e6e5edaae566ddf7 100644 (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}"
 
index 2ff004f0016e7e6753107a9d474143b525945d0e..17703321e86f8c9c094141866ff50f7a2a135443 100644 (file)
@@ -1,3 +1,3 @@
 require exmap-console.inc
 
-PR = "r3"
+PR = "r4"
index 634089014697941af6622c76cd257ce647aee5d4..7c21222d84a08fb1bdf12e63da74d6eb91868b4c 100644 (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"