Files
poky/meta/recipes-devtools
Jason Wessel 1ae1b28851 unfs3: Fix compile regression from unfs3 port
A line got dropped from the original patch when porting to the latest
unfs3.  The regression was introduced in commit 7d8075c64 (unfs3: Fix
dependencies and allow target builds).

This patch restores the missing line from the original which had been
working fine for over a year's time.

 --- a/Config/Makefile.in
 +++ b/Config/Makefile.in
 @@ -12,7 +12,9 @@ all: lib.a
  lib.a: $(OBJS)
        $(AR) crs lib.a $(OBJS)

 -y.tab.h y.tab.c: exports.y
 +y.tab.h: y.tab.c
 +
 +y.tab.c: exports.y
         $(YACC) -d exports.y

(From OE-Core rev: 9edbd9d872c128038fd7b56fac713256fd69c6c5)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-02 11:22:08 +00:00
..
2014-01-06 11:13:59 +00:00
2014-01-06 11:13:58 +00:00
2013-07-02 22:23:49 +01:00
2013-12-14 09:11:19 +00:00
2014-01-14 11:33:52 +00:00
2014-01-28 00:52:32 +00:00
2013-11-05 22:17:56 +00:00
2014-01-28 00:52:31 +00:00
2014-01-02 12:50:21 +00:00
2013-12-09 18:01:44 +00:00
2014-01-02 12:50:21 +00:00
2014-01-02 12:50:21 +00:00
2014-01-02 12:56:28 +00:00
2014-01-02 12:50:24 +00:00
2014-01-02 12:50:21 +00:00
2013-10-26 15:59:10 +01:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2014-01-02 22:39:23 +00:00
2014-01-06 11:14:02 +00:00
2013-12-10 17:42:43 +00:00
2014-01-19 16:32:10 +00:00
2014-01-02 12:50:18 +00:00
2013-08-13 23:05:58 +01:00