mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 11:11:57 +00: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:
parent
9f2a9f34c2
commit
1d84d82d45
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user