[oe] [PATCH][meta-gnome] add metacity back

2018-04-12 Thread Hongxu Jia
It is required by meta-anaconda which is a graphic target
installer program anaconda that based on gnome.

http://git.yoctoproject.org/cgit/cgit.cgi/meta-anaconda

Signed-off-by: Hongxu Jia 
---
 .../metacity/0001-ui-Define-_GNU_SOURCE.patch  | 27 +
 .../metacity/remove-yelp-help-rules-var.patch  | 28 +
 .../recipes-gnome/metacity/metacity_2.34.13.bb | 35 ++
 3 files changed, 90 insertions(+)
 create mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
 create mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
 create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb

diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
new file mode 100644
index 000..539d756
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
@@ -0,0 +1,27 @@
+From e7fd072f0df968f342878b77098e97ff07ed28d7 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Fri, 14 Jul 2017 10:26:31 -0700
+Subject: [PATCH] ui: Define _GNU_SOURCE
+
+it becomes portable across musl and glibc
+
+Signed-off-by: Khem Raj 
+---
+ src/ui/theme.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/ui/theme.c b/src/ui/theme.c
+index 84b57a0..c7eafc8 100644
+--- a/src/ui/theme.c
 b/src/ui/theme.c
+@@ -60,6 +60,7 @@
+ #include 
+ #include 
+ #include 
++#define _GNU_SOURCE
+ #define __USE_XOPEN
+ #include 
+ 
+-- 
+2.13.3
+
diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
new file mode 100644
index 000..1970e9a
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
@@ -0,0 +1,28 @@
+Remove unused variable (YELP_HELP_RULES)
+
+Upstream-Status: Pending
+Signed-off-by: Constantin Musca 
+
+Index: metacity-2.34.13/doc/creating_themes/Makefile.am
+===
+--- metacity-2.34.13.orig/doc/creating_themes/Makefile.am
 metacity-2.34.13/doc/creating_themes/Makefile.am
+@@ -1,6 +1,5 @@
+ ### This part of Makefile.am can be customized by you.
+ 
+-@YELP_HELP_RULES@
+ 
+ # The name of the directory in /usr/share/gnome/help/, 
+ # and the name of the main .xml file:
+Index: metacity-2.34.13/doc/creating_themes/Makefile.in
+===
+--- metacity-2.34.13.orig/doc/creating_themes/Makefile.in
 metacity-2.34.13/doc/creating_themes/Makefile.in
+@@ -455,7 +455,6 @@ uninstall-am:
+   mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
+ 
+ 
+-@YELP_HELP_RULES@
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb 
b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
new file mode 100644
index 000..370de70
--- /dev/null
+++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
@@ -0,0 +1,35 @@
+SECTION = "x11/wm"
+SUMMARY = "Metacity is the boring window manager for the adult in you"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+
file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
+
+DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf 
gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
+PR = "r1"
+
+inherit gnomebase update-alternatives distro_features_check
+# depends on startup-notification which depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
+
+GNOME_COMPRESS_TYPE = "xz"
+
+SRC_URI = 
"${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive
 \
+   file://remove-yelp-help-rules-var.patch \
+   file://0001-ui-Define-_GNU_SOURCE.patch \
+   "
+SRC_URI[archive.md5sum] = "6d89b71672d4fa49fc87f83d610d0ef6"
+SRC_URI[archive.sha256sum] = 
"8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075"
+
+ALTERNATIVE_${PN} = "x-window-manager"
+ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity"
+ALTERNATIVE_PRIORITY = "10"
+
+EXTRA_OECONF += "--disable-xinerama"
+
+do_configure_prepend() {
+sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
+}
+
+FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center 
${datadir}/gnome"
+RDEPENDS_${PN} += "gsettings-desktop-schemas"
+
-- 
2.8.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org

Re: [oe] State of the world, 2018-03-19

2018-04-12 Thread Andrea Adami
cut...

> === qemuarm64 (7) ===
> * 
> meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb:do_compile
> * 
> meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb:do_configure

I have update the recipe to 2.0.16 as in oe-core to get aarch64 support

https://github.com/LinuxPDA/meta-openembedded/commit/33f38283b5f811df4fea0876e35d5ff08fa000a7

Almost done, now build fails because net headers...
warning: implicit declaration of function 'if_nameindex'; did you
mean 'ifr_ifindex'?

Khem, should we add these missing bits to klibc?


> * 
> meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench_20110206.bb:do_compile
> * 
> openembedded-core/meta/recipes-devtools/glide/glide_0.13.1.bb:do_package_qa
> * openembedded-core/meta/recipes-devtools/go/go_1.10.bb:do_package_qa
> * openembedded-core/meta/recipes-devtools/go/go-dep_0.4.1.bb:do_package_qa
> * 
> openembedded-core/meta/recipes-kernel/kexec/kexec-tools_2.0.16.bb:do_compile

About this, we have seen the issue are the security_flags in world build:

-fstack-protector-strong  -D_FORTIFY_SOURCE=2
-Wformat -Wformat-security -Werror=format-security

I'll work on this after having fixed the former...

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


Re: [oe] [meta-handheld][PATCH] zaurusd: refresh patches (using devtool)

2018-04-12 Thread Koen Kooi
Op 10-04-18 om 23:01 schreef Andrea Adami:
> Silence warnings about ingnored context.
> 
> Signed-off-by: Andrea Adami 


> --- a/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
> +++ b/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
> @@ -1,17 +1,17 @@
> -From 85b94bed1feab70bc529a59fb80c26da825b9abe Mon Sep 17 00:00:00 2001
> +From 668a7bc50ca8f36df5a0eae73a5fa251aada9cc4 Mon Sep 17 00:00:00 2001
>  From: Dmitry Eremin-Solenikov 
>  Date: Fri, 5 Aug 2011 16:00:10 +0400
>  Subject: [PATCH] zaurusd: add support for collie
> -Upstream-Status: Pending
Was that change intended?

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


[oe] [meta-filesystems][PATCH] aufs-util: refresh patches

2018-04-12 Thread Yi Zhao
Refresh patches to fix do_patch warning.

Signed-off-by: Yi Zhao 
---
 .../aufs-util/0001-libau-Define-STRIP-weakly.patch  | 10 --
 ...til-add-tool-concept-to-Makefile-for-cross-com.patch | 17 +
 .../aufs-util/aufs-util-don-t-strip-executables.patch   | 14 +++---
 3 files changed, 20 insertions(+), 21 deletions(-)

diff --git 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
index 9efea80..6732dc4 100644
--- 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
+++ 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
@@ -1,4 +1,4 @@
-From bb8801fb21ac8d73e3b1a11a8555aaf822182a51 Mon Sep 17 00:00:00 2001
+From daf04dc9ca1f2e4c65ec338ab439e0a792e1a8ac Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Tue, 5 Sep 2017 10:36:52 -0700
 Subject: [PATCH] libau: Define STRIP weakly
@@ -6,10 +6,11 @@ Subject: [PATCH] libau: Define STRIP weakly
 STRIP can be set on environment to use cross version of strip utility
 hardcoding to strip is not working in cross environment
 
-Signed-off-by: Khem Raj 

 Upstream-Status: Submitted
 
+Signed-off-by: Khem Raj 
+
+---
  libau/Makefile | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
@@ -34,6 +35,3 @@ index 81520ac..c25eef2 100644
  # readelf --syms --use-dynamic libau.so
  
  install_ulib: File = ${LibSo}.${LibSoMajor}.${LibSoMinor}
--- 
-2.14.1
-
diff --git 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
index 5c35586..c832696 100644
--- 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
+++ 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
@@ -1,3 +1,6 @@
+From 13a60c631d7cf6c7e1926473d8069795c0def9b6 Mon Sep 17 00:00:00 2001
+From: Chen Qi 
+Date: Thu, 19 Jun 2014 15:09:56 +0100
 Subject: [PATCH] aufs-util: add tool concept to Makefile for cross compiling
  purpose
 
