summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libgudev/libgudev_237.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-06 18:56:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:36:30 +0100
commit8e3523daade9cd397261a021784ba4bba0b134d1 (patch)
tree899a553545aceaa4b1492a0e8babbb6a21b7cb8b /meta/recipes-gnome/libgudev/libgudev_237.bb
parentbb0d11cd06c9d4198428fa02375a0b7b1087bb1e (diff)
downloadpoky-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.bb31
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 @@
1SUMMARY = "GObject wrapper for libudev"
2DESCRIPTION = "This library makes it much simpler to use libudev from programs \
3already using GObject. It also makes it possible to easily use libudev from \
4other programming languages, such as Javascript, because of GObject \
5introspection support."
6HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
8SRC_URI[archive.sha256sum] = "0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa"
9
10DEPENDS = "glib-2.0 glib-2.0-native udev"
11
12RCONFLICTS:${PN} = "systemd (<= 220)"
13
14LICENSE = "LGPL-2.1-only"
15LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
16
17GNOMEBASEBUILDCLASS = "meson"
18inherit gnomebase gobject-introspection gtk-doc
19
20GIR_MESON_ENABLE_FLAG = 'enabled'
21GIR_MESON_DISABLE_FLAG = 'disabled'
22
23GTKDOC_MESON_OPTION = "gtk_doc"
24
25UPSTREAM_CHECK_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgudev/"
26UPSTREAM_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.
30def gnome_verdir(v):
31 return v