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 799b6da..3ebe21c 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