diff mbox series

[meta-oe] ipmitool: Update links

Message ID ba0f0a849c0c2eedd3d1bf04635ae5ea@amelkin.msk.ru
State New
Headers show
Series [meta-oe] ipmitool: Update links | expand

Commit Message

Alexander Amelkin May 17, 2023, 11:13 a.m. UTC
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>
---
  meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

  LICENSE = "BSD-3-Clause"
@@ -22,14 +22,14 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=9aa91e13d644326bf281924212862184"

  DEPENDS = "openssl readline ncurses"
  SRCREV = "19d78782d795d0cf4ceefe655f616210c9143e62"
-SRC_URI = 
"git://github.com/ipmitool/ipmitool;protocol=https;branch=master \
+SRC_URI = 
"git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \
             ${IANA_ENTERPRISE_NUMBERS} \
             
file://0001-configure-Remove-the-logic-to-download-IANA-PEN-data.patch \
             "
  IANA_ENTERPRISE_NUMBERS ?= ""

  # Add these via bbappend if this database is needed by the system
-#IANA_ENTERPRISE_NUMBERS = 
"http://www.iana.org/assignments/enterprise-numbers;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers"
+#IANA_ENTERPRISE_NUMBERS = 
"http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers"
  #SRC_URI[iana-enterprise-numbers.sha256sum] = 
"cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c"

  S = "${WORKDIR}/git"

Comments

Khem Raj May 18, 2023, 12:42 a.m. UTC | #1
still not good

seeing this on git am
error: patch fragment without header at line 6: @@ -22,14 +22,14 @@
LIC_FILES_CHKSUM =

On Wed, May 17, 2023 at 4:13 AM Alexander Amelkin
<alexander@amelkin.msk.ru> wrote:
>
> 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>
> ---
>   meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb | 6 +++---
>   1 file 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 0340901c2..ab9074bba 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 \
>   setting LAN configuration, and chassis power control. \
>   "
>
> -HOMEPAGE = "http://ipmitool.sourceforge.net/"
> +HOMEPAGE = "http://codeberg.org/IPMITool/ipmitool"
>   SECTION = "kernel/userland"
>
>   LICENSE = "BSD-3-Clause"
> @@ -22,14 +22,14 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=9aa91e13d644326bf281924212862184"
>
>   DEPENDS = "openssl readline ncurses"
>   SRCREV = "19d78782d795d0cf4ceefe655f616210c9143e62"
> -SRC_URI =
> "git://github.com/ipmitool/ipmitool;protocol=https;branch=master \
> +SRC_URI =
> "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \
>              ${IANA_ENTERPRISE_NUMBERS} \
>
> file://0001-configure-Remove-the-logic-to-download-IANA-PEN-data.patch \
>              "
>   IANA_ENTERPRISE_NUMBERS ?= ""
>
>   # Add these via bbappend if this database is needed by the system
> -#IANA_ENTERPRISE_NUMBERS =
> "http://www.iana.org/assignments/enterprise-numbers;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers"
> +#IANA_ENTERPRISE_NUMBERS =
> "http://www.iana.org/assignments/enterprise-numbers.txt;name=iana-enterprise-numbers;downloadfilename=iana-enterprise-numbers"
>   #SRC_URI[iana-enterprise-numbers.sha256sum] =
> "cdd97fc08325667434b805eb589104ae63f7a9eb720ecea73cb55110b383934c"
>
>   S = "${WORKDIR}/git"
> --
> 2.28.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102644): https://lists.openembedded.org/g/openembedded-devel/message/102644
> Mute This Topic: https://lists.openembedded.org/mt/98903374/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alexander Amelkin May 18, 2023, 7:52 p.m. UTC | #2
On 2023-05-18 03:42, Khem Raj wrote:
> still not good
> 
> seeing this on git am
> error: patch fragment without header at line 6: @@ -22,14 +22,14 @@
> LIC_FILES_CHKSUM =

Damn. Looks like my mail program that I used to check the message before 
actually sending it added some unwanted line wraps.
Sorry about that. Will re-send again.
diff mbox series

Patch

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 0340901c2..ab9074bba 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 \
  setting LAN configuration, and chassis power control. \
  "

-HOMEPAGE = "http://ipmitool.sourceforge.net/"
+HOMEPAGE = "http://codeberg.org/IPMITool/ipmitool"
  SECTION = "kernel/userland"