summaryrefslogtreecommitdiffstats
path: root/meta/packages/update-modules
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 13:36:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-19 13:36:19 +0000
commit483b058837f6c9f5d92269da56947fd522d9d1e2 (patch)
tree0244667267883b32c13f4f3b7773be47e145fc39 /meta/packages/update-modules
parentd64a6b7e7a3979970952a0808ebe8bdf4fe03f50 (diff)
downloadpoky-483b058837f6c9f5d92269da56947fd522d9d1e2.tar.gz
update-modules: sync with OE (no changes for us)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2930 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/update-modules')
-rw-r--r--meta/packages/update-modules/update-modules_1.0.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/packages/update-modules/update-modules_1.0.bb b/meta/packages/update-modules/update-modules_1.0.bb
index dadcddb8c3..cc7a585207 100644
--- a/meta/packages/update-modules/update-modules_1.0.bb
+++ b/meta/packages/update-modules/update-modules_1.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Script to manage module configuration files"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4PACKAGE_ARCH = "all" 4PACKAGE_ARCH = "all"
5RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " 5RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
6PR = "r5" 6PR = "r6"
7 7
8SRC_URI = "file://update-modules" 8SRC_URI = "file://update-modules"
9 9
@@ -18,3 +18,13 @@ do_install() {
18 install -d ${D}${sbindir} 18 install -d ${D}${sbindir}
19 install ${WORKDIR}/update-modules ${D}${sbindir} 19 install ${WORKDIR}/update-modules ${D}${sbindir}
20} 20}
21
22# The Unslung distro uses a 2.4 kernel for a machine (the NSLU2) which
23# supports both 2.4 and 2.6 kernels. Rather than forcing OE to have
24# to deal with that unique legacy corner case, we just nullify the
25# RDEPENDS here and handle it in the Unslung image recipe. I know this
26# is ugly. Please don't remove it unless you first make the RDEPENDS
27# line at the top of this file understand that a machine can be used
28# in both a 2.4 kernel distro and a 2.6 kernel distro. Really, it's
29# not worth the effort to do that, so just overlook the next line.
30RDEPENDS_unslung = ""