diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/recipes-graphics/pango | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango')
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.57.0.bb | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.57.0.bb b/meta/recipes-graphics/pango/pango_1.57.0.bb deleted file mode 100644 index 5dc8a67dfe..0000000000 --- a/meta/recipes-graphics/pango/pango_1.57.0.bb +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | SUMMARY = "Framework for layout and rendering of internationalized text" | ||
| 2 | DESCRIPTION = "Pango is a library for laying out and rendering of text, \ | ||
| 3 | with an emphasis on internationalization. Pango can be used anywhere \ | ||
| 4 | that text layout is needed, though most of the work on Pango so far has \ | ||
| 5 | been done in the context of the GTK+ widget toolkit. Pango forms the \ | ||
| 6 | core of text and font handling for GTK+-2.x." | ||
| 7 | HOMEPAGE = "http://www.pango.org/" | ||
| 8 | BUGTRACKER = "http://bugzilla.gnome.org" | ||
| 9 | SECTION = "libs" | ||
| 10 | LICENSE = "LGPL-2.0-or-later" | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 13 | |||
| 14 | inherit gnomebase gi-docgen upstream-version-is-even gobject-introspection | ||
| 15 | |||
| 16 | UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)" | ||
| 17 | |||
| 18 | GIR_MESON_ENABLE_FLAG = "enabled" | ||
| 19 | GIR_MESON_DISABLE_FLAG = "disabled" | ||
| 20 | |||
| 21 | SRC_URI[archive.sha256sum] = "890640c841dae77d3ae3d8fe8953784b930fa241b17423e6120c7bfdf8b891e7" | ||
| 22 | |||
| 23 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" | ||
| 24 | DEPENDS += "${@' python3-docutils-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 27 | |||
| 28 | PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" | ||
| 29 | PACKAGECONFIG[thai] = "-Dlibthai=enabled,-Dlibthai=disabled,libthai" | ||
| 30 | |||
| 31 | GIR_MESON_OPTION = 'introspection' | ||
| 32 | GIDOCGEN_MESON_OPTION = 'documentation' | ||
| 33 | |||
| 34 | LEAD_SONAME = "libpango-1.0*" | ||
| 35 | |||
| 36 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | ||
| 37 | |||
| 38 | RPROVIDES:${PN} += "pango-modules pango-module-indic-lang \ | ||
| 39 | pango-module-basic-fc pango-module-arabic-lang" | ||
| 40 | |||
| 41 | BBCLASSEXTEND = "native nativesdk" | ||
