summaryrefslogtreecommitdiffstats
path: root/recipes-tools
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2013-07-04 09:42:52 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-06 12:02:28 +0800
commit0216ae8ee2b468652ac97b803edf420892238f81 (patch)
tree06163f03c4bec554bc90f2ec14a6a957b2e49a33 /recipes-tools
parenta4e90b7bfbd4ffb8dce08303dd304b71132676d9 (diff)
downloadmeta-fsl-ppc-0216ae8ee2b468652ac97b803edf420892238f81.tar.gz
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 <Zongchun.Yu@freescale.com>
Diffstat (limited to 'recipes-tools')
-rw-r--r--recipes-tools/flib/flib_git.bb2
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"
11do_install(){ 11do_install(){
12 oe_runmake install DESTDIR=${D} 12 oe_runmake install DESTDIR=${D}
13} 13}
14
15ALLOW_EMPTY_${PN} = "1"