* [PATCH 0/1] Exclude midori from mips64 temporarily
@ 2013-09-11 5:38 Kai Kang
2013-09-11 5:38 ` [PATCH 1/1] midori: excluded " Kai Kang
0 siblings, 1 reply; 2+ messages in thread
From: Kai Kang @ 2013-09-11 5:38 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6b4f7e4b26c51f0c1517c0a697031e7bc488b76f:
systemd.bbclass: get the correct /lib directory (2013-09-10 23:15:16 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/midori
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/midori
Kai Kang (1):
midori: excluded from mips64 temporarily
meta/recipes-sato/midori/midori_0.5.5.bb | 4 ++++
1 file changed, 4 insertions(+)
--
1.8.1.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] midori: excluded from mips64 temporarily
2013-09-11 5:38 [PATCH 0/1] Exclude midori from mips64 temporarily Kai Kang
@ 2013-09-11 5:38 ` Kai Kang
0 siblings, 0 replies; 2+ messages in thread
From: Kai Kang @ 2013-09-11 5:38 UTC (permalink / raw)
To: openembedded-core
Exclude midori from mips64 temporarily. Becuase midori depends on
webkit-gtk which could not build for mips64 with 64bits userspace now.
[YOCTO #5141]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
meta/recipes-sato/midori/midori_0.5.5.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb b/meta/recipes-sato/midori/midori_0.5.5.bb
index 32bfcb6..7c233cb 100644
--- a/meta/recipes-sato/midori/midori_0.5.5.bb
+++ b/meta/recipes-sato/midori/midori_0.5.5.bb
@@ -10,6 +10,10 @@ SRC_URI = "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \
SRC_URI[md5sum] = "b99e87d4b73a4732ed1c1e591f0242ac"
SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62"
+# midori depends on webkit-gtk, and webkit-gtk can NOT be built on
+# MIPS64 with 64 bits userspace. So remove it from mips64 temporarily.
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
inherit gtk-icon-cache pkgconfig vala pythonnative
do_configure() {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-11 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11 5:38 [PATCH 0/1] Exclude midori from mips64 temporarily Kai Kang
2013-09-11 5:38 ` [PATCH 1/1] midori: excluded " Kai Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox