diff options
-rw-r--r-- | scripts/lib/recipetool/create_npm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool/create_npm.py index fb57e705f2..bb42a5ca5c 100644 --- a/scripts/lib/recipetool/create_npm.py +++ b/scripts/lib/recipetool/create_npm.py | |||
@@ -320,6 +320,7 @@ class NpmRecipeHandler(RecipeHandler): | |||
320 | blacklist = True | 320 | blacklist = True |
321 | break | 321 | break |
322 | if (not blacklist and 'linux' not in pkg_os) or '!linux' in pkg_os: | 322 | if (not blacklist and 'linux' not in pkg_os) or '!linux' in pkg_os: |
323 | pkg = pdata.get('name', 'Unnamed package') | ||
323 | logger.debug(2, "Skipping %s since it's incompatible with Linux" % pkg) | 324 | logger.debug(2, "Skipping %s since it's incompatible with Linux" % pkg) |
324 | return False | 325 | return False |
325 | return True | 326 | return True |