Re: [oe] [meta-browser][PATCH] chromium-wayland: include 0006-Remove-GBM-support-from-wayland.gyp.patch only with CHROMIUM_ENABLE_WAYLAND

2016-09-15 Thread Martin Jansa
On Thu, Sep 15, 2016 at 10:05:51AM +0200, Martin Jansa wrote:
> * otherwise build fails to apply, because there is no ozone directory
>   No file to patch.  Skipping patch.

BTW: now that chromium-wayland was successfully built for first time
since it was separated, it shows couple of autodetected X11 dependencies
in last "world status" report:

count: 1issue: textrel
chromium-wayland-48.0.2548.0: ELF binary 
'/tmp/work/i586-oe-linux/chromium-wayland/48.0.2548.0-r0/packages-split/chromium-wayland/usr/bin/chromium/chrome'
 has relocations in .text [textrel]


count: 10   issue: build-deps
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on atk, but it isn't a 
build dependency, missing atk in DEPENDS or PACKAGECONFIG? [build-deps]
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on gdk-pixbuf, but it 
isn't a build dependency, missing gdk-pixbuf in DEPENDS or PACKAGECONFIG? 
[build-deps]
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on gtk+, but it isn't a 
build dependency, missing gtk+ in DEPENDS or PACKAGECONFIG? [build-deps]
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on libxcomposite, but 
it isn't a build dependency, missing libxcomposite in DEPENDS or PACKAGECONFIG? 
[build-deps]
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on libxcursor, but it 
isn't a build dependency, missing libxcursor in DEPENDS or PACKAGECONFIG? 
[build-deps]
chromium-wayland-48.0.2548.0: chromium-wayland rdepends on libxscrnsaver, but 
it isn't a build dependency, missing libxscrnsaver in DEPENDS or PACKAGECONFIG? 
[build-deps]

> 
> Signed-off-by: Martin Jansa 
> ---
>  recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb 
> b/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
> index 8db8a4e..f7ad2ce 100644
> --- a/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
> +++ b/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
> @@ -7,7 +7,6 @@ SRC_URI += "\
>  file://0003-Remove-hard-coded-values-for-CC-and-CXX.patch \
>  
> file://0004-Create-empty-i18n_process_css_test.html-file-to-avoi.patch \
>  file://0005-Override-root-filesystem-access-restriction.patch \
> - file://chromium-wayland/0006-Remove-GBM-support-from-wayland.gyp.patch \
>   
> file://chromium-wayland/0007-Workaround-for-glib-related-build-error-with-ozone-w.patch
>  \
>  file://chromium-wayland/0011-Replace-readdir_r-with-readdir.patch \
>  file://chromium-wayland/remove-Werror.patch \
> @@ -22,7 +21,7 @@ SRC_URI[sha256sum] = 
> "4ca4e2adb340b3fb4d502266ad7d6bda45fa3519906dbf63cce11a63f6
>  OZONE_WAYLAND_GIT_BRANCH = "Milestone-SouthSister"
>  OZONE_WAYLAND_GIT_SRCREV = "c605505044af3345a276abbd7c29fd53db1dea40"
>  
> -SRC_URI += "${@base_conditional('CHROMIUM_ENABLE_WAYLAND', '1', 
> 'git://github.com/01org/ozone-wayland.git;destsuffix=${OZONE_WAYLAND_GIT_DESTSUFFIX};branch=${OZONE_WAYLAND_GIT_BRANCH};rev=${OZONE_WAYLAND_GIT_SRCREV}',
>  '', d)}"
> +SRC_URI += "${@base_conditional('CHROMIUM_ENABLE_WAYLAND', '1', 
> 'git://github.com/01org/ozone-wayland.git;destsuffix=${OZONE_WAYLAND_GIT_DESTSUFFIX};branch=${OZONE_WAYLAND_GIT_BRANCH};rev=${OZONE_WAYLAND_GIT_SRCREV}
>  file://chromium-wayland/0006-Remove-GBM-support-from-wayland.gyp.patch', '', 
> d)}"
>  
>  # Component build is unsupported in ozone-wayland for Chromium 48
>  python() {
> -- 
> 2.10.0
> 

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-browser][PATCH] chromium-wayland: include 0006-Remove-GBM-support-from-wayland.gyp.patch only with CHROMIUM_ENABLE_WAYLAND

2016-09-15 Thread Martin Jansa
* otherwise build fails to apply, because there is no ozone directory
  No file to patch.  Skipping patch.

Signed-off-by: Martin Jansa 
---
 recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb 
b/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
index 8db8a4e..f7ad2ce 100644
--- a/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
+++ b/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bb
@@ -7,7 +7,6 @@ SRC_URI += "\
 file://0003-Remove-hard-coded-values-for-CC-and-CXX.patch \
 file://0004-Create-empty-i18n_process_css_test.html-file-to-avoi.patch 
\
 file://0005-Override-root-filesystem-access-restriction.patch \
-   file://chromium-wayland/0006-Remove-GBM-support-from-wayland.gyp.patch \

file://chromium-wayland/0007-Workaround-for-glib-related-build-error-with-ozone-w.patch
 \
 file://chromium-wayland/0011-Replace-readdir_r-with-readdir.patch \
 file://chromium-wayland/remove-Werror.patch \
@@ -22,7 +21,7 @@ SRC_URI[sha256sum] = 
"4ca4e2adb340b3fb4d502266ad7d6bda45fa3519906dbf63cce11a63f6
 OZONE_WAYLAND_GIT_BRANCH = "Milestone-SouthSister"
 OZONE_WAYLAND_GIT_SRCREV = "c605505044af3345a276abbd7c29fd53db1dea40"
 
-SRC_URI += "${@base_conditional('CHROMIUM_ENABLE_WAYLAND', '1', 
'git://github.com/01org/ozone-wayland.git;destsuffix=${OZONE_WAYLAND_GIT_DESTSUFFIX};branch=${OZONE_WAYLAND_GIT_BRANCH};rev=${OZONE_WAYLAND_GIT_SRCREV}',
 '', d)}"
+SRC_URI += "${@base_conditional('CHROMIUM_ENABLE_WAYLAND', '1', 
'git://github.com/01org/ozone-wayland.git;destsuffix=${OZONE_WAYLAND_GIT_DESTSUFFIX};branch=${OZONE_WAYLAND_GIT_BRANCH};rev=${OZONE_WAYLAND_GIT_SRCREV}
 file://chromium-wayland/0006-Remove-GBM-support-from-wayland.gyp.patch', '', 
d)}"
 
 # Component build is unsupported in ozone-wayland for Chromium 48
 python() {
-- 
2.10.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel