diff options
author | Alexander Amelkin <alexander@amelkin.msk.ru> | 2023-05-15 16:40:04 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-15 09:37:58 -0700 |
commit | 05acb8d0661d7dd42c760075e623e3ee7b0a37f6 (patch) | |
tree | 3defee4862d147efc3878adf3eaf51ea71f9e95a /meta-oe/recipes-kernel | |
parent | 63bd614209bdef78a716de5ecc14c6aa933c0492 (diff) | |
download | meta-openembedded-05acb8d0661d7dd42c760075e623e3ee7b0a37f6.tar.gz |
ipmitool: Update links
The project has been moved to CodeBerg.org.
Update the links in the recipe and also bump to the
latest revision (1.8.19.13).
Additionally fix the link to the IANA PEN registry as IANA
has changed their URL scheme some time ago and the old link
started pointing to the HTML page instead of the text file.
Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb index 0340901c22..ab9074bba5 100644 --- a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb +++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | |||
@@ -14,7 +14,7 @@ Log (SEL), printing Field Replaceable Unit (FRU) information, reading and \ | |||
14 | setting LAN configuration, and chassis power control. \ | 14 | setting LAN configuration, and chassis power control. \ |
15 | " | 15 | " |
16 | 16 | ||
17 | HOMEPAGE = "http://ipmitool.sourceforge.net/" | 17 | HOMEPAGE = "http://codeberg.org/IPMITool/ipmitool" |
18 | SECTION = "kernel/userland" | 18 | SECTION = "kernel/userland" |
19 | 19 | ||
20 | LICENSE = "BSD-3-Clause" | 20 | LICENSE = "BSD-3-Clause" |
@@ -22,14 +22,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184" | |||
22 | 22 | ||
23 | DEPENDS = "openssl readline ncurses" | 23 | DEPENDS = "openssl readline ncurses" |
24 | SRCREV = "19d78782d795d0cf4ceefe655f616210c9143e62" | 24 | SRCREV = "19d78782d795d0cf4ceefe655f616210c9143e62" |
25 | SRC_URI = "git://github.com/ipmitool/ipmitool;protocol=https;branch=master \ | 25 | SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \ |
26 | ${IANA_ENTERPRISE_NUMBERS} \ | 26 | ${IANA_ENTERPRISE_NUMBERS} \ |
27 | file://0001-configure-Remove-the-logic-to-download-IANA-PEN-data.patch \ | 27 | file://0001-configure-Remove-the-logic-to-download-IANA-PEN-data.patch \ |
28 | " | 28 | " |
29 | IANA_ENTERPRISE_NUMBERS ?= "" | 29 | IANA_ENTERPRISE_NUMBERS ?= "" |
30 | 30 | ||
31 | # Add these via bbappend if this database is needed by the system | 31 | # Add these via bbappend if this database is needed by the system |
32 | #IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers" | 32 | #IANA_ENTERPRISE_NUMBERS = "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers" |
33 | #SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c" | 33 | #SRC_URI[iana-enterprise-numbers.sha256sum] = "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | 35 | S = "${WORKDIR}/git" |