From: Zongchun Yu Date: Thu, 4 Jul 2013 09:42:52 +0000 (+0000) Subject: flib:Fix flib not found in the base feeds error X-Git-Tag: 2.1~534^2~245 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c92255b9b5f443cc2b3d68104ba20675fe9aac9f;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/recipes-tools/flib/flib_git.bb b/meta-fsl-ppc/recipes-tools/flib/flib_git.bb index 590f7246..fb3f6987 100644 --- a/meta-fsl-ppc/recipes-tools/flib/flib_git.bb +++ b/meta-fsl-ppc/recipes-tools/flib/flib_git.bb @@ -11,3 +11,5 @@ S = "${WORKDIR}/git" do_install(){ oe_runmake install DESTDIR=${D} } + +ALLOW_EMPTY_${PN} = "1"