Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-browser][PATCH 1/2] chromium_24.0.1312.52.bb: Fix build with hardfp
@ 2013-05-26 21:35 Khem Raj
  2013-05-26 21:35 ` [meta-browser][PATCH 2/2] chromium: Add recipes for 29.0.1518 Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2013-05-26 21:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Bénard

Add missing dep on gconf-2
Pass Wno-error=unused-local-typedefs to please gcc 4.8

Signed-off-by: Khem Raj <raj.khem@gmail.com>
CC: Eric Bénard <eric@eukrea.com>
CC: Denis Carikli <denis@eukrea.com>
CC: Otavio Salvador <otavio@ossystems.com.br>

---
 recipes-browser/chromium/chromium_24.0.1312.52.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-browser/chromium/chromium_24.0.1312.52.bb b/recipes-browser/chromium/chromium_24.0.1312.52.bb
index a9a2d28..f877812 100644
--- a/recipes-browser/chromium/chromium_24.0.1312.52.bb
+++ b/recipes-browser/chromium/chromium_24.0.1312.52.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Chromium browser"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0750f191c9bbf46869b70508e7eb455b"
-DEPENDS = "xextproto cairo nss gtk+ zlib-native libav libxi libgnome-keyring libxss cups ninja-native"
+DEPENDS = "xextproto cairo nss gtk+ zlib-native libav libxi libgnome-keyring libxss cups ninja-native gconf"
 
 SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2 \
         file://include.gypi \
@@ -35,7 +35,8 @@ EXTRA_OEGYP =	" \
 	-I ${WORKDIR}/include.gypi \
 	-f ninja \
 "
-
+ARMFPABI_arm = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
+export GYP_DEFINES="${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs'"
 do_configure() {
 	cd ${S}
 	# replace LD with CXX, to workaround a possible gyp issue?
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-28 22:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 21:35 [meta-browser][PATCH 1/2] chromium_24.0.1312.52.bb: Fix build with hardfp Khem Raj
2013-05-26 21:35 ` [meta-browser][PATCH 2/2] chromium: Add recipes for 29.0.1518 Khem Raj
2013-05-27  6:11   ` Eric Bénard
2013-05-28 15:05   ` Gary Thomas
2013-05-28 15:10     ` Eric Bénard
2013-05-28 15:11       ` Eric Bénard
2013-05-28 22:42       ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox