aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYangHaibo <b40869@freescale.com>2015-01-26 15:20:29 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:31:52 +0100
commitf6f4cadd65c7609776b5e6946e2448bee22397d0 (patch)
treea2b58cb3ff24a10aaa2717c0336dfa1eee27f91e
parent7066a7dd06d719dd309504c7b8e382ff91440550 (diff)
downloadmeta-openembedded-contrib-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.bb2
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 c6bedea097..ab15a7e7f4 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"