From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: "Otavio Salvador" <otavio@ossystems.com.br>,
"Eric Bénard" <eric@eukrea.com>
Subject: [meta-browser][PATCH 1/2] chromium_24.0.1312.52.bb: Fix build with hardfp
Date: Sun, 26 May 2013 14:35:02 -0700 [thread overview]
Message-ID: <1369604103-31315-1-git-send-email-raj.khem@gmail.com> (raw)
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
next reply other threads:[~2013-05-26 21:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-26 21:35 Khem Raj [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1369604103-31315-1-git-send-email-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox