[oe] [STABLE][PATCH] midori: use LDFLAGS (fixes QA error)

Koen Kooi k.kooi at student.utwente.nl
Sat Apr 11 14:13:13 UTC 2009


From: Koen Kooi <koen at openembedded.org>


Signed-off-by: Koen Kooi <koen at openembedded.org>
---
 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 \
-- 
1.5.6.5





More information about the Openembedded-devel mailing list