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 | |
parent | 7066a7dd06d719dd309504c7b8e382ff91440550 (diff) | |
download | meta-openembedded-f6f4cadd65c7609776b5e6946e2448bee22397d0.tar.gz |
tclap: add ALLOW_EMPTY in bb file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 c6bedea09..ab15a7e7f 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 \ | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | ALLOW_EMPTY_${PN} = "1" | ||
15 | |||
14 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |