mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
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:
@@ -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}"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require exmap-console.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user