summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass
index de1b80d0ae..e4e69e0763 100644
--- a/meta/classes-recipe/kernel.bbclass
+++ b/meta/classes-recipe/kernel.bbclass
@@ -677,7 +677,7 @@ pkg_postinst:${KERNEL_PACKAGE_NAME}-base () {
677 mkdir -p $D/lib/modules/${KERNEL_VERSION} 677 mkdir -p $D/lib/modules/${KERNEL_VERSION}
678 fi 678 fi
679 if [ -n "$D" ]; then 679 if [ -n "$D" ]; then
680 depmodwrapper -a -b $D ${KERNEL_VERSION} 680 depmodwrapper -a -b $D ${KERNEL_VERSION} ${KERNEL_PACKAGE_NAME}
681 else 681 else
682 depmod -a ${KERNEL_VERSION} 682 depmod -a ${KERNEL_VERSION}
683 fi 683 fi