| Submitter | wenzong.fan@windriver.com |
|---|---|
| Date | Aug. 9, 2012, 2:59 a.m. |
| Message ID | <cover.1344480978.git.wenzong.fan@windriver.com> |
| Download | mbox |
| Permalink | /patch/34113/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib wenzong/2919Comments
On 08/08/2012 07:59 PM, wenzong.fan@windriver.com wrote: > From: Wenzong Fan <wenzong.fan@windriver.com> > > 'at' needs flex to generate source file lex.yy.c, but it doesn't > depend on flex-native directly; This maybe cause a do_compile > failure if flex-native is not built or included in project. > > Error message is: > error: lex.yy.c: No such file or directory > > Get 'at' depends on flex-native to fix this potential issue. > > [YOCTO #2919] > > The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: > > foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib wenzong/2919 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2919 > > Wenzong Fan (1): > at 3.1.13: get 'at' depends on 'flex-native' explicitly > > meta/recipes-extended/at/at_3.1.13.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Merged into OE-Core Thanks Sau!
From: Wenzong Fan <wenzong.fan@windriver.com> 'at' needs flex to generate source file lex.yy.c, but it doesn't depend on flex-native directly; This maybe cause a do_compile failure if flex-native is not built or included in project. Error message is: error: lex.yy.c: No such file or directory Get 'at' depends on flex-native to fix this potential issue. [YOCTO #2919] The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18: foomatic: fix perl path for target (2012-08-08 10:06:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/2919 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2919 Wenzong Fan (1): at 3.1.13: get 'at' depends on 'flex-native' explicitly meta/recipes-extended/at/at_3.1.13.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)