[oe-commits] YangHaibo : tclap: add ALLOW_EMPTY in bb file

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:21 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: f6f4cadd65c7609776b5e6946e2448bee22397d0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f6f4cadd65c7609776b5e6946e2448bee22397d0

Author: YangHaibo <b40869 at freescale.com>
Date:   Mon Jan 26 15:20:29 2015 +0800

tclap: add ALLOW_EMPTY in bb file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 c6bedea..ab15a7e 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"



More information about the Openembedded-commits mailing list