diff mbox series

[meta-gnome] blueprint-compiler: remove recipe

Message ID 20260224055306.158822-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-gnome] blueprint-compiler: remove recipe | expand

Commit Message

Yi Zhao Feb. 24, 2026, 5:53 a.m. UTC
The recipe has been moved to oe-core[1].

[1] https://git.openembedded.org/openembedded-core/commit/?id=4212392ca7ebf890e1e192ddd0e7dbe1f8dabcf2

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../blueprint-compiler_0.19.0.bb                 | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb
deleted file mode 100644
index 71f9c2b52d..0000000000
--- a/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@ 
-SUMMARY = "A markup language for GTK user interface files."
-HOMEPAGE = "https://gitlab.gnome.org/GNOME/blueprint-compiler"
-LICENSE = "LGPL-3.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
-
-SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main"
-SRCREV = "de8e15f7791bd6243279cef1efc27edf4cb93674"
-
-inherit meson pkgconfig
-
-PACKAGES += "${PN}-python"
-
-FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
-RDEPENDS:${PN}-python = "python3-pygobject"
-
-BBCLASSEXTEND = "native"