On 4/26/23 4:32 PM, [email protected] wrote:
From: Randolph Sapp <[email protected]>
Add some info about why this bbappend still exists. It's to prefer
wayland over x11 and remove some unoptimized components.
Signed-off-by: Randolph Sapp <[email protected]>
---
meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend
b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend
index e7560d02..82cb657a 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend
+++ b/meta-arago-distro/recipes-qt/qt5/qtwayland_git.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
This above line can be removed when you removed the last carried
patch, squash into the last patch.
-PR:append = ".arago2"
Since you are changing this package from the default, it is usually
a good idea to keep this line, so it is clear this is a "Arago"
version of this package.
And since this package was changed in your last patch (probably not
in a noticeable way but still..) you should bump the version .arago3
Andrew
+# This append exists to modify the PACKAGECONFIG such that the wayland backend
+# is preferred over x11 and unoptimized components are removed.
PACKAGECONFIG:remove = "xcomposite-egl xcomposite-glx"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14359):
https://lists.yoctoproject.org/g/meta-arago/message/14359
Mute This Topic: https://lists.yoctoproject.org/mt/98524815/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-