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:
Tomas Frydrych
2007-02-16 09:16:36 +00:00
parent 9f2a9f34c2
commit 1d84d82d45

View File

@@ -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