blueprint-compiler: remove recipe

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2026-02-24 13:53:06 +08:00 committed by Khem Raj
parent 9eb1053a39
commit eebcb01ee4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"