[oe-commits] Nils Faerber : sg3-utils: Fix patch causing build issues on some less common architectures.

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:02:15 UTC 2012


Module: openembedded.git
Branch: master
Commit: a6407f741ceedc78389d6b809e5047d8800fd845
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a6407f741ceedc78389d6b809e5047d8800fd845

Author: Nils Faerber <nils at kernelconcepts.de>
Date:   Wed Oct 13 17:43:30 2010 +0200

sg3-utils: Fix patch causing build issues on some less common architectures.

Failure due to QA issues (missing GNU_HASH error)

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/sg3-utils/files/Makefile-r1.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/sg3-utils/files/Makefile-r1.patch b/recipes/sg3-utils/files/Makefile-r1.patch
index d43b51d..67d4f91 100644
--- a/recipes/sg3-utils/files/Makefile-r1.patch
+++ b/recipes/sg3-utils/files/Makefile-r1.patch
@@ -57,7 +57,7 @@ Index: sg3-utils-1.24/Makefile
  
  libsgutils.la: sg_lib.lo sg_cmds_basic.lo sg_cmds_extra.lo sg_pt_linux.lo
 -	libtool --mode=link $(LD) -o libsgutils.la sg_lib.lo sg_cmds_basic.lo \
-+	$(LIBTOOL) $(LT_EXTRA) --mode=link $(LD) -o libsgutils.la sg_lib.lo sg_cmds_basic.lo \
++	$(LIBTOOL) $(LT_EXTRA) --mode=link $(LD) -o libsgutils.la $(LDFLAGS) sg_lib.lo sg_cmds_basic.lo \
  	sg_cmds_extra.lo sg_pt_linux.lo -rpath $(LIBDIR) \
  	-version-info $(LIB_VINFO)
  





More information about the Openembedded-commits mailing list