mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
fix install target not to run depmod
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1277 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -44,6 +44,10 @@ do_compile() {
|
||||
${MAKE_TARGETS}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' 'DEPMOD=/bin/true' install
|
||||
}
|
||||
|
||||
pkg_postinst_append_kernel-module-exmap () {
|
||||
if [ -n "$D" ]; then
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user