| Message ID | 20260127151526.788157-1-yi.zhao@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2,v4] blueprint-compiler: add recipe | expand |
There is 0.19.0 upgrade posted for meta-gnome, please bring that upgrade here as well. On Tue, Jan 27, 2026 at 7:15 AM Yi Zhao via lists.openembedded.org <yi.zhao= eng.windriver.com@lists.openembedded.org> wrote: > Blueprint-compiler is a markup language and compiler for GTK 4 user > interfaces. > > Move it from meta-openembedded to openembedded-core as it is required by > epiphany 49.2. > > The original author Liu Yiding, is willing to continue maintaining the > recipe. Add him as maintainer for this. > > CC: Liu Yiding <liuyd.fnst@fujitsu.com> > Signed-off-by: Yi Zhao <yi.zhao@windriver.com> > --- > v2 changes: Add tag=${PV} in SRC_URI > v3 changes: Fix python site path when enable multilib > v4 changes: Fix python site path according to Alex's suggestion > > meta/conf/distro/include/maintainers.inc | 1 + > .../blueprint-compiler_0.18.0.bb | 16 ++++++++++++++++ > 2 files changed, 17 insertions(+) > create mode 100644 meta/recipes-gnome/blueprint-compiler/ > blueprint-compiler_0.18.0.bb > > diff --git a/meta/conf/distro/include/maintainers.inc > b/meta/conf/distro/include/maintainers.inc > index e830648945..b231daf485 100644 > --- a/meta/conf/distro/include/maintainers.inc > +++ b/meta/conf/distro/include/maintainers.inc > @@ -71,6 +71,7 @@ RECIPE_MAINTAINER:pn-binutils-testsuite = "Khem Raj < > raj.khem@gmail.com>" > RECIPE_MAINTAINER:pn-binutils-crosssdk-${SDK_SYS} = "Khem Raj < > raj.khem@gmail.com>" > RECIPE_MAINTAINER:pn-bison = "Chen Qi <Qi.Chen@windriver.com>" > RECIPE_MAINTAINER:pn-blktrace = "Unassigned <unassigned@yoctoproject.org > >" > +RECIPE_MAINTAINER:pn-blueprint-compiler = "Liu Yiding < > liuyd.fnst@fujitsu.com>" > RECIPE_MAINTAINER:pn-bluez5 = "Unassigned <unassigned@yoctoproject.org>" > RECIPE_MAINTAINER:pn-bmaptool = "Trevor Woerner <twoerner@gmail.com>" > RECIPE_MAINTAINER:pn-boost = "Unassigned <unassigned@yoctoproject.org>" > diff --git a/meta/recipes-gnome/blueprint-compiler/ > blueprint-compiler_0.18.0.bb b/meta/recipes-gnome/blueprint-compiler/ > blueprint-compiler_0.18.0.bb > new file mode 100644 > index 0000000000..2a6636d8ac > --- /dev/null > +++ b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb > @@ -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;tag=${PV} > <http://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main;tag=$%7BPV%7D> > " > +SRCREV = "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b" > + > +inherit meson pkgconfig python3targetconfig > + > +PACKAGES += "${PN}-python" > + > +FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" > +RDEPENDS:${PN}-python = "python3-pygobject" > + > +BBCLASSEXTEND = "native" > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#230051): > https://lists.openembedded.org/g/openembedded-core/message/230051 > Mute This Topic: https://lists.openembedded.org/mt/117489774/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e830648945..b231daf485 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -71,6 +71,7 @@ RECIPE_MAINTAINER:pn-binutils-testsuite = "Khem Raj <raj.khem@gmail.com>" RECIPE_MAINTAINER:pn-binutils-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" RECIPE_MAINTAINER:pn-bison = "Chen Qi <Qi.Chen@windriver.com>" RECIPE_MAINTAINER:pn-blktrace = "Unassigned <unassigned@yoctoproject.org>" +RECIPE_MAINTAINER:pn-blueprint-compiler = "Liu Yiding <liuyd.fnst@fujitsu.com>" RECIPE_MAINTAINER:pn-bluez5 = "Unassigned <unassigned@yoctoproject.org>" RECIPE_MAINTAINER:pn-bmaptool = "Trevor Woerner <twoerner@gmail.com>" RECIPE_MAINTAINER:pn-boost = "Unassigned <unassigned@yoctoproject.org>" diff --git a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb new file mode 100644 index 0000000000..2a6636d8ac --- /dev/null +++ b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb @@ -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;tag=${PV}" +SRCREV = "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b" + +inherit meson pkgconfig python3targetconfig + +PACKAGES += "${PN}-python" + +FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" +RDEPENDS:${PN}-python = "python3-pygobject" + +BBCLASSEXTEND = "native"
Blueprint-compiler is a markup language and compiler for GTK 4 user interfaces. Move it from meta-openembedded to openembedded-core as it is required by epiphany 49.2. The original author Liu Yiding, is willing to continue maintaining the recipe. Add him as maintainer for this. CC: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> --- v2 changes: Add tag=${PV} in SRC_URI v3 changes: Fix python site path when enable multilib v4 changes: Fix python site path according to Alex's suggestion meta/conf/distro/include/maintainers.inc | 1 + .../blueprint-compiler_0.18.0.bb | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.18.0.bb