summaryrefslogtreecommitdiff
path: root/meta/packages/exmap-console
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2007-02-16 09:16:36 +0000
committerTomas Frydrych <tf@openedhand.com>2007-02-16 09:16:36 +0000
commit1d84d82d4562228c9124d26979a9ec3a2c7388c1 (patch)
treeb69a4e2959e5c5dbf4935fd91af71167203bb447 /meta/packages/exmap-console
parent9f2a9f34c243e57698dbfb51f673700c4b2adc43 (diff)
downloadopenembedded-core-1d84d82d4562228c9124d26979a9ec3a2c7388c1.tar.gz
openembedded-core-1d84d82d4562228c9124d26979a9ec3a2c7388c1.tar.bz2
openembedded-core-1d84d82d4562228c9124d26979a9ec3a2c7388c1.tar.xz
openembedded-core-1d84d82d4562228c9124d26979a9ec3a2c7388c1.zip
fix install target not to run depmod
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1277 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/exmap-console')
-rw-r--r--meta/packages/exmap-console/exmap-console.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc
index 799b6da56..3ebe21c8b 100644
--- a/meta/packages/exmap-console/exmap-console.inc
+++ b/meta/packages/exmap-console/exmap-console.inc
@@ -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