diff options
Diffstat (limited to 'meta/recipes-kernel/update-modules/update-modules_1.0.bb')
| -rw-r--r-- | meta/recipes-kernel/update-modules/update-modules_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/update-modules/update-modules_1.0.bb b/meta/recipes-kernel/update-modules/update-modules_1.0.bb index 336bca2e9b..1ea97a8530 100644 --- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb +++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb | |||
| @@ -3,13 +3,14 @@ SECTION = "base" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | 5 | ||
| 6 | PACKAGE_ARCH = "all" | ||
| 7 | RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " | 6 | RDEPENDS_${PN} = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " |
| 8 | PR = "r9" | 7 | PR = "r10" |
| 9 | 8 | ||
| 10 | SRC_URI = "file://update-modules \ | 9 | SRC_URI = "file://update-modules \ |
| 11 | file://COPYING.GPL" | 10 | file://COPYING.GPL" |
| 12 | 11 | ||
| 12 | inherit allarch | ||
| 13 | |||
| 13 | pkg_postinst_${PN} () { | 14 | pkg_postinst_${PN} () { |
| 14 | if [ "x$D" != "x" ]; then | 15 | if [ "x$D" != "x" ]; then |
| 15 | exit 1 | 16 | exit 1 |
