yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-qt4]
@ 2021-10-22 21:40 jared_terry
  2021-10-22 21:43 ` [meta-qt4] jared_terry
       [not found] ` <ec823e5d-705c-0930-985b-993e9e3578da@gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: jared_terry @ 2021-10-22 21:40 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

How do I get meta-qt4 patches applied?  I tried to contact the maintainer listed and the email comes back undeliverable.  I have the needed patch but now way to deliver it.

[-- Attachment #2: Type: text/html, Size: 184 bytes --]

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

* Re: [meta-qt4]
  2021-10-22 21:40 [meta-qt4] jared_terry
@ 2021-10-22 21:43 ` jared_terry
       [not found] ` <ec823e5d-705c-0930-985b-993e9e3578da@gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: jared_terry @ 2021-10-22 21:43 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 87 bytes --]

Here is the patch if anybody is interested, should have attached that the first time.

[-- Attachment #1.2: Type: text/html, Size: 87 bytes --]

[-- Attachment #2: 0001-qt4-fix-distro_features_check-build-warnings.patch --]
[-- Type: application/octet-stream, Size: 3523 bytes --]

From 400c516c897d0d070de424ee3d55d074161f1691 Mon Sep 17 00:00:00 2001
From: jared_terry <jared_terry@dell.com>
Date: Fri, 22 Oct 2021 15:57:17 -0500
Subject: [PATCH] qt4: fix distro_features_check build warnings

distro_features_check.bbclass was deprecated, updating to
features_check.bbclass to remove build warning.

Signed-off-by: Jared Terry <jared.terry@dell.com>
---
 classes/qt4x11.bbclass                                        | 2 +-
 conf/layer.conf                                               | 2 +-
 recipes-qt4/images/core-image-lsb-qt4.bb                      | 2 +-
 recipes-qt4/packagegroups/packagegroup-core-qt.bb             | 2 +-
 recipes-qt4/packagegroups/packagegroup-qt-toolchain-target.bb | 2 +-
 recipes-qt4/recipes-python/python-pyqt_4.12.bb                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass
index 6f06d34..7f65d81 100644
--- a/classes/qt4x11.bbclass
+++ b/classes/qt4x11.bbclass
@@ -4,7 +4,7 @@ DEPENDS_prepend = "${QT4DEPENDS}"
 # depends on qt4-x11
 REQUIRED_DISTRO_FEATURES += "x11"
 
-inherit qmake2 distro_features_check
+inherit qmake2 features_check
 
 QT_BASE_NAME = "qt4"
 QT_DIR_NAME = "qt4"
diff --git a/conf/layer.conf b/conf/layer.conf
index c8d31bb..f9d3cfd 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt4-layer"
 BBFILE_PATTERN_qt4-layer = "^${LAYERDIR}/"
 BBFILE_PRIORITY_qt4-layer = "6"
 
-LAYERSERIES_COMPAT_qt4-layer = "thud warrior zeus"
+LAYERSERIES_COMPAT_qt4-layer = "thud warrior zeus dunfell"
diff --git a/recipes-qt4/images/core-image-lsb-qt4.bb b/recipes-qt4/images/core-image-lsb-qt4.bb
index 03d27f8..c5c8f2b 100644
--- a/recipes-qt4/images/core-image-lsb-qt4.bb
+++ b/recipes-qt4/images/core-image-lsb-qt4.bb
@@ -9,5 +9,5 @@ IMAGE_INSTALL = "\
 
 inherit core-image
 
-inherit distro_features_check
+inherit features_check
 REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-qt4/packagegroups/packagegroup-core-qt.bb b/recipes-qt4/packagegroups/packagegroup-core-qt.bb
index b7de69e..1989646 100644
--- a/recipes-qt4/packagegroups/packagegroup-core-qt.bb
+++ b/recipes-qt4/packagegroups/packagegroup-core-qt.bb
@@ -9,7 +9,7 @@ PR = "r4"
 # Qt4 could NOT be built on MIPS64 with 64 bits userspace
 COMPATIBLE_HOST_mips64 = "null"
 
-inherit packagegroup distro_features_check
+inherit packagegroup features_check
 
 # The quicky and fotowall requires x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-qt4/packagegroups/packagegroup-qt-toolchain-target.bb b/recipes-qt4/packagegroups/packagegroup-qt-toolchain-target.bb
index 772c151..7e6f839 100644
--- a/recipes-qt4/packagegroups/packagegroup-qt-toolchain-target.bb
+++ b/recipes-qt4/packagegroups/packagegroup-qt-toolchain-target.bb
@@ -4,7 +4,7 @@ QTLIBPREFIX = ""
 
 require packagegroup-qt-toolchain-target.inc
 
-inherit distro_features_check
+inherit features_check
 # depends on qt4-x11-free
 REQUIRED_DISTRO_FEATURES = "x11"
 
diff --git a/recipes-qt4/recipes-python/python-pyqt_4.12.bb b/recipes-qt4/recipes-python/python-pyqt_4.12.bb
index bc51d5b..5ff8a61 100644
--- a/recipes-qt4/recipes-python/python-pyqt_4.12.bb
+++ b/recipes-qt4/recipes-python/python-pyqt_4.12.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/PyQt4_gpl_x11-${PV}"
 
 PARALLEL_MAKE = ""
 
-inherit qmake2 pythonnative python-dir distro_features_check
+inherit qmake2 pythonnative python-dir features_check
 # depends on qt4-x11-free
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.9.3


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

* Re: [yocto] [meta-qt4]
       [not found] ` <ec823e5d-705c-0930-985b-993e9e3578da@gmail.com>
@ 2021-10-23 14:00   ` Paul Barker
  2021-11-09 21:05     ` [meta-qt4] jared_terry
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Barker @ 2021-10-23 14:00 UTC (permalink / raw)
  To: Khem Raj, jared_terry, yocto; +Cc: Paul Eggleton

On Sat, 23 Oct 2021, at 00:30, Khem Raj wrote:
> Hi Jared
>
> On 10/22/21 2:40 PM, jared_terry@dell.com wrote:
>> How do I get meta-qt4 patches applied?  I tried to contact the 
>> maintainer listed and the email comes back undeliverable.  I have the 
>> needed patch but now way to deliver it.
>> 
>
>
> Please see [1] usually sending to the right mailing list and CCing the 
> maintainers is the usual way to send patches
>
> [1] https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4/tree/README

Cc'd Paul Eggleton's current email. Perhaps the readme file in meta-qt4 needs updating.

Thanks,

-- 
Paul Barker
https://pbarker.dev/


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

* Re: [meta-qt4]
  2021-10-23 14:00   ` [yocto] [meta-qt4] Paul Barker
@ 2021-11-09 21:05     ` jared_terry
  2021-11-09 23:11       ` [yocto] [meta-qt4] Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: jared_terry @ 2021-11-09 21:05 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

I don't see a response yet from Paul Eggleton, how do we proceeded in getting this fixed?

[-- Attachment #2: Type: text/html, Size: 91 bytes --]

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

* Re: [yocto] [meta-qt4]
  2021-11-09 21:05     ` [meta-qt4] jared_terry
@ 2021-11-09 23:11       ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2021-11-09 23:11 UTC (permalink / raw)
  To: jared_terry; +Cc: yocto

Hi Jared / all

On Wednesday, 10 November 2021 10:05:39 NZDT jared_terry@dell.com wrote:
> I don't see a response yet from Paul Eggleton, how do we proceeded in
> getting this fixed?

My apologies - I've applied the fix and pushed it to master, thank you!

I think it's fair to say this layer is pretty much unmaintained at the moment. 
I'd be more than happy if someone wants to take it over, FWIW.

Cheers
Paul





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

end of thread, other threads:[~2021-11-09 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 21:40 [meta-qt4] jared_terry
2021-10-22 21:43 ` [meta-qt4] jared_terry
     [not found] ` <ec823e5d-705c-0930-985b-993e9e3578da@gmail.com>
2021-10-23 14:00   ` [yocto] [meta-qt4] Paul Barker
2021-11-09 21:05     ` [meta-qt4] jared_terry
2021-11-09 23:11       ` [yocto] [meta-qt4] Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).