[DEV] remove some binary that does not work

This commit is contained in:
Edouard DUPIN 2017-10-21 23:18:56 +02:00
parent f5aca83dd5
commit 144eb7044b
4 changed files with 6 additions and 1 deletions

View File

@ -6,12 +6,14 @@ import os
import lutinLib_ffmpegCommon
def add_generate_path(target, my_module):
return
#return
generated_path = os.path.join("generated", target.get_name())
generated_path_bs = os.path.join("generated", target.get_name() + "_" + str(target.get_bus_size()))
if os.path.exists(os.path.join(os.path.dirname(__file__), generated_path_bs)) == True:
#debug.error(" ppppp: " + generated_path);
my_module.add_path(generated_path_bs)
elif os.path.exists(os.path.join(os.path.dirname(__file__), generated_path)) == True:
#debug.error(" ppppp: " + generated_path);
my_module.add_path(generated_path)
else:
debug.warning("get default Path for type: " + str(target.get_type()))

View File

@ -27,6 +27,7 @@ def get_version():
return "version.txt"
def configure(target, my_module):
return False
if "Linux" not in target.get_type():
return False
# add the file to compile:

View File

@ -28,6 +28,7 @@ def get_version():
return "version.txt"
def configure(target, my_module):
return False
if "Linux" not in target.get_type():
return False
# add the file to compile:

View File

@ -51,6 +51,7 @@ def get_version():
return "version.txt"
def configure(target, my_module):
return False
# add the file to compile:
my_module.add_src_file([