summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2013-07-04 09:42:52 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:23 +0800
commit85efd2773160cfb3b8ba5f6fb28ab0072ba004b9 (patch)
tree9527e223621765c04977920194e4bc1481a14851
parent84edb861ec2f5cde6e4034504024a4261fdaf3af (diff)
downloadmeta-fsl-ppc-85efd2773160cfb3b8ba5f6fb28ab0072ba004b9.tar.gz
flib:Fix flib not found in the base feeds error
To avoid error caused by empty package when build flib into rootfs. add ALLOW_EMPTY Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
-rw-r--r--recipes-tools/flib/flib_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-tools/flib/flib_git.bb b/recipes-tools/flib/flib_git.bb
index 590f724..fb3f698 100644
--- a/recipes-tools/flib/flib_git.bb
+++ b/recipes-tools/flib/flib_git.bb
@@ -11,3 +11,5 @@ S = "${WORKDIR}/git"
11do_install(){ 11do_install(){
12 oe_runmake install DESTDIR=${D} 12 oe_runmake install DESTDIR=${D}
13} 13}
14
15ALLOW_EMPTY_${PN} = "1"