[meta-freescale] [meta-fsl-ppc][dylan][PATCH 01/12] flib:Fix flib not found in the base feeds error

b28495 at freescale.com b28495 at freescale.com
Tue Jan 7 05:06:52 PST 2014


From: Zongchun Yu <Zongchun.Yu at freescale.com>

To avoid error caused by empty package when build flib into rootfs.
add ALLOW_EMPTY

Signed-off-by: Zongchun Yu <Zongchun.Yu at freescale.com>
---
 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"
 do_install(){
     oe_runmake install DESTDIR=${D}
 }
+
+ALLOW_EMPTY_${PN} = "1"
-- 
1.7.3.4




More information about the meta-freescale mailing list