diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-06-24 11:11:21 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-29 22:53:05 -0400 |
commit | 43da512cc3a5860c2e274225e73bc721d6d97918 (patch) | |
tree | a72b15308ab39d689bf628df6e6638791276332e /meta-efl/recipes-multimedia/lightmediascanner | |
parent | e988ed754ba2d18d8f08903d0a034b64f169bd4a (diff) | |
download | meta-openembedded-43da512cc3a5860c2e274225e73bc721d6d97918.tar.gz |
tftp-hpa: fix a build failure
AR is defined as "ar cq" in MCONFIG.in, then "cq" is no longer needed in
Makefile of common and libs subdir.
#grep AR MCONFIG.in
AR = ar cq
#
#grep AR common/Makefile
$(AR) $(LIB) $(OBJS)
#
But MCONFIG maybe not able to be generated by MCONFIG.in, common/Makefile
allows this condition [Note the - before include]
#grep MCONFIG common/Makefile
-include ../MCONFIG
#
then AR from building environment is used, but it not included the parameter
"cq", and lead to below error, so add the "cq" to AR to fix this issue.
i586-wrs-linux-ar libcommon.a tftpsubs.
i586-wrs-linux-ar: two different operation options specified
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-efl/recipes-multimedia/lightmediascanner')
0 files changed, 0 insertions, 0 deletions