From: Koen Kooi Date: Sat, 11 Apr 2009 14:08:17 +0000 (+0200) Subject: midori: use LDFLAGS (fixes QA error) X-Git-Tag: Release-2010-05/1~3783^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d44a71bd864143f0d76c2c15dca4a5d736ac88;p=openembedded.git midori: use LDFLAGS (fixes QA error) --- diff --git a/recipes/gtk-webcore/midori.inc b/recipes/gtk-webcore/midori.inc index a241157c58..a7ed936da3 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 c1d1f66fe7..61ecb080ff 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 \