@@ -7,23 +10,21 @@ Add a tools target to Makefile to allow for this.
 Upstream-Status: Pending
 
 Signed-off-by: Chen Qi 
+
 ---
- Makefile |2 +-
+ Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 2f905ad..49c3cd5 100644
+index dbbe43d..aff969e 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -85,7 +85,7 @@ aufs.5: aufs.in.5 c2tmac
+@@ -152,7 +152,7 @@ aufs.5: aufs.in.5 c2tmac
chmod a-w $@
  
  c2sh c2tmac ver: CC = ${HOSTCC}
 -.INTERMEDIATE: c2sh c2tmac ver
 +tools: c2sh c2tmac ver
  
- Install = install -o root -g root -p
- install_sbin: File = auibusy auplink mount.aufs umount.aufs
--- 
-1.7.9.5
-
+ install_sbin: File = auibusy aumvdown auplink mount.aufs umount.aufs
+ ifeq (${Glibc},no)
diff --git 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
index fe2a6a5..b40822c 100644
--- 
a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
+++ 
b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
@@ -1,4 +1,4 @@
-From 244863eca77fcaa1187884836c3e28d6b6d1504a Mon Sep 17 00:00:00 2001
+From 9d5e7eff4ae906f1ea6e6527080fded0b595fbd4 Mon Sep 17 00:00:00 2001
 From: Bruce Ashfield 
 Date: Tue, 9 Apr 2013 18:50:34 -0700
 Subject: [PATCH] aufs-util: don't strip executables
@@ -14,16 +14,19 @@ as follows:
 
 To prevent this, we remove -s from LDFLAGS.
 
+Upstream-Status: Inappropriate [oe specific]
+
 Signed-off-by: Bruce Ashfield 
+
 ---
- Makefile |2 +-
+ Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 2f905ad..e0c6dcd 100644
+index 54f8d97..dbbe43d 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -56,7 +56,7 @@ all: ver_test ${Man} ${Bin} ${Etc}
+@@ -118,7 +118,7 @@ clean:
  ver_test: ver
./ver
  
@@ -32,6 +35,3 @@ index 2f905ad..e0c6dcd 100644
  ${Bin}: LDLIBS = -L. -lautil
  ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}
  
--- 
-1.7.10.4
-
-- 
2.7.4

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


Re: [oe] [meta-handheld][PATCH] zaurusd: refresh patches (using devtool)

2018-04-12 Thread Andrea Adami
On Thu, Apr 12, 2018 at 10:59 AM, Koen Kooi  wrote:
> Op 10-04-18 om 23:01 schreef Andrea Adami:
>> Silence warnings about ingnored context.
>>
>> Signed-off-by: Andrea Adami 
>
>
>> --- a/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
>> +++ b/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
>> @@ -1,17 +1,17 @@
>> -From 85b94bed1feab70bc529a59fb80c26da825b9abe Mon Sep 17 00:00:00 2001
>> +From 668a7bc50ca8f36df5a0eae73a5fa251aada9cc4 Mon Sep 17 00:00:00 2001
>>  From: Dmitry Eremin-Solenikov 
>>  Date: Fri, 5 Aug 2011 16:00:10 +0400
>>  Subject: [PATCH] zaurusd: add support for collie
>> -Upstream-Status: Pending
> Was that change intended?

No, not really.
Let say I have spotted it and planned to read the devtool code...

I think it is tolerable in this context, because unfortunately not all
patches have Upstream-Status.
(I am wondering if there is still Upstream for zaurusd...)

So I have left the result unchanged., planning to update the
Upstream-Status soon.

Cheers
Andrea

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


Re: [oe] [PATCH][meta-gnome] add metacity back

