summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-01-27 08:44:27 -0800
committerKhem Raj <raj.khem@gmail.com>2026-01-29 17:06:20 -0800
commit11525ab59dbc7002295770cbb963fac590ac3e99 (patch)
treec95da248ffe4c956dc60ed054f07dea8e263647c
parentb35f0ec2609a32bdd6c5b2984cac0964b005ad07 (diff)
downloadmeta-openembedded-master-next.tar.gz
blueprint-compiler: Deletemaster-next
This recipe has been moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.19.0.bb16
1 files changed, 0 insertions, 16 deletions
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 @@
1SUMMARY = "A markup language for GTK user interface files."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/blueprint-compiler"
3LICENSE = "LGPL-3.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
5
6SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main"
7SRCREV = "de8e15f7791bd6243279cef1efc27edf4cb93674"
8
9inherit meson pkgconfig
10
11PACKAGES += "${PN}-python"
12
13FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
14RDEPENDS:${PN}-python = "python3-pygobject"
15
16BBCLASSEXTEND = "native"