diff options
author | Mike Westerhof <mwester@dls.net> | 2008-08-22 20:45:30 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-08-22 20:45:30 +0000 |
commit | fc30bd137b5fadecd96f89098d42cb2ce26999bd (patch) | |
tree | 59c87c887ab3e687b1778f943cb6b33dc8d9abf2 /packages/update-modules/update-modules_1.0.bb | |
parent | 4233b8777c6473c9a31ea6ea5221bfa84732ced6 (diff) |
SlugOS 5.0 - replace module-init-tools with busybox
Diffstat (limited to 'packages/update-modules/update-modules_1.0.bb')
-rw-r--r-- | packages/update-modules/update-modules_1.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/update-modules/update-modules_1.0.bb b/packages/update-modules/update-modules_1.0.bb index 17f9bb4f45..0c2d1894ac 100644 --- a/packages/update-modules/update-modules_1.0.bb +++ b/packages/update-modules/update-modules_1.0.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Script to manage module configuration files" LICENSE = "GPLv2" PACKAGE_ARCH = "all" RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " -PR = "r7" +PR = "r8" SRC_URI = "file://update-modules" @@ -28,3 +28,10 @@ do_install() { # in both a 2.4 kernel distro and a 2.6 kernel distro. Really, it's # not worth the effort to do that, so just overlook the next line. RDEPENDS_unslung = "" + +# The SlugOS distro is testing the use of the busybox mod* utilities. +# If that works out, we should create a virtual/update-modules, and +# let the distros select if they want busybox, or some other package +# to provide it. Until then, the following line just removes the +# unwanted dependencies for SlugOS. +RDEPENDS_slugos = ""
\ No newline at end of file |