2018-04-12 Thread Andreas Müller
On Thu, Apr 12, 2018 at 11:45 AM, Hongxu Jia  wrote:
> It is required by meta-anaconda which is a graphic target
> installer program anaconda that based on gnome.
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-anaconda
>
> Signed-off-by: Hongxu Jia 
> ---
>  .../metacity/0001-ui-Define-_GNU_SOURCE.patch  | 27 +
>  .../metacity/remove-yelp-help-rules-var.patch  | 28 +
>  .../recipes-gnome/metacity/metacity_2.34.13.bb | 35 
> ++
>  3 files changed, 90 insertions(+)
>  create mode 100644 
> meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
>  create mode 100644 
> meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
>  create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
>
> diff --git 
> a/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch 
> b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
> new file mode 100644
> index 000..539d756
> --- /dev/null
> +++ 
> b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
> @@ -0,0 +1,27 @@
> +From e7fd072f0df968f342878b77098e97ff07ed28d7 Mon Sep 17 00:00:00 2001
> +From: Khem Raj 
> +Date: Fri, 14 Jul 2017 10:26:31 -0700
> +Subject: [PATCH] ui: Define _GNU_SOURCE
> +
> +it becomes portable across musl and glibc
> +
> +Signed-off-by: Khem Raj 
> +---
> + src/ui/theme.c | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/src/ui/theme.c b/src/ui/theme.c
> +index 84b57a0..c7eafc8 100644
> +--- a/src/ui/theme.c
>  b/src/ui/theme.c
> +@@ -60,6 +60,7 @@
> + #include 
> + #include 
> + #include 
> ++#define _GNU_SOURCE
> + #define __USE_XOPEN
> + #include 
> +
> +--
> +2.13.3
> +
> diff --git 
> a/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch 
> b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
> new file mode 100644
> index 000..1970e9a
> --- /dev/null
> +++ 
> b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
> @@ -0,0 +1,28 @@
> +Remove unused variable (YELP_HELP_RULES)
> +
> +Upstream-Status: Pending
> +Signed-off-by: Constantin Musca 
> +
> +Index: metacity-2.34.13/doc/creating_themes/Makefile.am
> +===
> +--- metacity-2.34.13.orig/doc/creating_themes/Makefile.am
>  metacity-2.34.13/doc/creating_themes/Makefile.am
> +@@ -1,6 +1,5 @@
> + ### This part of Makefile.am can be customized by you.
> +
> +-@YELP_HELP_RULES@
> +
> + # The name of the directory in /usr/share/gnome/help/,
> + # and the name of the main .xml file:
> +Index: metacity-2.34.13/doc/creating_themes/Makefile.in
> +===
> +--- metacity-2.34.13.orig/doc/creating_themes/Makefile.in
>  metacity-2.34.13/doc/creating_themes/Makefile.in
> +@@ -455,7 +455,6 @@ uninstall-am:
> +   mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
> +
> +
> +-@YELP_HELP_RULES@
> +
> + # Tell versions [3.59,3.63) of GNU make to not export all variables.
> + # Otherwise a system limit (for SysV at least) may be exceeded.
> diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb 
> b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
> new file mode 100644
> index 000..370de70
> --- /dev/null
> +++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
> @@ -0,0 +1,35 @@
> +SECTION = "x11/wm"
> +SUMMARY = "Metacity is the boring window manager for the adult in you"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> +
> file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
> +
> +DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf 
> gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
> +PR = "r1"
> +
> +inherit gnomebase update-alternatives distro_features_check
> +# depends on startup-notification which depends on virtual/libx11
> +REQUIRED_DISTRO_FEATURES = "x11"
> +
> +GNOME_COMPRESS_TYPE = "xz"
> +
> +SRC_URI = 
> "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive
>  \
> +   file://remove-yelp-help-rules-var.patch \
> +   file://0001-ui-Define-_GNU_SOURCE.patch \
> +   "
> +SRC_URI[archive.md5sum] = "6d89b71672d4fa49fc87f83d610d0ef6"
> +SRC_URI[archive.sha256sum] = 
> "8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075"
> +
> +ALTERNATIVE_${PN} = "x-window-manager"
> +ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity"
> +ALTERNATIVE_PRIORITY = "10"
> +
> +EXTRA_OECONF += "--disable-xinerama"
> +
> +do_configure_prepend() {
> +sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
the latest revision from 5.9 is already 5.9.6

You need to either wait until the 5.9.5 is merged into 5.9 or use the
nobranch option.

On 12 April 2018 at 16:35, Martin Jansa  wrote:
> * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>   branch which might get removed in future I was told
>
> Signed-off-by: Martin Jansa 
> ---
>  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6 +++---
>  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2 +-
>  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2 +-
>  recipes-qt/qt5/qt3d_git.bb| 4 ++--
>  recipes-qt/qt5/qtbase-native_git.bb   | 6 +++---
>  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2 +-
>  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2 +-
>  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2 +-
>  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2 +-
>  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2 +-
>  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2 +-
>  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2 +-
>  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2 +-
>  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2 +-
>  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2 +-
>  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2 +-
>  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6 +++---
>  recipes-qt/qt5/qtbase_git.bb  | 4 ++--
>  recipes-qt/qt5/qtcanvas3d_git.bb  | 2 +-
>  recipes-qt/qt5/qtcharts_git.bb| 2 +-
>  recipes-qt/qt5/qtconnectivity_git.bb  | 2 +-
>  recipes-qt/qt5/qtdatavis3d_git.bb | 2 +-
>  recipes-qt/qt5/qtgamepad_git.bb   | 2 +-
>  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2 +-
>  recipes-qt/qt5/qtimageformats_git.bb  | 2 +-
>  recipes-qt/qt5/qtlocation_git.bb  | 2 +-
>  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2 +-
>  recipes-qt/qt5/qtmultimedia_git.bb| 4 ++--
>  recipes-qt/qt5/qtnetworkauth_git.bb   | 2 +-
>  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2 +-
>  recipes-qt/qt5/qtquickcontrols2_git.bb| 2 +-
>  recipes-qt/qt5/qtquickcontrols_git.bb | 4 ++--
>  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2 +-
>  recipes-qt/qt5/qtremoteobjects_git.bb | 4 ++--
>  recipes-qt/qt5/qtscript_git.bb| 2 +-
>  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2 +-
>  recipes-qt/qt5/qtscxml_git.bb | 4 ++--
>  recipes-qt/qt5/qtsensors_git.bb   | 2 +-
>  recipes-qt/qt5/qtserialbus_git.bb | 2 +-
>  recipes-qt/qt5/qtserialport_git.bb| 2 +-
>  recipes-qt/qt5/qtsvg_git.bb   | 2 +-
>  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2 +-
>  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2 +-
>  recipes-qt/qt5/qttools_git.bb | 4 ++--
>  recipes-qt/qt5/qttranslations_git.bb  | 2 +-
>  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2 +-
>  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4 ++--
>  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2 +-
>  recipes-qt/qt5/qtwayland_git.bb   | 4 ++--
>  recipes-qt/qt5/qtwebchannel_git.bb| 2 +-
>  ...001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch | 2 +-
>  .../0001-functions.prf-allow-build-for-linux-oe-g-platform.patch  | 2 +-
>  ...002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch | 2 +-
>  .../0002-chromium-Force-host-toolchain-configuration.patch| 2 +-
>  .../0003-Include-dependency-to-QCoreApplication-translate.patch   | 2 +-
>  .../0003-chromium-workaround-for-too-long-.rps-file-name.patch| 2 +-
>  .../qt5/qtwebengine/0004-Force-host-toolchain-configuration.patch | 2 +-
>  ...004-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch | 2 +-
>  ...005-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch | 2 +-
>  .../0006-chromium-musl-include-fcntl.h-for-loff_t.patch   | 2 +-
>  

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Martin Jansa
> You need to either wait until the 5.9.5 is merged into 5.9 or use the
nobranch option.

It was already merged to 5.9

On Thu, Apr 12, 2018 at 4:13 PM, Samuli Piippo 
wrote:

> the latest revision from 5.9 is already 5.9.6
>
> You need to either wait until the 5.9.5 is merged into 5.9 or use the
> nobranch option.
>
> On 12 April 2018 at 16:35, Martin Jansa  wrote:
> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
> >   branch which might get removed in future I was told
> >
> > Signed-off-by: Martin Jansa 
> > ---
> >  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6
> +++---
> >  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2
> +-
> >  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2
> +-
> >  recipes-qt/qt5/qt3d_git.bb| 4
> ++--
> >  recipes-qt/qt5/qtbase-native_git.bb   | 6
> +++---
> >  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2
> +-
> >  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2
> +-
> >  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2
> +-
> >  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2
> +-
> >  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2
> +-
> >  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2
> +-
> >  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2
> +-
> >  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2
> +-
> >  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2
> +-
> >  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2
> +-
> >  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2
> +-
> >  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6
> +++---
> >  recipes-qt/qt5/qtbase_git.bb  | 4
> ++--
> >  recipes-qt/qt5/qtcanvas3d_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtcharts_git.bb| 2
> +-
> >  recipes-qt/qt5/qtconnectivity_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtdatavis3d_git.bb | 2
> +-
> >  recipes-qt/qt5/qtgamepad_git.bb   | 2
> +-
> >  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtimageformats_git.bb  | 2
> +-
> >  recipes-qt/qt5/qtlocation_git.bb  | 2
> +-
> >  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2
> +-
> >  recipes-qt/qt5/qtmultimedia_git.bb| 4
> ++--
> >  recipes-qt/qt5/qtnetworkauth_git.bb   | 2
> +-
> >  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2
> +-
> >  recipes-qt/qt5/qtquickcontrols2_git.bb| 2
> +-
> >  recipes-qt/qt5/qtquickcontrols_git.bb | 4
> ++--
> >  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2
> +-
> >  recipes-qt/qt5/qtremoteobjects_git.bb | 4
> ++--
> >  recipes-qt/qt5/qtscript_git.bb| 2
> +-
> >  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2
> +-
> >  recipes-qt/qt5/qtscxml_git.bb | 4
> ++--
> >  recipes-qt/qt5/qtsensors_git.bb   | 2
> +-
> >  recipes-qt/qt5/qtserialbus_git.bb | 2
> +-
> >  recipes-qt/qt5/qtserialport_git.bb| 2
> +-
> >  recipes-qt/qt5/qtsvg_git.bb   | 2
> +-
> >  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2
> +-
> >  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2
> +-
> >  recipes-qt/qt5/qttools_git.bb | 4
> ++--
> >  recipes-qt/qt5/qttranslations_git.bb  | 2
> +-
> >  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2
> +-
> >  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4
> ++--
> >  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2
> +-
> >  recipes-qt/qt5/qtwayland_git.bb   | 4
> ++--
> >  recipes-qt/qt5/qtwebchannel_git.bb| 2
> +-
> >  ...001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch | 2
> +-
> >  .../0001-functions.prf-allow-build-for-linux-oe-g-platform.patch  | 2
> +-
> >  ...002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch | 2
> +-
> >  .../0002-chromium-Force-host-toolchain-configuration.patch| 2
> +-
> >  

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Martin Jansa
>  Also, I guess you also need to bump the version number in 
> recipes-qt/qt5/qt5-git.inc,
right?

Right I forgot to squash that change to this one. Well that's one of the
reasons why this have [WIP] in subject.

Were you testing it on top of latest rocko branch? Your errors show
;nobranch=1 which shouldn't be there since:
https://github.com/meta-qt5/meta-qt5/commit/32bb7d18a08d1c48873d7ab6332d4cc3815a4dff

And for the errors we need to wait until github mirror is synced again:
latest commit on codereview.qt-project.org is 28 hours old and that's what
is now in SRCREV:
https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=shortlog;h=refs%2Fheads%2F5.9

but github is 1,5 month behind missing last 35 commits:
https://github.com/qt/qtbase/commits/5.9

Hopefully this issue with github mirror is only temporary and will be fixed
soon.

On Thu, Apr 12, 2018 at 4:12 PM, Daniel Mack  wrote:

> On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
> >   branch which might get removed in future I was told
> >
> > Signed-off-by: Martin Jansa 
>
> I'm getting the following errors with this patch:
>
> WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
> to fetch URL
> git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
> failure: Unable to find revision
> 3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
> failure for URL:
> 'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
> failed: base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
> nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/
> temp/log.do_fetch.3513
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
> failed with exit code '1'
> WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
> to fetch URL
> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
> failure: Unable to find revision
> f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
> failure for URL:
> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
> failed: base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-
> linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
> failed with exit code '1'
> WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
> URL
> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git,
> attempting MIRRORS if available
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
> Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
> branch 5.9 even from upstream
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
> for URL:
> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
> nobranch=1;protocol=git'.
> Unable to fetch URL from any source.
> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
> base_do_fetch
> ERROR: Logfile of failure stored in:
> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
> nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
> ERROR: Task
> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
> recipes-qt/qt5/qtbase_git.bb:do_fetch)
> failed with exit code '1'
>
>
>
> Also, I guess you also need to bump the version number in
> recipes-qt/qt5/qt5-git.inc, right?
>
>
> Thanks,
> Daniel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
I don't think it will be fixed any time soon, which is why we sent
https://patchwork.openembedded.org/patch/148747/

