commit | efe8707e84e53f2ec63672f73ac2f2cf0ff05eb2 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 21 12:57:28 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 24 15:22:18 2016 -0500 |
tree | 0eb81b141cc37d73733255984fd8dda4fca09321 | |
parent | c74dda1a2d579ac7d87d2145b24371563531d9f9 [diff] |
btbridged: Change how kernel-source depend is specified As of Yocto commit 46cdaf1 we are suppose to use: do_configure[depends] += "virtual/kernel:do_shared_workdir" Instead of: DEPENDS += "virtual/kernel" Without this, the kernel source is not unpacked if you compile with the sstate cache and so btbridged fails to find the bt-host header. Signed-off-by: Patrick Williams <patrick@stwcx.xyz>