diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-06 18:56:27 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 14:36:30 +0100 |
| commit | 8e3523daade9cd397261a021784ba4bba0b134d1 (patch) | |
| tree | 899a553545aceaa4b1492a0e8babbb6a21b7cb8b /meta/recipes-gnome/libgudev/libgudev_237.bb | |
| parent | bb0d11cd06c9d4198428fa02375a0b7b1087bb1e (diff) | |
| download | poky-8e3523daade9cd397261a021784ba4bba0b134d1.tar.gz | |
libgudev: upgrade 237 -> 238
Add patches to eudev to ensure compatibility with this version.
(From OE-Core rev: 476ed3f57efb0f7a24651fecc7ddf6489e9ac78a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libgudev/libgudev_237.bb')
| -rw-r--r-- | meta/recipes-gnome/libgudev/libgudev_237.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-gnome/libgudev/libgudev_237.bb b/meta/recipes-gnome/libgudev/libgudev_237.bb deleted file mode 100644 index 5aa94e58f5..0000000000 --- a/meta/recipes-gnome/libgudev/libgudev_237.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | SUMMARY = "GObject wrapper for libudev" | ||
| 2 | DESCRIPTION = "This library makes it much simpler to use libudev from programs \ | ||
| 3 | already using GObject. It also makes it possible to easily use libudev from \ | ||
| 4 | other programming languages, such as Javascript, because of GObject \ | ||
| 5 | introspection support." | ||
| 6 | HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev" | ||
| 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" | ||
| 8 | SRC_URI[archive.sha256sum] = "0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa" | ||
| 9 | |||
| 10 | DEPENDS = "glib-2.0 glib-2.0-native udev" | ||
| 11 | |||
| 12 | RCONFLICTS:${PN} = "systemd (<= 220)" | ||
| 13 | |||
| 14 | LICENSE = "LGPL-2.1-only" | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 16 | |||
| 17 | GNOMEBASEBUILDCLASS = "meson" | ||
| 18 | inherit gnomebase gobject-introspection gtk-doc | ||
| 19 | |||
| 20 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 21 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 22 | |||
| 23 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 24 | |||
| 25 | UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/" | ||
| 26 | UPSTREAM_CHECK_REGEX = "(?P<pver>(\d+))" | ||
| 27 | |||
| 28 | # This isn't a GNOME-style version do gnome_verdir fails. Just return the | ||
| 29 | # version as that is how the directory is structured. | ||
| 30 | def gnome_verdir(v): | ||
| 31 | return v | ||