On 12 April 2018 at 17:30, Martin Jansa  wrote:
>>  Also, I guess you also need to bump the version number in 
>> recipes-qt/qt5/qt5-git.inc,
> right?
>
> Right I forgot to squash that change to this one. Well that's one of the
> reasons why this have [WIP] in subject.
>
> Were you testing it on top of latest rocko branch? Your errors show
> ;nobranch=1 which shouldn't be there since:
> https://github.com/meta-qt5/meta-qt5/commit/32bb7d18a08d1c48873d7ab6332d4cc3815a4dff
>
> And for the errors we need to wait until github mirror is synced again:
> latest commit on codereview.qt-project.org is 28 hours old and that's what
> is now in SRCREV:
> https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=shortlog;h=refs%2Fheads%2F5.9
>
> but github is 1,5 month behind missing last 35 commits:
> https://github.com/qt/qtbase/commits/5.9
>
> Hopefully this issue with github mirror is only temporary and will be fixed
> soon.
>
> On Thu, Apr 12, 2018 at 4:12 PM, Daniel Mack  wrote:
>
>> On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
>> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>> >   branch which might get removed in future I was told
>> >
>> > Signed-off-by: Martin Jansa 
>>
>> I'm getting the following errors with this patch:
>>
>> WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
>> to fetch URL
>> git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
>> failure: Unable to find revision
>> 3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
>> failure for URL:
>> 'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
>> failed: base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
>> nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/
>> temp/log.do_fetch.3513
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
>> failed with exit code '1'
>> WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
>> to fetch URL
>> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
>> failure: Unable to find revision
>> f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
>> failure for URL:
>> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
>> failed: base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-
>> linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
>> failed with exit code '1'
>> WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
>> URL
>> git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git,
>> attempting MIRRORS if available
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
>> Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
>> branch 5.9 even from upstream
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
>> for URL:
>> 'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;
>> nobranch=1;protocol=git'.
>> Unable to fetch URL from any source.
>> ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
>> base_do_fetch
>> ERROR: Logfile of failure stored in:
>> /home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-
>> nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
>> ERROR: Task
>> (/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/
>> recipes-qt/qt5/qtbase_git.bb:do_fetch)
>> failed with exit code '1'
>>
>>
>>
>> Also, I guess you also need to bump the version number in
>> recipes-qt/qt5/qt5-git.inc, right?
>>
>>
>> Thanks,
>> Daniel
>>
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
-- 

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Daniel Mack
On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote:
> * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>   branch which might get removed in future I was told
> 
> Signed-off-by: Martin Jansa 

I'm getting the following errors with this patch:

WARNING: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Failed
to fetch URL
git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
failure: Unable to find revision
3444bfc8039c5090b02fd7f98abe8064a73019d7 in branch 5.9 even from upstream
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Fetcher
failure for URL:
'git://github.com/qt/qtxmlpatterns.git;name=qtxmlpatterns;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtxmlpatterns-5.9.4+gitAUTOINC+3444bfc803-r0 do_fetch: Function
failed: base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-nepos-linux/qtxmlpatterns/5.9.4+gitAUTOINC+3444bfc803-r0/temp/log.do_fetch.3513
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtxmlpatterns_git.bb:do_fetch)
failed with exit code '1'
WARNING: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed
to fetch URL
git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
failure: Unable to find revision
f2095f2c66d0dae8525879f6c14165ace650e7f1 in branch 5.9 even from upstream
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher
failure for URL:
'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtbase-native-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function
failed: base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/x86_64-linux/qtbase-native/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3509
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtbase-native_git.bb:do_fetch)
failed with exit code '1'
WARNING: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Failed to fetch
URL
git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git,
attempting MIRRORS if available
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure:
Unable to find revision f2095f2c66d0dae8525879f6c14165ace650e7f1 in
branch 5.9 even from upstream
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Fetcher failure
for URL:
'git://github.com/qt/qtbase.git;name=qtbase;branch=5.9;nobranch=1;protocol=git'.
Unable to fetch URL from any source.
ERROR: qtbase-5.9.4+gitAUTOINC+f2095f2c66-r0 do_fetch: Function failed:
base_do_fetch
ERROR: Logfile of failure stored in:
/home/daniel/src/nepos/poky/build/tmp-glibc/work/aarch64-nepos-linux/qtbase/5.9.4+gitAUTOINC+f2095f2c66-r0/temp/log.do_fetch.3511
ERROR: Task
(/home/daniel/src/nepos/poky/build/conf/../../../meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_fetch)
failed with exit code '1'



Also, I guess you also need to bump the version number in
recipes-qt/qt5/qt5-git.inc, right?


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


