From: Zongchun Yu <[email protected]> To avoid error caused by empty package when build flib into rootfs. add ALLOW_EMPTY
Signed-off-by: Zongchun Yu <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
