diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 13:36:19 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 13:36:19 +0000 |
| commit | 483b058837f6c9f5d92269da56947fd522d9d1e2 (patch) | |
| tree | 0244667267883b32c13f4f3b7773be47e145fc39 | |
| parent | d64a6b7e7a3979970952a0808ebe8bdf4fe03f50 (diff) | |
| download | poky-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
| -rw-r--r-- | meta/packages/update-modules/update-modules_1.0.bb | 12 |
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" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | PACKAGE_ARCH = "all" | 4 | PACKAGE_ARCH = "all" |
| 5 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " | 5 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " |
| 6 | PR = "r5" | 6 | PR = "r6" |
| 7 | 7 | ||
| 8 | SRC_URI = "file://update-modules" | 8 | SRC_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. | ||
| 30 | RDEPENDS_unslung = "" | ||
