diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-08 10:39:26 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-08 10:39:26 +0000 |
commit | fa8912fdcbb47ea6be005c9df50ed4ca3c6fedad (patch) | |
tree | ac065b5750ef39ceb59bb12f6c62ad5514c031d8 /meta/packages/exmap-console/exmap-console.inc | |
parent | 5eaa4fc257dc230fd38456915dcc64860a551cdf (diff) | |
download | poky-fa8912fdcbb47ea6be005c9df50ed4ca3c6fedad.tar.gz |
Fix rdepends for the kernel module
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2385 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/exmap-console/exmap-console.inc')
-rw-r--r-- | meta/packages/exmap-console/exmap-console.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc index 36a61a124b..6744aed49f 100644 --- a/meta/packages/exmap-console/exmap-console.inc +++ b/meta/packages/exmap-console/exmap-console.inc | |||
@@ -25,7 +25,7 @@ RDEPENDS_exmap-server += "kernel-module-exmap" | |||
25 | FILES_kernel-module-exmap = "${base_libdir}" | 25 | FILES_kernel-module-exmap = "${base_libdir}" |
26 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" |
27 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" | 27 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" |
28 | RDEPENDS_kernel-module-exmap += "kernel (${KERNEL_VERSION})" | 28 | RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}" |
29 | 29 | ||
30 | S = "${WORKDIR}/exmap-console-${PV}" | 30 | S = "${WORKDIR}/exmap-console-${PV}" |
31 | 31 | ||