All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [meta-fsl-ppc] flib:Fix flib not found in the base feeds error
@ 2013-07-04  9:42 b40527
  2013-07-04 21:33 ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: b40527 @ 2013-07-04  9:42 UTC (permalink / raw)
  To: meta-freescale; +Cc: Zongchun Yu

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

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

Signed-off-by: Zongchun Yu <Zongchun.Yu@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.0.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-08  1:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04  9:42 [PATCH] [meta-fsl-ppc] flib:Fix flib not found in the base feeds error b40527
2013-07-04 21:33 ` Otavio Salvador
2013-07-05  2:06   ` Zongchun YU
2013-07-05 12:19     ` Otavio Salvador
2013-07-08  1:55       ` Luo Zhenhua-B19537

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.