From 85efd2773160cfb3b8ba5f6fb28ab0072ba004b9 Mon Sep 17 00:00:00 2001 From: Zongchun Yu Date: Thu, 4 Jul 2013 09:42:52 +0000 Subject: 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 --- recipes-tools/flib/flib_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3-54-g00ecf