]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix install target not to run depmod
authorTomas Frydrych <tf@openedhand.com>
Fri, 16 Feb 2007 09:16:36 +0000 (09:16 +0000)
committerTomas Frydrych <tf@openedhand.com>
Fri, 16 Feb 2007 09:16:36 +0000 (09:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1277 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/exmap-console/exmap-console.inc

index 799b6da5659d5a31e69b615007407b12d12c05b1..3ebe21c8badbe6fb4270ab282984e3810009a2e3 100644 (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