From 06aea3f734e4eb3860ef2ecf8b5eb28ed5a53e9f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 8 Mar 2026 22:23:30 -0700 Subject: [PATCH] libwnck3: BPN -> GNOMEBN The BPN = libwnck is confusing since it should be libwnck3, use GNOMEBN to replace BPN to make the SRC_URI work. Signed-off-by: Robert Yang Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb index 4342325f11..db5a120caf 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb @@ -2,7 +2,7 @@ SUMMARY = "Window navigation construction toolkit" LICENSE = "LGPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" -BPN = "libwnck" +GNOMEBN = "libwnck" SECTION = "x11/libs" DEPENDS = "cairo glib-2.0 gtk+3"