diff options
| author | Zongchun Yu <Zongchun.Yu@freescale.com> | 2013-07-04 09:42:52 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-06 12:02:28 +0800 |
| commit | 0216ae8ee2b468652ac97b803edf420892238f81 (patch) | |
| tree | 06163f03c4bec554bc90f2ec14a6a957b2e49a33 | |
| parent | a4e90b7bfbd4ffb8dce08303dd304b71132676d9 (diff) | |
| download | meta-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>
| -rw-r--r-- | 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" | |||
| 11 | do_install(){ | 11 | do_install(){ |
| 12 | oe_runmake install DESTDIR=${D} | 12 | oe_runmake install DESTDIR=${D} |
| 13 | } | 13 | } |
| 14 | |||
| 15 | ALLOW_EMPTY_${PN} = "1" | ||
