mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
blueprint-compiler: 0.18.0
Add a new recipe blueprint-compiler as depend for gnome-control-center 49.2.2. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
31a08525be
commit
55019e2bfa
|
|
@ -0,0 +1,16 @@
|
|||
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 = "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
PACKAGES += "${PN}-python"
|
||||
|
||||
FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
|
||||
RDEPENDS:${PN}-python = "python3-pygobject"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user