[oe-commits] Stanislav Brabec : encdec-updater: GNU_HASH QA fix.

GIT User account git at amethyst.openembedded.net
Thu Apr 30 17:42:13 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 5a23eb5eb0fef03675c2a7dbf65cea0dd190c795
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a23eb5eb0fef03675c2a7dbf65cea0dd190c795

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Apr 30 12:17:12 2009 +0000

encdec-updater: GNU_HASH QA fix.

---

 recipes/zaurus-updater/encdec-updater.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/zaurus-updater/encdec-updater.bb b/recipes/zaurus-updater/encdec-updater.bb
index c03e9b4..72ecdca 100644
--- a/recipes/zaurus-updater/encdec-updater.bb
+++ b/recipes/zaurus-updater/encdec-updater.bb
@@ -7,7 +7,7 @@ SRC_URI = "file://encdec-updater.c"
 COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)'
 
 do_compile() {
-	${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
+	${CC} ${LDFLAGS} -o encdec-updater ${WORKDIR}/encdec-updater.c
 }
 
 do_install() {





More information about the Openembedded-commits mailing list