|
|
SECTION = 'net'
DESCRIPTION='Small
forking webserver with optional ssl and ipv6 support'
HOMEPAGE='http://www.acme.com/software/mini_httpd/'
LICENSE = 'BSD'
MAINTAINER =
'lynn lin
<lynnos@tong-ji.org>'
DEPENDS = openssl
PR =
DESCRIPTION='DMI (Desktop Management Interface)
table related utilities'
HOMEPAGE='http://www.nongnu.org/dmidecode/'
LICENSE='GPLv2'
PR = 'r0'
SRC_URI='http://savannah.nongnu.org/download/dmidecode/${PN}-${PV}.tar.bz2'
S = ${WORKDIR}/$|
标签:杂谈 |
DESCRIPTION = 'Linux-VServer admin
utilities'
MAINTAINER = 'Lynn Lin
<lynn.lin@avocent.com>'
HOMEPAGE = 'http://www.nongnu.org/util-vserver/'
LICENSE = 'GPL-2'
SRC_URI = 'http://ftp.linux-vserver.org/pub/utils/${PN}-${PV}.tar.bz2'
DEPENDS = 'beecrypt iptables vlan iproute2
dietlibc'
RDEPENDS =
DESCRIPTION='A minimal libc'
HOMEPAGE='http://www.fefe.de/dietlibc/'
MAINTAINER = 'Lynn Lin
<lynn.lin@avocent.com>'
LICENSE='GPL-2'
SRC_URI='http://www.kernel.org/pub/linux/libs/${PN}/${PN}-${PV}.tar.bz2
\
file://cc.patch;patch=1
\
'
do_compile () {
There are many ways to put Linux on a x86 embedded system.
| 分类:bitbake |
BitBake allows to install event handlers. Events are triggered at certain points during operation, such as, the beginning of operation against a given .bb, the start of a given task, task failure, task success, et cetera. The intent was to make it easy to do things like email notifications on build failure.
addhandler myclass_eventhandler
python myclass_eventhandler() {
from bb.event import NotHandled, getName
from bb import data
print 'The name of the Event is %s' % getName(e)
print 'The file we run for is %s' % data.getVar('FILE', e.data, True)
return NotHandled
}
This event handler gets called every time an event is triggered.
A global variable e is defined.
e.data contains an instance of
bb.data. With the getName(e) method
one can get the name of the triggered event.
The abov
| 分类:OE |
if has_libs and not has_bins and soname: |
新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 会员注册 | 产品答疑
Copyright © 1996 - 2008 SINA Corporation, All Rights Reserved