]> code.ossystems Code Review - meta-freescale.git/commitdiff
flib:Fix flib not found in the base feeds error
authorZongchun Yu <Zongchun.Yu@freescale.com>
Thu, 4 Jul 2013 09:42:52 +0000 (09:42 +0000)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Sat, 6 Jul 2013 04:02:28 +0000 (12:02 +0800)
To avoid error caused by empty package when build flib into rootfs.
add ALLOW_EMPTY

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
meta-fsl-ppc/recipes-tools/flib/flib_git.bb

index 590f7246ef4a9060557b12ae19c285d37fce2838..fb3f6987b6b5a980b0563d2cfa86878e9eca59d4 100644 (file)
@@ -11,3 +11,5 @@ S = "${WORKDIR}/git"
 do_install(){
     oe_runmake install DESTDIR=${D}
 }
+
+ALLOW_EMPTY_${PN} = "1"