commit | de32f577aa5d8840135cf6e20aa1ca88d3d030a1 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Thu Nov 10 16:23:15 2016 -0500 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Wed Nov 16 23:17:08 2016 -0500 |
tree | ea6960dac28bed92b3b475bb0afef57a7ad5616f | |
parent | bba7f8c0e99d12630ac525c70658ddca7acfd6ed [diff] [blame] |
Use canonical env Workaround bitbake failing to handle /bin/env when it sanity checks for file runtime dependencies. Change-Id: Ia967bf28cb3c2de812ad295265e728e0826e80ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/tools/sdbus++ b/tools/sdbus++ index 6b0a15c..9f7d111 100755 --- a/tools/sdbus++ +++ b/tools/sdbus++
@@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python import sdbusplus import mako.lookup import argparse