i2c: added LDFLAGS to cc line to fix hash QA
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 12:22:51 +0000 (14:22 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 12:23:37 +0000 (14:23 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/i2c/i2c.bb

index 69b4c1c..14b6492 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "i2c init file and command line tool"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
   file://Config.h \   
@@ -24,7 +24,7 @@ SRC_URI = " \
 S = "${WORKDIR}"
 
 do_compile () {
-       ${CC} -o i2c *.c
+       ${CC} ${LDFLAGS} -o i2c *.c
 }
 
 do_install () {