All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native
@ 2014-07-20  9:50 Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-20  9:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
index 7283409..4b4721b 100644
--- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11"
+DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native"
 
 SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
 SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f"
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning
  2014-07-20  9:50 [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native Martin Jansa
@ 2014-07-20  9:50 ` Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 3/4] xwd: add missing dependency on libxkbfile Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 4/4] rtorrent: add ncurses dependency Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-20  9:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 ...KitHelpers.cmake-Add-Wno-error-cast-align.patch |  2 +-
 ...emorySamplerLinux-Fix-type-limits-warning.patch | 32 ++++++++++++++++++++++
 .../webkit/webkit-efl_2.3.4+svnr164189.bb          |  1 +
 3 files changed, 34 insertions(+), 1 deletion(-)
 create mode 100644 meta-efl/recipes-efl/webkit/webkit-efl/0004-WebMemorySamplerLinux-Fix-type-limits-warning.patch

diff --git a/meta-efl/recipes-efl/webkit/webkit-efl/0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch b/meta-efl/recipes-efl/webkit/webkit-efl/0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch
index 864b9c9..c769c7f 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl/0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch
+++ b/meta-efl/recipes-efl/webkit/webkit-efl/0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch
@@ -20,7 +20,7 @@ index 409931c..345b346 100644
 +            # FIXME: When we use -fno-tree-dce to support the jsCStack branch merge, build error occurs due to the uninitialization. Temporarily we set
 +            # uninitialized as build warning in order to support the jsCStack merge. https://bugs.webkit.org/show_bug.cgi?id=127777.
 +            set(OLD_COMPILE_FLAGS "-Werror -Wno-error=unused-parameter -Wno-error=uninitialized ${OLD_COMPILE_FLAGS}")
-+	    # | /OE/build/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/webkit-efl/2.3.2+svnr159807-r0/webkit-efl/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:161:104: error: cast from 'uint8_t* {aka unsigned char*}' to 'JSC::FloatTypedArrayAdaptor<double, JSC::GenericTypedArrayView<JSC::Float64Adaptor>, JSC::JSGenericTypedArrayView<JSC::Float64Adaptor>, (JSC::TypedArrayType)9u>::Type* {aka double*}' increases required alignment of target type [-Werror=cast-align]
++            # | /OE/build/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/webkit-efl/2.3.2+svnr159807-r0/webkit-efl/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:161:104: error: cast from 'uint8_t* {aka unsigned char*}' to 'JSC::FloatTypedArrayAdaptor<double, JSC::GenericTypedArrayView<JSC::Float64Adaptor>, JSC::JSGenericTypedArrayView<JSC::Float64Adaptor>, (JSC::TypedArrayType)9u>::Type* {aka double*}' increases required alignment of target type [-Werror=cast-align]
 +            set(OLD_COMPILE_FLAGS "-Wno-error=cast-align -Wno-error=array-bounds -Wno-error=deprecated-declarations ${OLD_COMPILE_FLAGS}")
          endif ()
  
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl/0004-WebMemorySamplerLinux-Fix-type-limits-warning.patch b/meta-efl/recipes-efl/webkit/webkit-efl/0004-WebMemorySamplerLinux-Fix-type-limits-warning.patch
new file mode 100644
index 0000000..f30987b
--- /dev/null
+++ b/meta-efl/recipes-efl/webkit/webkit-efl/0004-WebMemorySamplerLinux-Fix-type-limits-warning.patch
@@ -0,0 +1,32 @@
+From ed7972510df191d9fabe7aff2f688cbc45f0c955 Mon Sep 17 00:00:00 2001
+From: Martin Jansa <Martin.Jansa@gmail.com>
+Date: Sun, 20 Jul 2014 10:52:17 +0200
+Subject: [PATCH] WebMemorySamplerLinux: Fix type-limits warning
+
+* otherwise it fails with:
+  webkit-efl/2.3.4+svnr164189-r0/efl-webkit/Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp:70:16:
+  error: comparison is always false due to limited range of data type [-Werror=type-limits]
+  |          if (ch == EOF || (isASCIISpace(ch) && index)) // Break on non-initial ASCII space.
+  |                 ^
+
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp b/Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp
+index 7cb70d4..6bb78d8 100644
+--- a/Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp
++++ b/Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp
+@@ -67,7 +67,7 @@ static inline String nextToken(FILE* file)
+     unsigned int index = 0;
+     while (index < maxBuffer) {
+         char ch = fgetc(file);
+-        if (ch == EOF || (isASCIISpace(ch) && index)) // Break on non-initial ASCII space.
++        if (isASCIISpace(ch) && index) // Break on non-initial ASCII space.
+             break;
+         if (!isASCIISpace(ch)) {
+             buffer[index] = ch;
+-- 
+2.0.0
+
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_2.3.4+svnr164189.bb b/meta-efl/recipes-efl/webkit/webkit-efl_2.3.4+svnr164189.bb
index 65418ca..748ecea 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl_2.3.4+svnr164189.bb
+++ b/meta-efl/recipes-efl/webkit/webkit-efl_2.3.4+svnr164189.bb
@@ -5,6 +5,7 @@ SRC_URI = "\
     file://0001-WebKitHelpers.cmake-Add-Wno-error-cast-align.patch \
     file://0002-ARMAssembler.h-Don-t-generate-BKPT-and-BLX-for-armv4.patch \
     file://0003-Fix-linking-issue.patch \
+    file://0004-WebMemorySamplerLinux-Fix-type-limits-warning.patch \
 "
 SRC_URI[md5sum] = "731513fc042ec8e03840bc1ab6a66771"
 SRC_URI[sha256sum] = "660aefd65c0e5c6494eaec30539cda5f40fbdff17f28e7e83d341b245227cccd"
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 3/4] xwd: add missing dependency on libxkbfile
  2014-07-20  9:50 [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning Martin Jansa
@ 2014-07-20  9:50 ` Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 4/4] rtorrent: add ncurses dependency Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-20  9:50 UTC (permalink / raw)
  To: openembedded-devel

* otherwise fails with:
  | configure: error: Package requirements (x11 xproto >= 7.0.17 xkbfile) were not met:
  |
  | No package 'xkbfile' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
index b73afe1..077df7a 100644
--- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
 SECTION = "x11/app"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
-DEPENDS = "libxmu"
+DEPENDS = "libxmu libxkbfile"
 
 SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
 SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
-- 
2.0.0



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

* [meta-oe][WIP][PATCH 4/4] rtorrent: add ncurses dependency
  2014-07-20  9:50 [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning Martin Jansa
  2014-07-20  9:50 ` [meta-oe][WIP][PATCH 3/4] xwd: add missing dependency on libxkbfile Martin Jansa
@ 2014-07-20  9:50 ` Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-20  9:50 UTC (permalink / raw)
  To: openembedded-devel

* otherwise fails with:
  | checking for NcursesW wide-character library... no
  | checking for Ncurses library... no
  | checking for Curses library... no
  | configure: error: requires either NcursesW or Ncurses library
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
index 3addf92..eb0a39a 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libtorrent.rakshasa.no/"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
+DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
 
 SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
     file://don-t-run-code-while-configuring-package.patch \
-- 
2.0.0



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

end of thread, other threads:[~2014-07-20  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-20  9:50 [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native Martin Jansa
2014-07-20  9:50 ` [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning Martin Jansa
2014-07-20  9:50 ` [meta-oe][WIP][PATCH 3/4] xwd: add missing dependency on libxkbfile Martin Jansa
2014-07-20  9:50 ` [meta-oe][WIP][PATCH 4/4] rtorrent: add ncurses dependency Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.