Re: [oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography

2018-04-12 Thread Derek Straka
There is a usage of hashlib (provided by ${PYTHON_PN}-crypt) in _make.py.

derek@sparta:/tmp$ dpkg -c
upstream/build/tmp/deploy/ipk/core2-64/python-crypt_2.7.14-r1_core2-64.ipk
drwxrwxrwx root/root 0 2018-03-24 09:28 ./
drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/
drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/
drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/python2.7/
-rw-r--r-- root/root  7842 2018-03-24 09:28
./usr/lib/python2.7/hashlib.py
-rw-r--r-- root/root  6891 2018-03-24 09:28
./usr/lib/python2.7/hashlib.pyc
drwxr-xr-x root/root 0 2018-03-24 09:28
./usr/lib/python2.7/lib-dynload/
-rwxr-xr-x root/root 25184 2018-03-24 09:28
./usr/lib/python2.7/lib-dynload/_hashlib.so
-rwxr-xr-x root/root  6520 2018-03-24 09:28
./usr/lib/python2.7/lib-dynload/crypt.so
-rw-r--r-- root/root   358 2018-03-24 09:28 ./usr/lib/python2.7/md5.py
-rw-r--r-- root/root   376 2018-03-24 09:28 ./usr/lib/python2.7/md5.pyc
-rw-r--r-- root/root   393 2018-03-24 09:28 ./usr/lib/python2.7/sha.py
-rw-r--r-- root/root   419 2018-03-24 09:28 ./usr/lib/python2.7/sha.pyc

derek@sparta:/tmp$ grep -r hashlib attrs/
attrs/src/attr/_make.py:import hashlib
attrs/src/attr/_make.py:sha1 = hashlib.sha1()
attrs/src/attr/_make.py:sha1 = hashlib.sha1()
attrs/src/attr/_make.py:sha1 = hashlib.sha1()

On Thu, Apr 12, 2018 at 9:33 AM, jan vermaete 
wrote:

> I'm afraid this patch just revert the file to the previous state.
> As far as I can see, there is no need at all to have something of
> crypto nor crypotgraphy needed for this python package.
>
> --
> Jan Vermaete
> "For every complex problem there is an answer that is clear, simple,
> and wrong." - H.L. Mencken
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Samuli Piippo
Then you should use sha1s pointed by the v5.9.5 tags and not the HEAD

On 12 April 2018 at 17:22, Martin Jansa  wrote:
>> You need to either wait until the 5.9.5 is merged into 5.9 or use the
> nobranch option.
>
> It was already merged to 5.9
>
> On Thu, Apr 12, 2018 at 4:13 PM, Samuli Piippo 
> wrote:
>>
>> the latest revision from 5.9 is already 5.9.6
>>
>> You need to either wait until the 5.9.5 is merged into 5.9 or use the
>> nobranch option.
>>
>> On 12 April 2018 at 16:35, Martin Jansa  wrote:
>> > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
>> >   branch which might get removed in future I was told
>> >
>> > Signed-off-by: Martin Jansa 
>> > ---
>> >  recipes-qt/qt5/nativesdk-qtbase_git.bb| 6
>> > +++---
>> >  recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2
>> > +-
>> >  .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qt3d_git.bb| 4
>> > ++--
>> >  recipes-qt/qt5/qtbase-native_git.bb   | 6
>> > +++---
>> >  recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2
>> > +-
>> >  .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2
>> > +-
>> >  ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2
>> > +-
>> >  ...004-configure-bump-path-length-from-256-to-512-character.patch | 2
>> > +-
>> >  ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2
>> > +-
>> >  ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2
>> > +-
>> >  .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2
>> > +-
>> >  .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2
>> > +-
>> >  ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2
>> > +-
>> >  .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6
>> > +++---
>> >  recipes-qt/qt5/qtbase_git.bb  | 4
>> > ++--
>> >  recipes-qt/qt5/qtcanvas3d_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtcharts_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtconnectivity_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtdatavis3d_git.bb | 2
>> > +-
>> >  recipes-qt/qt5/qtgamepad_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtimageformats_git.bb  | 2
>> > +-
>> >  recipes-qt/qt5/qtlocation_git.bb  | 2
>> > +-
>> >  .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtmultimedia_git.bb| 4
>> > ++--
>> >  recipes-qt/qt5/qtnetworkauth_git.bb   | 2
>> > +-
>> >  ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2
>> > +-
>> >  recipes-qt/qt5/qtquickcontrols2_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtquickcontrols_git.bb | 4
>> > ++--
>> >  .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtremoteobjects_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qtscript_git.bb| 2
>> > +-
>> >  .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2
>> > +-
>> >  recipes-qt/qt5/qtscxml_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qtsensors_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qtserialbus_git.bb | 2
>> > +-
>> >  recipes-qt/qt5/qtserialport_git.bb| 2
>> > +-
>> >  recipes-qt/qt5/qtsvg_git.bb   | 2
>> > +-
>> >  recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2
>> > +-
>> >  ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2
>> > +-
>> >  recipes-qt/qt5/qttools_git.bb | 4
>> > ++--
>> >  recipes-qt/qt5/qttranslations_git.bb  | 2
>> > +-
>> >  .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2
>> > +-
>> >  recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4
>> > ++--
>> >  .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2
>> > +-
>> >  recipes-qt/qt5/qtwayland_git.bb   | 4
>> > ++--
>> >  recipes-qt/qt5/qtwebchannel_git.bb  

[oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography

2018-04-12 Thread jan vermaete
I'm afraid this patch just revert the file to the previous state.
As far as I can see, there is no need at all to have something of
crypto nor crypotgraphy needed for this python package.

-- 
Jan Vermaete
"For every complex problem there is an answer that is clear, simple,
and wrong." - H.L. Mencken
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Martin Jansa
* use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
  branch which might get removed in future I was told

Signed-off-by: Martin Jansa 
---
 recipes-qt/qt5/nativesdk-qtbase_git.bb| 6 +++---
 recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch   | 2 +-
 .../qt5/qt3d/0002-Fix-BlenderDNA-for-clang-cross-compiler.patch   | 2 +-
 recipes-qt/qt5/qt3d_git.bb| 4 ++--
 recipes-qt/qt5/qtbase-native_git.bb   | 6 +++---
 recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch  | 2 +-
 .../qtbase/0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch  | 2 +-
 ...003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 2 +-
 ...004-configure-bump-path-length-from-256-to-512-character.patch | 2 +-
 ...005-Disable-all-unknown-features-instead-of-erroring-out.patch | 2 +-
 ...006-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch | 2 +-
 recipes-qt/qt5/qtbase/0007-Delete-qlonglong-and-qulonglong.patch  | 2 +-
 .../qt5/qtbase/0008-Replace-pthread_yield-with-sched_yield.patch  | 2 +-
 .../qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch| 2 +-
 ...010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch | 2 +-
 .../0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch   | 2 +-
 recipes-qt/qt5/qtbase/0012-Always-build-uic.patch | 6 +++---
 recipes-qt/qt5/qtbase_git.bb  | 4 ++--
 recipes-qt/qt5/qtcanvas3d_git.bb  | 2 +-
 recipes-qt/qt5/qtcharts_git.bb| 2 +-
 recipes-qt/qt5/qtconnectivity_git.bb  | 2 +-
 recipes-qt/qt5/qtdatavis3d_git.bb | 2 +-
 recipes-qt/qt5/qtgamepad_git.bb   | 2 +-
 recipes-qt/qt5/qtgraphicaleffects_git.bb  | 2 +-
 recipes-qt/qt5/qtimageformats_git.bb  | 2 +-
 recipes-qt/qt5/qtlocation_git.bb  | 2 +-
 .../0001-qtmultimedia-fix-a-conflicting-declaration.patch | 2 +-
 recipes-qt/qt5/qtmultimedia_git.bb| 4 ++--
 recipes-qt/qt5/qtnetworkauth_git.bb   | 2 +-
 ...001-texteditor-fix-invalid-use-of-incomplete-type-class-.patch | 2 +-
 recipes-qt/qt5/qtquickcontrols2_git.bb| 2 +-
 recipes-qt/qt5/qtquickcontrols_git.bb | 4 ++--
 .../qt5/qtremoteobjects/0001-Allow-a-tools-only-build.patch   | 2 +-
 recipes-qt/qt5/qtremoteobjects_git.bb | 4 ++--
 recipes-qt/qt5/qtscript_git.bb| 2 +-
 .../qtscxml/0001-Use-external-host-bin-path-for-cmake-file.patch  | 2 +-
 recipes-qt/qt5/qtscxml_git.bb | 4 ++--
 recipes-qt/qt5/qtsensors_git.bb   | 2 +-
 recipes-qt/qt5/qtserialbus_git.bb | 2 +-
 recipes-qt/qt5/qtserialport_git.bb| 2 +-
 recipes-qt/qt5/qtsvg_git.bb   | 2 +-
 recipes-qt/qt5/qttools/0001-add-noqtwebkit-configuration.patch| 2 +-
 ...002-linguist-tools-cmake-allow-overriding-the-location-f.patch | 2 +-
 recipes-qt/qt5/qttools_git.bb | 4 ++--
 recipes-qt/qt5/qttranslations_git.bb  | 2 +-
 .../qtvirtualkeyboard/0001-include-sys-time.h-for-timeval.patch   | 2 +-
 recipes-qt/qt5/qtvirtualkeyboard_git.bb   | 4 ++--
 .../qt5/qtwayland/0001-fix-build-without-xkbcommon-evdev.patch| 2 +-
 recipes-qt/qt5/qtwayland_git.bb   | 4 ++--
 recipes-qt/qt5/qtwebchannel_git.bb| 2 +-
 ...001-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch | 2 +-
 .../0001-functions.prf-allow-build-for-linux-oe-g-platform.patch  | 2 +-
 ...002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch | 2 +-
 .../0002-chromium-Force-host-toolchain-configuration.patch| 2 +-
 .../0003-Include-dependency-to-QCoreApplication-translate.patch   | 2 +-
 .../0003-chromium-workaround-for-too-long-.rps-file-name.patch| 2 +-
 .../qt5/qtwebengine/0004-Force-host-toolchain-configuration.patch | 2 +-
 ...004-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch | 2 +-
 ...005-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch | 2 +-
 .../0006-chromium-musl-include-fcntl.h-for-loff_t.patch   | 2 +-
 ...007-chromium-musl-use-off64_t-instead-of-the-internal-__.patch | 2 +-
 .../0008-chromium-musl-linux-glibc-make-the-distinction.patch | 2 +-
 ...009-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch | 2 +-
 ...010-chromium-musl-Use-correct-member-name-__si_fields-fr.patch | 2 +-
 

[oe] [meta-oe][PATCH] rocksdb: update to 5.12.2

2018-04-12 Thread Pascal Bach
Also remove the +gitSRCPV suffix from the version.
This is an official release and the version should be enough,
it adds only clutter.

Signed-off-by: Pascal Bach 
---
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb 
b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
index 9b19c1a5f..1e6cbae38 100644
--- a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
+++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \
 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
file://LICENSE.leveldb;md5=fb04ff57a14f308f2eed4a9b87d45837"
 
-SRCREV = "266ac245affd69555643b735d19d3715c4eff91a"
-PV = "5.8+git${SRCPV}"
+SRCREV = "8969445642039566214d650cc6614849e7dd5e17"
+SRCBRANCH = "5.12.fb"
+PV = "5.12.2"
 
-SRC_URI = "git://github.com/facebook/${BPN}.git"
+SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
2.11.0

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


[oe] [meta-oe][PATCH] flatbuffers: update to 1.9.0

2018-04-12 Thread Pascal Bach
Signed-off-by: Pascal Bach 
---
 .../flatbuffers/{flatbuffers_1.7.1.bb => flatbuffers_1.9.0.bb}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-devtools/flatbuffers/{flatbuffers_1.7.1.bb => 
flatbuffers_1.9.0.bb} (100%)

diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.7.1.bb 
b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.9.0.bb
similarity index 100%
rename from meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.7.1.bb
rename to meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.9.0.bb
-- 
2.11.0

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


Re: [oe] [meta-qt5][PATCH] Remove license files that were dropped in 5.9.5

2018-04-12 Thread Martin Jansa
Included in rocko-next and jansa/rocko branches now, thanks.

On Thu, Apr 12, 2018 at 9:33 PM, Martin Jansa 
wrote:

> Thanks I already have this part for qtxmlpatterns, will do the same for
> qtquickcontrols.
>
> On Thu, Apr 12, 2018 at 9:09 PM, Daniel Mack  wrote:
>
>> See upstream commits:
>>
>>   https://code.qt.io/cgit/qt/qtquickcontrols.git/commit/?h=5.
>> 9.5=a843884697602891d21b9f9bc62603548dd6a6b8
>>   https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?h=5.9.
>> 5=81dd12388d67f6b2be253ea831b876c8dec2dca5
>>
>> Signed-off-by: Daniel Mack 
>> ---
>> Martin, you can squash that into your bump commit if you wish to do so.
>>
>>  recipes-qt/qt5/qtquickcontrols_git.bb | 3 ---
>>  recipes-qt/qt5/qtxmlpatterns_git.bb   | 3 ---
>>  2 files changed, 6 deletions(-)
>>
>> diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/
>> qtquickcontrols_git.bb
>> index 14b465a..c7c491d 100644
>> --- a/recipes-qt/qt5/qtquickcontrols_git.bb
>> +++ b/recipes-qt/qt5/qtquickcontrols_git.bb
>> @@ -4,12 +4,9 @@ require qt5-git.inc
>>  LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0
>> | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 |
>> The-Qt-Company-Commercial )"
>>  LIC_FILES_CHKSUM = " \
>>  file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
>> -file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
>>  file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>  file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
>>  file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
>> -file://LICENSE.GPLv2;md5=c96076271561b0e3785dad260634eaa8 \
>> -file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
>>  file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>>  "
>>
>> diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/
>> qtxmlpatterns_git.bb
>> index 3787b86..7a027b4 100644
>> --- a/recipes-qt/qt5/qtxmlpatterns_git.bb
>> +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
>> @@ -6,12 +6,9 @@ HOMEPAGE = "http://www.qt.io;
>>  LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0
>> | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 |
>> The-Qt-Company-Commercial )"
>>  LIC_FILES_CHKSUM = " \
>>  file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
>> -file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
>> -file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
>>  file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>  file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
>>  file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
>> -file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
>>  file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
>>  file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>>  "
>> --
>> 2.14.3
>>
>>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5][PATCH] Remove license files that were dropped in 5.9.5

