From: Kai Kang <[email protected]> Issue: LIN1025-8580
Set BPN in gtkmm3 and gtkmm4 recipes is to inherit gnomebase.bbclass properly. But it uses variable GNOMEBN rather than BPN for SRC_URI and S in gnomebase.bbclass now, update in the recipes accordingly. (master rev: 96a6c18a8cc6551a1aa6acc9644177b4218cb3fb) Signed-off-by: Kai Kang <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Robert Yang <[email protected]> --- meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb | 3 +-- meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb index cac6474e73..b09d1150bb 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0-native atkmm pangomm glibmm gtk+3 cairomm gdk-pixbuf-native" -BPN = "gtkmm" - +GNOMEBN = "gtkmm" inherit gnomebase features_check diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb index d3a01e444c..dcb23cdf17 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0-native atkmm pangomm-2.48 glibmm gtk4 cairomm-1.16 gdk-pixbuf-native" -BPN = "gtkmm" +GNOMEBN = "gtkmm" inherit gnomebase features_check -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233963): https://lists.openembedded.org/g/openembedded-core/message/233963 Mute This Topic: https://lists.openembedded.org/mt/118515747/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
