summaryrefslogtreecommitdiffstats
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)
downloadpoky-1d84d82d4562228c9124d26979a9ec3a2c7388c1.tar.gz
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 799b6da565..3ebe21c8ba 100644
--- a/meta/packages/exmap-console/exmap-console.inc
+++ b/meta/packages/exmap-console/exmap-console.inc
@@ -44,6 +44,10 @@ do_compile() {
44 ${MAKE_TARGETS} 44 ${MAKE_TARGETS}
45} 45}
46 46
47do_install() {
48 oe_runmake 'DESTDIR=${D}' 'DEPMOD=/bin/true' install
49}
50
47pkg_postinst_append_kernel-module-exmap () { 51pkg_postinst_append_kernel-module-exmap () {
48 if [ -n "$D" ]; then 52 if [ -n "$D" ]; then
49 exit 1 53 exit 1