2018-04-12 Thread Daniel Mack
See upstream commits:

  
https://code.qt.io/cgit/qt/qtquickcontrols.git/commit/?h=5.9.5=a843884697602891d21b9f9bc62603548dd6a6b8
  
https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?h=5.9.5=81dd12388d67f6b2be253ea831b876c8dec2dca5

Signed-off-by: Daniel Mack 
---
Martin, you can squash that into your bump commit if you wish to do so.

 recipes-qt/qt5/qtquickcontrols_git.bb | 3 ---
 recipes-qt/qt5/qtxmlpatterns_git.bb   | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb 
b/recipes-qt/qt5/qtquickcontrols_git.bb
index 14b465a..c7c491d 100644
--- a/recipes-qt/qt5/qtquickcontrols_git.bb
+++ b/recipes-qt/qt5/qtquickcontrols_git.bb
@@ -4,12 +4,9 @@ require qt5-git.inc
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
-file://LICENSE.GPLv2;md5=c96076271561b0e3785dad260634eaa8 \
-file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
 
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb 
b/recipes-qt/qt5/qtxmlpatterns_git.bb
index 3787b86..7a027b4 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -6,12 +6,9 @@ HOMEPAGE = "http://www.qt.io;
 LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | 
The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial 
)"
 LIC_FILES_CHKSUM = " \
 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
-file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
-file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
-file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
 file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
 "
-- 
2.14.3

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


Re: [oe] [meta-qt5][PATCH] Remove license files that were dropped in 5.9.5

2018-04-12 Thread Martin Jansa
Thanks I already have this part for qtxmlpatterns, will do the same for
qtquickcontrols.

On Thu, Apr 12, 2018 at 9:09 PM, Daniel Mack  wrote:

> See upstream commits:
>
>   https://code.qt.io/cgit/qt/qtquickcontrols.git/commit/?h=5.9.5=
> a843884697602891d21b9f9bc62603548dd6a6b8
>   https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?h=5.9.5=
> 81dd12388d67f6b2be253ea831b876c8dec2dca5
>
> Signed-off-by: Daniel Mack 
> ---
> Martin, you can squash that into your bump commit if you wish to do so.
>
>  recipes-qt/qt5/qtquickcontrols_git.bb | 3 ---
>  recipes-qt/qt5/qtxmlpatterns_git.bb   | 3 ---
>  2 files changed, 6 deletions(-)
>
> diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/
> qtquickcontrols_git.bb
> index 14b465a..c7c491d 100644
> --- a/recipes-qt/qt5/qtquickcontrols_git.bb
> +++ b/recipes-qt/qt5/qtquickcontrols_git.bb
> @@ -4,12 +4,9 @@ require qt5-git.inc
>  LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0
> | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 |
> The-Qt-Company-Commercial )"
>  LIC_FILES_CHKSUM = " \
>  file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
> -file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
>  file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>  file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
>  file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
> -file://LICENSE.GPLv2;md5=c96076271561b0e3785dad260634eaa8 \
> -file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
>  file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>  "
>
> diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/
> qtxmlpatterns_git.bb
> index 3787b86..7a027b4 100644
> --- a/recipes-qt/qt5/qtxmlpatterns_git.bb
> +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
> @@ -6,12 +6,9 @@ HOMEPAGE = "http://www.qt.io;
>  LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0
> | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 |
> The-Qt-Company-Commercial )"
>  LIC_FILES_CHKSUM = " \
>  file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
> -file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
> -file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
>  file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>  file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
>  file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
> -file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
>  file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
>  file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>  "
> --
> 2.14.3
>
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-handheld][PATCH] zaurusd: refresh patches (using devtool)

