diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-07-09 17:44:30 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-07-09 17:44:30 +0200 |
commit | 2688f1fae833cce38e739f076f7df20ea8cf2714 (patch) | |
tree | e9f6703c6c10fb947e4e6b1677796be6ef0a8cb8 | |
parent | 4903d9d33cc52ffb53f31287c2c2e0e47b78ec1e (diff) |
HACK: Fix compilation script to find the widget
Due to cmake alias and different usage (when yocto, when jenkins,
etc...), the autobuild script can produce a widget in a wrong place.
Change-Id: I877f9f432a4b452f2c6099061c57798e3d615bc4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rwxr-xr-x | conf.d/autobuild/agl/autobuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/autobuild/agl/autobuild b/conf.d/autobuild/agl/autobuild index ea352e7..883293d 100755 --- a/conf.d/autobuild/agl/autobuild +++ b/conf.d/autobuild/agl/autobuild @@ -15,6 +15,7 @@ pushd $BUILD_DIR if [ "$1" == "package" ]; then make widget + cp *.wgt package/ fi popd |