diff options
author | YangHaibo <b40869@freescale.com> | 2015-01-26 15:20:29 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:31:52 +0100 |
commit | f6f4cadd65c7609776b5e6946e2448bee22397d0 (patch) | |
tree | a2b58cb3ff24a10aaa2717c0336dfa1eee27f91e /meta-oe/recipes-devtools/tclap | |
parent | 7066a7dd06d719dd309504c7b8e382ff91440550 (diff) | |
download | meta-openembedded-contrib-f6f4cadd65c7609776b5e6946e2448bee22397d0.tar.gz |
tclap: add ALLOW_EMPTY in bb file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/tclap')
-rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb index c6bedea0973..ab15a7e7f4f 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb @@ -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" |