diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-08 17:12:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-08 12:00:20 -0800 |
| commit | 55019e2bfa5cfc3e917d59274af5784231bf5d78 (patch) | |
| tree | 503b437f42ef34e45b65a214f459c68f663f441e | |
| parent | 31a08525bedd960c21214f84c256f67c6090bb5a (diff) | |
| download | meta-openembedded-55019e2bfa5cfc3e917d59274af5784231bf5d78.tar.gz | |
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>
| -rw-r--r-- | meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb new file mode 100644 index 0000000000..8980d7199c --- /dev/null +++ b/meta-gnome/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A markup language for GTK user interface files." | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/blueprint-compiler" | ||
| 3 | LICENSE = "LGPL-3.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | ||
| 5 | |||
| 6 | SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main" | ||
| 7 | SRCREV = "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b" | ||
| 8 | |||
| 9 | inherit meson pkgconfig | ||
| 10 | |||
| 11 | PACKAGES += "${PN}-python" | ||
| 12 | |||
| 13 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | ||
| 14 | RDEPENDS:${PN}-python = "python3-pygobject" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
