aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/usb-modeswitch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-27 18:06:21 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-05 19:28:27 +0200
commit43f5811017c01b2173756951b6d269b9b9324467 (patch)
tree06d4dbb66b386c22e7544a3bc43a6bf0e35683b8 /meta-oe/recipes-support/usb-modeswitch
parentb545c0643d2b2a1f1a816e789ff67116c613de5b (diff)
downloadmeta-openembedded-contrib-43f5811017c01b2173756951b6d269b9b9324467.tar.gz
usb-modeswitch-data: Add dep on native tcl
it has a tclsh need for executing a script during build Fixes | ./gen-rules.tcl | /usr/bin/env: ‘tclsh’: No such file or directory | make: *** [Makefile:26: 40-usb_modeswitch.rules] Error 127 | WARNING: /mnt/b/build/tmp-musl/work/all-oe-linux/usb-modeswitch-data/20170205-r0/temp/run.do_compile.30695:1 exit 1 from 'exit 1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch')
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb
index 042cd383b4..eeed5e275d 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit allarch
+DEPENDS += "tcl-native"
+
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd"
SRC_URI[sha256sum] = "e2dcfd9d28928d8d8f03381571a23442b3c50d48d343bc40a1a07d01662738d1"