[DEV] build is OK
This commit is contained in:
parent
03029dd352
commit
640065bfb6
@ -9,7 +9,7 @@ def get_desc():
|
||||
def create(target):
|
||||
my_module = module.Module(__file__, 'estbase-ling_class', 'LIBRARY')
|
||||
|
||||
my_module.add_module_depend(['eststring'])
|
||||
my_module.add_module_depend(['eststring', 'estbase-base_class', 'estools-stats', 'estbase-rxp'])
|
||||
|
||||
my_module.add_export_path(os.path.join(tools.get_current_path(__file__), "speech_tools/include"))
|
||||
my_module.compile_flags('c++', "-fno-implicit-templates")
|
||||
|
@ -9,7 +9,7 @@ def get_desc():
|
||||
def create(target):
|
||||
my_module = module.Module(__file__, 'estools-grammar', 'LIBRARY')
|
||||
|
||||
my_module.add_module_depend(['eststring'])
|
||||
my_module.add_module_depend(['eststring', 'estools-stats'])
|
||||
|
||||
my_module.add_export_path(os.path.join(tools.get_current_path(__file__), "speech_tools/include"))
|
||||
my_module.compile_flags('c++', "-fno-implicit-templates")
|
||||
|
@ -15,6 +15,20 @@ def create(target):
|
||||
"festival/src/main/festival_main.cc"
|
||||
])
|
||||
|
||||
# set the package properties :
|
||||
my_module.pkg_set("VERSION", "0.1")
|
||||
my_module.pkg_set("VERSION_CODE", "1")
|
||||
my_module.pkg_set("COMPAGNY_TYPE", "org")
|
||||
my_module.pkg_set("COMPAGNY_NAME", "NONE")
|
||||
my_module.pkg_set("MAINTAINER", ["Mr DUPIN Edouard <yui.heero@gmail.com>"])
|
||||
my_module.pkg_set("SECTION", ["Development", "Editors"])
|
||||
my_module.pkg_set("PRIORITY", "optional")
|
||||
my_module.pkg_set("DESCRIPTION", "desc")
|
||||
my_module.pkg_set("NAME", "festival-main")
|
||||
|
||||
my_module.pkg_add("RIGHT", "WRITE_EXTERNAL_STORAGE")
|
||||
my_module.pkg_add("RIGHT", "SET_ORIENTATION")
|
||||
|
||||
return my_module
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user