tclap: add ALLOW_EMPTY in bb file

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
YangHaibo 2015-01-26 15:20:29 +08:00 committed by Martin Jansa
parent 7066a7dd06
commit f6f4cadd65

View File

@ -11,4 +11,6 @@ SRC_URI = "git://git.code.sf.net/p/tclap/code \
S = "${WORKDIR}/git"
inherit autotools
ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND = "native nativesdk"