[oe-commits] [meta-openembedded] 21/55: usb-modeswitch-data: Add dep on native tcl

git at git.openembedded.org git at git.openembedded.org
Sat Apr 1 06:38:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 79ad47be8d8e1a9559f3296d45e8ac312e4606c1
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Mar 27 18:06:21 2017 -0700

    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 at gmail.com>
---
 meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb | 2 ++
 1 file changed, 2 insertions(+)

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 042cd38..eeed5e2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list