diff options
| -rwxr-xr-x | meta/recipes-kernel/update-modules/update-modules-1.0/update-modules | 3 | ||||
| -rw-r--r-- | meta/recipes-kernel/update-modules/update-modules_1.0.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-kernel/update-modules/update-modules-1.0/update-modules b/meta/recipes-kernel/update-modules/update-modules-1.0/update-modules index 636fe1c0d4..7ee7df8192 100755 --- a/meta/recipes-kernel/update-modules/update-modules-1.0/update-modules +++ b/meta/recipes-kernel/update-modules/update-modules-1.0/update-modules | |||
| @@ -181,7 +181,8 @@ fi | |||
| 181 | mv "$MODCONFTMPFILE" "$MODCONFFILE" | 181 | mv "$MODCONFTMPFILE" "$MODCONFFILE" |
| 182 | mv "$MODULESTMPFILE" "$MODULESFILE" | 182 | mv "$MODULESTMPFILE" "$MODULESFILE" |
| 183 | 183 | ||
| 184 | if [ $first_time -eq 1 ]; then | 184 | # Don't run modutils.sh if systemd is installed |
| 185 | if [ $first_time -eq 1 ] && [ ! -e /bin/systemctl ]; then | ||
| 185 | /etc/init.d/modutils.sh || true | 186 | /etc/init.d/modutils.sh || true |
| 186 | fi | 187 | fi |
| 187 | 188 | ||
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 dc4496507e..d9697de6c3 100644 --- a/meta/recipes-kernel/update-modules/update-modules_1.0.bb +++ b/meta/recipes-kernel/update-modules/update-modules_1.0.bb | |||
| @@ -4,7 +4,8 @@ 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 | RDEPENDS_${PN} = "module-init-tools-depmod" | 6 | RDEPENDS_${PN} = "module-init-tools-depmod" |
| 7 | PR = "r11" | 7 | |
| 8 | PR = "r12" | ||
| 8 | 9 | ||
| 9 | SRC_URI = "file://update-modules \ | 10 | SRC_URI = "file://update-modules \ |
| 10 | file://COPYING.GPL" | 11 | file://COPYING.GPL" |