2018-04-12 Thread Denys Dmytriyenko
On Thu, Apr 12, 2018 at 11:23:39AM +0200, Andrea Adami wrote:
> On Thu, Apr 12, 2018 at 10:59 AM, Koen Kooi  
> wrote:
> > Op 10-04-18 om 23:01 schreef Andrea Adami:
> >> Silence warnings about ingnored context.
> >>
> >> Signed-off-by: Andrea Adami 
> >
> >
> >> --- a/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
> >> +++ b/recipes-bsp/zaurusd/zaurusd/0001-zaurusd-add-support-for-collie.patch
> >> @@ -1,17 +1,17 @@
> >> -From 85b94bed1feab70bc529a59fb80c26da825b9abe Mon Sep 17 00:00:00 2001
> >> +From 668a7bc50ca8f36df5a0eae73a5fa251aada9cc4 Mon Sep 17 00:00:00 2001
> >>  From: Dmitry Eremin-Solenikov 
> >>  Date: Fri, 5 Aug 2011 16:00:10 +0400
> >>  Subject: [PATCH] zaurusd: add support for collie
> >> -Upstream-Status: Pending
> > Was that change intended?
> 
> No, not really.
> Let say I have spotted it and planned to read the devtool code...
> 
> I think it is tolerable in this context, because unfortunately not all
> patches have Upstream-Status.
> (I am wondering if there is still Upstream for zaurusd...)
> 
> So I have left the result unchanged., planning to update the
> Upstream-Status soon.

Related, but not exactly the same:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12674

Basically, in your case Upstream-status was above the empty line that 
separates patch header and patch description. Upstream-status should be 
in the patch description or it will be lost by devtool...

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


Re: [oe] [PATCH 21/39] metacity: remove

2018-04-12 Thread Hongxu Jia

On 2018年03月30日 21:31, Andreas Müller wrote:

* as far as I can see nothing uses it - please stand up if I am wrong


On github, it is still alive and maintained

https://github.com/GNOME/metacity/blob/master/NEWS

I think we should keep it.

The 2.*.* is based on gtk2, and the latest version
3.28.0 is based on gtk3.

V2 which change the upstream incoming

//Hongxu


* this version was released in 2012

Signed-off-by: Andreas Müller 
---
  .../metacity/0001-ui-Define-_GNU_SOURCE.patch  | 27 -
  .../metacity/remove-yelp-help-rules-var.patch  | 28 -
  .../recipes-gnome/metacity/metacity_2.34.13.bb | 35 --
  3 files changed, 90 deletions(-)
  delete mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
  delete mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
  delete mode 100644 meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb

diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
deleted file mode 100644
index 539d756b3..0
--- 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e7fd072f0df968f342878b77098e97ff07ed28d7 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Fri, 14 Jul 2017 10:26:31 -0700
-Subject: [PATCH] ui: Define _GNU_SOURCE
-
-it becomes portable across musl and glibc
-
-Signed-off-by: Khem Raj 

- src/ui/theme.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/ui/theme.c b/src/ui/theme.c
-index 84b57a0..c7eafc8 100644
 a/src/ui/theme.c
-+++ b/src/ui/theme.c
-@@ -60,6 +60,7 @@
- #include 
- #include 
- #include 
-+#define _GNU_SOURCE
- #define __USE_XOPEN
- #include 
-
---
-2.13.3
-
diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
deleted file mode 100644
index 1970e9afb..0
--- 
a/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Remove unused variable (YELP_HELP_RULES)
-
-Upstream-Status: Pending
-Signed-off-by: Constantin Musca 
-
-Index: metacity-2.34.13/doc/creating_themes/Makefile.am
-===
 metacity-2.34.13.orig/doc/creating_themes/Makefile.am
-+++ metacity-2.34.13/doc/creating_themes/Makefile.am
-@@ -1,6 +1,5 @@
- ### This part of Makefile.am can be customized by you.
-
--@YELP_HELP_RULES@
-
- # The name of the directory in /usr/share/gnome/help/,
- # and the name of the main .xml file:
-Index: metacity-2.34.13/doc/creating_themes/Makefile.in
-===
 metacity-2.34.13.orig/doc/creating_themes/Makefile.in
-+++ metacity-2.34.13/doc/creating_themes/Makefile.in
-@@ -455,7 +455,6 @@ uninstall-am:
-   mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
-
-
--@YELP_HELP_RULES@
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb 
b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
deleted file mode 100644
index 370de7000..0
--- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-SECTION = "x11/wm"
-SUMMARY = "Metacity is the boring window manager for the adult in you"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-
file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
-
-DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf 
gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
-PR = "r1"
-
-inherit gnomebase update-alternatives distro_features_check
-# depends on startup-notification which depends on virtual/libx11
-REQUIRED_DISTRO_FEATURES = "x11"
-
-GNOME_COMPRESS_TYPE = "xz"
-
-SRC_URI = 
"${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive
 \
-   file://remove-yelp-help-rules-var.patch \
-   file://0001-ui-Define-_GNU_SOURCE.patch \
-   "
-SRC_URI[archive.md5sum] = "6d89b71672d4fa49fc87f83d610d0ef6"
-SRC_URI[archive.sha256sum] = 
"8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075"
-
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity"
-ALTERNATIVE_PRIORITY = "10"
-
-EXTRA_OECONF += "--disable-xinerama"
-
-do_configure_prepend() {
-sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
-}
-
-FILES_${PN} += "${datadir}/themes 

[oe] [PATCH V2][meta-gnome] metacity: add back and change upstream

2018-04-12 Thread Hongxu Jia
The metacity is still maintained on github, so change
the upstream.

Signed-off-by: Hongxu Jia 
---
 .../metacity/0001-ui-Define-_GNU_SOURCE.patch  | 32 
 .../metacity/remove-yelp-help-rules-var.patch  | 28 ++
 .../recipes-gnome/metacity/metacity_2.34.13.bb | 34 ++
 3 files changed, 94 insertions(+)
 create mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
 create mode 100644 
meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
 create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb

diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
new file mode 100644
index 000..5ad38cb
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/0001-ui-Define-_GNU_SOURCE.patch
@@ -0,0 +1,32 @@
+From 17a9f3c4b98511a8c524af327cbb4b4b850962c6 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Fri, 14 Jul 2017 10:26:31 -0700
+Subject: [PATCH 2/2] ui: Define _GNU_SOURCE
+
+it becomes portable across musl and glibc
+
+Signed-off-by: Khem Raj 
+
+Upstream-Status: Pending
+
+Signed-off-by: Hongxu Jia 
+
+---
+ src/ui/theme.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/ui/theme.c b/src/ui/theme.c
+index 84b57a0..c7eafc8 100644
+--- a/src/ui/theme.c
 b/src/ui/theme.c
+@@ -60,6 +60,7 @@
+ #include 
+ #include 
+ #include 
++#define _GNU_SOURCE
+ #define __USE_XOPEN
+ #include 
+ 
+-- 
+1.8.3.1
+
diff --git 
a/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch 
b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
new file mode 100644
index 000..d3f28c0
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/metacity/metacity/remove-yelp-help-rules-var.patch
@@ -0,0 +1,28 @@
+From 880374176c2741f7d0180b61fca35113b523afc1 Mon Sep 17 00:00:00 2001
+From: Constantin Musca 
+Date: Fri, 13 Apr 2018 10:36:22 +0800
+Subject: [PATCH 1/2] Remove unused variable (YELP_HELP_RULES)
+
+Upstream-Status: Pending
+Signed-off-by: Constantin Musca 
+
+Rebase from gnome tarball to github
+Signed-off-by: Hongxu Jia 
+---
+ doc/creating_themes/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/doc/creating_themes/Makefile.am b/doc/creating_themes/Makefile.am
+index 65d8fad..4935d87 100644
+--- a/doc/creating_themes/Makefile.am
 b/doc/creating_themes/Makefile.am
