Skip to content
Snippets Groups Projects
Commit d1ef488b authored by David Bauer's avatar David Bauer
Browse files

target-lib: remove unused function

parent f629b71a
No related branches found
No related tags found
No related merge requests found
......@@ -74,19 +74,6 @@ local function file_exists(file)
return true
end
local function site_vars(var)
return lib.exec_capture_raw(string.format(
[[
MAKEFLAGS= make print _GLUON_SITE_VARS_=%s --no-print-directory -s -f - <<'END_MAKE'
include $(GLUON_SITEDIR)/site.mk
print:
echo -n '$(_GLUON_SITE_VARS_)'
END_MAKE
]],
lib.escape(var)))
end
local function feature_packages(features)
local files = {'package/features'}
for _, feed in ipairs(feeds) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment