Home
last modified time | relevance | path

Searched refs:AutotoolsExtensionHandler (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py22 from recipetool.create_buildsys import CmakeExtensionHandler, AutotoolsExtensionHandler
25 class Qt5AutotoolsHandler(AutotoolsExtensionHandler):
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py705 class AutotoolsExtensionHandler(object): class