diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-20 13:34:02 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-07 04:30:26 -1000 |
commit | 2f2c3b14b702196947daa59e31e9d63caf6dcfca (patch) | |
tree | 438e64976ab3f4b147f6e7e1a869374d77e09ada /meta | |
parent | 32aaa30cb843b1d3817225ddd6ed43705d90644a (diff) | |
download | poky-2f2c3b14b702196947daa59e31e9d63caf6dcfca.tar.gz |
sysfsutils: fetch a supported fork from github
Debian does the same:
https://packages.debian.org/source/sid/sysfsutils
(From OE-Core rev: 0bf67fadffa24c00452acb25c58c1eb5648fe4c4)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 504b2f590cb94b217c5f48090cfb71a749bd5ac8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index c90a02f131..fd72cf4165 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | |||
@@ -10,18 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \ | |||
10 | file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e" | 10 | file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e" |
11 | PR = "r5" | 11 | PR = "r5" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/linux-diag/sysfsutils-${PV}.tar.gz \ | 13 | SRC_URI = "git://github.com/linux-ras/sysfsutils.git;protocol=https;branch=master \ |
14 | file://sysfsutils-2.0.0-class-dup.patch \ | 14 | file://sysfsutils-2.0.0-class-dup.patch \ |
15 | file://obsolete_automake_macros.patch \ | 15 | file://obsolete_automake_macros.patch \ |
16 | file://separatebuild.patch" | 16 | file://separatebuild.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "14e7dcd0436d2f49aa403f67e1ef7ddc" | 18 | SRCREV = "0d5456e1c9d969cdad6accef2ae2d4881d5db085" |
19 | SRC_URI[sha256sum] = "e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a" | ||
20 | 19 | ||
21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/linux-diag/files/sysfsutils/" | 20 | S = "${WORKDIR}/git" |
22 | UPSTREAM_CHECK_REGEX = "/sysfsutils/(?P<pver>(\d+[\.\-_]*)+)/" | ||
23 | |||
24 | S = "${WORKDIR}/sysfsutils-${PV}" | ||
25 | 21 | ||
26 | inherit autotools | 22 | inherit autotools |
27 | 23 | ||