[oe-commits] Koen Kooi : midori: use LDFLAGS (fixes QA error)

GIT User account git at amethyst.openembedded.net
Sat Apr 11 14:12:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41d44a71bd864143f0d76c2c15dca4a5d736ac88
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41d44a71bd864143f0d76c2c15dca4a5d736ac88

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Apr 11 16:08:17 2009 +0200

midori: use LDFLAGS (fixes QA error)

---

 recipes/gtk-webcore/midori.inc      |    1 +
 recipes/gtk-webcore/midori_0.1.5.bb |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/gtk-webcore/midori.inc b/recipes/gtk-webcore/midori.inc
index a241157..a7ed936 100644
--- a/recipes/gtk-webcore/midori.inc
+++ b/recipes/gtk-webcore/midori.inc
@@ -9,3 +9,4 @@ SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz"
 
 EXTRA_OECONF = "  --disable-hildon "
 
+TARGET_CC_ARCH += "${LDFLAGS}"
diff --git a/recipes/gtk-webcore/midori_0.1.5.bb b/recipes/gtk-webcore/midori_0.1.5.bb
index c1d1f66..61ecb08 100644
--- a/recipes/gtk-webcore/midori_0.1.5.bb
+++ b/recipes/gtk-webcore/midori_0.1.5.bb
@@ -1,5 +1,7 @@
 require midori.inc
 
+PR = "r1"
+
 DEPENDS += "python-native python-docutils-native"
 
 SRC_URI = "http://goodies.xfce.org/releases/midori/midori-${PV}.tar.bz2 \





More information about the Openembedded-commits mailing list