文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Gentoo Eclass Writing Guide

Gentoo Eclass Writing Guide

时间:2007-10-11  来源:linuxGentoo

http://devmanual.gentoo.org/eclass-writing/index.html bitbake的资料确实很少,而其代码写的很少注释,所以,只能从源头追踪,bitbake/oe源于gentoo,而gentoo有很多的资料,最近在研究bitbake bbclass,所以现在来研究下gentoo的class---eclass   An eclass may provide default implementations for any of the standard ebuild functions (src_unpack, pkg_postinst etc). This can be done either as a simple function definition (which is not multiple eclass friendly) or using EXPORT_FUNCTIONS. Functions given to EXPORT_FUNCTIONS are implemented as normal, but have their name prefixed with ${ECLASS}_.   也就是说在bbclass中,既可以提供标准的函数 do_configure,do_compile,do_install,等等,也可以自己定义一些普通的函数使用,我再继续研究....
相关阅读 更多 +
排行榜 更多 +
找茬脑洞的世界安卓版

找茬脑洞的世界安卓版

休闲益智 下载
滑板英雄跑酷2手游

滑板英雄跑酷2手游

休闲益智 下载
披萨对对看下载

披萨对对看下载

休闲益智 下载