diff options
author | Zongchun Yu <Zongchun.Yu@freescale.com> | 2013-07-04 09:42:52 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-13 12:11:23 +0800 |
commit | 85efd2773160cfb3b8ba5f6fb28ab0072ba004b9 (patch) | |
tree | 9527e223621765c04977920194e4bc1481a14851 | |
parent | 84edb861ec2f5cde6e4034504024a4261fdaf3af (diff) | |
download | meta-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.bb | 2 |
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" | |||
11 | do_install(){ | 11 | do_install(){ |
12 | oe_runmake install DESTDIR=${D} | 12 | oe_runmake install DESTDIR=${D} |
13 | } | 13 | } |
14 | |||
15 | ALLOW_EMPTY_${PN} = "1" | ||