From 2688f1fae833cce38e739f076f7df20ea8cf2714 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Mon, 9 Jul 2018 17:44:30 +0200 Subject: HACK: Fix compilation script to find the widget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- conf.d/autobuild/agl/autobuild | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg