From f6f4cadd65c7609776b5e6946e2448bee22397d0 Mon Sep 17 00:00:00 2001 From: YangHaibo Date: Mon, 26 Jan 2015 15:20:29 +0800 Subject: tclap: add ALLOW_EMPTY in bb file Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.2.3-korg