+@@ -1,6 +1,5 @@
+ ### This part of Makefile.am can be customized by you.
+ 
+-@YELP_HELP_RULES@
+ 
+ # The name of the directory in /usr/share/gnome/help/, 
+ # and the name of the main .xml file:
+-- 
+1.8.3.1
+
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb 
b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
new file mode 100644
index 000..e7c84e0
--- /dev/null
+++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb
@@ -0,0 +1,34 @@
+SECTION = "x11/wm"
+SUMMARY = "Metacity is the boring window manager for the adult in you"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+
file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
+
+DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf 
gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
+PR = "r1"
+
+inherit gnomebase update-alternatives distro_features_check
+# depends on startup-notification which depends on virtual/libx11
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI = "git://github.com/GNOME/metacity.git;branch=master \
+   file://remove-yelp-help-rules-var.patch \
+   file://0001-ui-Define-_GNU_SOURCE.patch \
+"
+
+S = "${WORKDIR}/git"
+SRCREV = "a9e0144d21f954aff95772b889a79e72a81861be"
+
+ALTERNATIVE_${PN} = "x-window-manager"
+ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/metacity"
+ALTERNATIVE_PRIORITY = "10"
+
+EXTRA_OECONF += "--disable-xinerama"
+
+do_configure_prepend() {
+sed -i -e 's:$ZENITY:$NOZENITY:g' -e 's:-Werror::g' ${S}/configure.in
+}
+
+FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center 
${datadir}/gnome"
+RDEPENDS_${PN} += "gsettings-desktop-schemas"
+
-- 
1.8.3.1

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


Re: [oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography

2018-04-12 Thread jan vermaete
my mistake...
Thanks for the info

On Thu, Apr 12, 2018 at 4:12 PM, Derek Straka  wrote:
> There is a usage of hashlib (provided by ${PYTHON_PN}-crypt) in _make.py.
>
> derek@sparta:/tmp$ dpkg -c
> upstream/build/tmp/deploy/ipk/core2-64/python-crypt_2.7.14-r1_core2-64.ipk
> drwxrwxrwx root/root 0 2018-03-24 09:28 ./
> drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/
> drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/
> drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/python2.7/
> -rw-r--r-- root/root  7842 2018-03-24 09:28
> ./usr/lib/python2.7/hashlib.py
> -rw-r--r-- root/root  6891 2018-03-24 09:28
> ./usr/lib/python2.7/hashlib.pyc
> drwxr-xr-x root/root 0 2018-03-24 09:28
> ./usr/lib/python2.7/lib-dynload/
> -rwxr-xr-x root/root 25184 2018-03-24 09:28
> ./usr/lib/python2.7/lib-dynload/_hashlib.so
> -rwxr-xr-x root/root  6520 2018-03-24 09:28
> ./usr/lib/python2.7/lib-dynload/crypt.so
> -rw-r--r-- root/root   358 2018-03-24 09:28 ./usr/lib/python2.7/md5.py
> -rw-r--r-- root/root   376 2018-03-24 09:28 ./usr/lib/python2.7/md5.pyc
> -rw-r--r-- root/root   393 2018-03-24 09:28 ./usr/lib/python2.7/sha.py
> -rw-r--r-- root/root   419 2018-03-24 09:28 ./usr/lib/python2.7/sha.pyc
>
> derek@sparta:/tmp$ grep -r hashlib attrs/
> attrs/src/attr/_make.py:import hashlib
> attrs/src/attr/_make.py:sha1 = hashlib.sha1()
> attrs/src/attr/_make.py:sha1 = hashlib.sha1()
> attrs/src/attr/_make.py:sha1 = hashlib.sha1()
>
> On Thu, Apr 12, 2018 at 9:33 AM, jan vermaete 
> wrote:
>>
>> I'm afraid this patch just revert the file to the previous state.
>> As far as I can see, there is no need at all to have something of
>> crypto nor crypotgraphy needed for this python package.
>>
>> --
>> Jan Vermaete
>> "For every complex problem there is an answer that is clear, simple,
>> and wrong." - H.L. Mencken
>> --
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>



-- 
Jan Vermaete
"For every complex problem there is an answer that is clear, simple,
and wrong." - H.L. Mencken
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography

2018-04-12 Thread Derek Straka
No worries.  Does this resolve the original github issue you created?

On Thu, Apr 12, 2018 at 11:09 AM, jan vermaete 
wrote:

> my mistake...
> Thanks for the info
>
> On Thu, Apr 12, 2018 at 4:12 PM, Derek Straka  wrote:
> > There is a usage of hashlib (provided by ${PYTHON_PN}-crypt) in _make.py.
> >
> > derek@sparta:/tmp$ dpkg -c
> > upstream/build/tmp/deploy/ipk/core2-64/python-crypt_2.7.14-
> r1_core2-64.ipk
> > drwxrwxrwx root/root 0 2018-03-24 09:28 ./
> > drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/
> > drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/
> > drwxr-xr-x root/root 0 2018-03-24 09:28 ./usr/lib/python2.7/
> > -rw-r--r-- root/root  7842 2018-03-24 09:28
> > ./usr/lib/python2.7/hashlib.py
> > -rw-r--r-- root/root  6891 2018-03-24 09:28
> > ./usr/lib/python2.7/hashlib.pyc
> > drwxr-xr-x root/root 0 2018-03-24 09:28
> > ./usr/lib/python2.7/lib-dynload/
> > -rwxr-xr-x root/root 25184 2018-03-24 09:28
> > ./usr/lib/python2.7/lib-dynload/_hashlib.so
> > -rwxr-xr-x root/root  6520 2018-03-24 09:28
> > ./usr/lib/python2.7/lib-dynload/crypt.so
> > -rw-r--r-- root/root   358 2018-03-24 09:28
> ./usr/lib/python2.7/md5.py
> > -rw-r--r-- root/root   376 2018-03-24 09:28
> ./usr/lib/python2.7/md5.pyc
> > -rw-r--r-- root/root   393 2018-03-24 09:28
> ./usr/lib/python2.7/sha.py
> > -rw-r--r-- root/root   419 2018-03-24 09:28
> ./usr/lib/python2.7/sha.pyc
> >
> > derek@sparta:/tmp$ grep -r hashlib attrs/
> > attrs/src/attr/_make.py:import hashlib
> > attrs/src/attr/_make.py:sha1 = hashlib.sha1()
> > attrs/src/attr/_make.py:sha1 = hashlib.sha1()
> > attrs/src/attr/_make.py:sha1 = hashlib.sha1()
> >
> > On Thu, Apr 12, 2018 at 9:33 AM, jan vermaete 
> > wrote:
> >>
> >> I'm afraid this patch just revert the file to the previous state.
> >> As far as I can see, there is no need at all to have something of
> >> crypto nor crypotgraphy needed for this python package.
> >>
> >> --
> >> Jan Vermaete
> >> "For every complex problem there is an answer that is clear, simple,
> >> and wrong." - H.L. Mencken
> >> --
> >> ___
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
>
>
>
> --
> Jan Vermaete
> "For every complex problem there is an answer that is clear, simple,
> and wrong." - H.L. Mencken
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH][meta-gnome] add metacity back

2018-04-12 Thread Hongxu Jia



Why not add there?


It is a very basic app which fedora/redhat integrate it into

its installation.


If some one else ask for it, we have to move it again.

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