On 8/14/2015 10:53 AM, Denys Dmytriyenko wrote:
What's the reason for the change?


It seems restrictive to force TISDK_VERSION in the webgen.mak path when the same can be accomplished through the config (see PATCH 2/2).

Also, it is preferable to not maintain the webgen.mak for every release made as we can use git to obtain an old version.

On Thu, Aug 13, 2015 at 09:25:16AM -0400, Jacob Stiffler wrote:
* The same effect can be obtained though the config.

Signed-off-by: Jacob Stiffler <[email protected]>
---
  lib/oesdk/package-sdks | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
index 31a44b6..498ee79 100644
--- a/lib/oesdk/package-sdks
+++ b/lib/oesdk/package-sdks
@@ -304,7 +304,7 @@ generate_webgen_page() {
      m="$1"
- webgen_make="$WEBGEN_MAK_ROOT/$TISDK_VERSION/$m/webgen.mak"
+    webgen_make="$WEBGEN_MAK_ROOT/$m/webgen.mak"
if [ ! -e $webgen_make ]
      then
--
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to