* [meta-oe][PATCH] ipmitool: Update links
@ 2023-05-15 12:47 Alexander Amelkin
2023-05-17 0:09 ` [oe] " Khem Raj
0 siblings, 1 reply; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-15 12:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
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(-)
[-- Attachment #2: 0001-ipmitool-Update-links.patch --]
[-- Type: text/x-patch, Size: 1635 bytes --]
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"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [meta-oe][PATCH] ipmitool: Update links
@ 2023-05-15 13:40 Alexander Amelkin
0 siblings, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-15 13:40 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
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(-)
[-- Attachment #2: 0001-ipmitool-Update-links.patch --]
[-- Type: text/x-patch, Size: 1635 bytes --]
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"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [oe] [meta-oe][PATCH] ipmitool: Update links
2023-05-15 12:47 [meta-oe][PATCH] ipmitool: Update links Alexander Amelkin
@ 2023-05-17 0:09 ` Khem Raj
2023-05-17 11:02 ` Alexander Amelkin
2023-05-17 11:13 ` Alexander Amelkin
0 siblings, 2 replies; 14+ messages in thread
From: Khem Raj @ 2023-05-17 0:09 UTC (permalink / raw)
To: Alexander Amelkin; +Cc: openembedded-devel
Can you send it inline using git format-patch and git send-email ?
On Tue, May 16, 2023 at 1:32 PM 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(-)
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102635): https://lists.openembedded.org/g/openembedded-devel/message/102635
> 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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][PATCH] ipmitool: Update links
2023-05-17 0:09 ` [oe] " Khem Raj
@ 2023-05-17 11:02 ` Alexander Amelkin
2023-05-17 11:13 ` Alexander Amelkin
1 sibling, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-17 11:02 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 137 bytes --]
Ok, will do. This one was also done that way, but I used the --attach option, which I probably shouldn't have. Will re-send without it.
[-- Attachment #2: Type: text/html, Size: 137 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* [meta-oe][PATCH] ipmitool: Update links
2023-05-17 0:09 ` [oe] " Khem Raj
2023-05-17 11:02 ` Alexander Amelkin
@ 2023-05-17 11:13 ` Alexander Amelkin
2023-05-18 0:42 ` [oe] " Khem Raj
1 sibling, 1 reply; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-17 11:13 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [oe] [meta-oe][PATCH] ipmitool: Update links
2023-05-17 11:13 ` Alexander Amelkin
@ 2023-05-18 0:42 ` Khem Raj
2023-05-18 19:52 ` Alexander Amelkin
` (2 more replies)
0 siblings, 3 replies; 14+ messages in thread
From: Khem Raj @ 2023-05-18 0:42 UTC (permalink / raw)
To: Alexander Amelkin; +Cc: openembedded-devel
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe] [meta-oe][PATCH] ipmitool: Update links
2023-05-18 0:42 ` [oe] " Khem Raj
@ 2023-05-18 19:52 ` Alexander Amelkin
2023-05-18 20:41 ` Alexander Amelkin
2023-05-22 10:16 ` Alexander Amelkin
2 siblings, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-18 19:52 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-devel
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.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [meta-oe][PATCH] ipmitool: Update links
2023-05-18 0:42 ` [oe] " Khem Raj
2023-05-18 19:52 ` Alexander Amelkin
@ 2023-05-18 20:41 ` Alexander Amelkin
2023-05-18 20:46 ` Alexander Amelkin
2023-05-22 10:16 ` Alexander Amelkin
2 siblings, 1 reply; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-18 20:41 UTC (permalink / raw)
To: openembedded-devel; +Cc: Alexander Amelkin
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [meta-oe][PATCH] ipmitool: Update links
2023-05-18 20:41 ` Alexander Amelkin
@ 2023-05-18 20:46 ` Alexander Amelkin
2023-05-19 0:10 ` [oe] " Khem Raj
0 siblings, 1 reply; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-18 20:46 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
This last one one has been directly send by `git format-patch` and `git send-email`, without any modification.
Please tell me if it works for you.
[-- Attachment #2: Type: text/html, Size: 153 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe] [meta-oe][PATCH] ipmitool: Update links
2023-05-18 20:46 ` Alexander Amelkin
@ 2023-05-19 0:10 ` Khem Raj
2023-05-19 13:23 ` Alexander Amelkin
2023-05-22 10:43 ` Alexander Amelkin
0 siblings, 2 replies; 14+ messages in thread
From: Khem Raj @ 2023-05-19 0:10 UTC (permalink / raw)
To: Alexander Amelkin; +Cc: openembedded-devel
it still doesn't work. Maybe send a github PR
On Thu, May 18, 2023 at 1:46 PM Alexander Amelkin
<alexander@amelkin.msk.ru> wrote:
>
> This last one one has been directly send by `git format-patch` and `git send-email`, without any modification.
> Please tell me if it works for you.
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#102666): https://lists.openembedded.org/g/openembedded-devel/message/102666
> 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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe] [meta-oe][PATCH] ipmitool: Update links
2023-05-19 0:10 ` [oe] " Khem Raj
@ 2023-05-19 13:23 ` Alexander Amelkin
2023-05-22 10:43 ` Alexander Amelkin
1 sibling, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-19 13:23 UTC (permalink / raw)
To: Khem Raj; +Cc: openembedded-devel
I would gladly do so if only github didn't ban me being an employee of a
spontaneously sanctioned company.
That actually caused the project transfer to CodeBerg and this very
patch.
I'm wondering what could be wrong with the patch tough. Maybe I should
add some options to git-format-patch? Any ideas?
What version of git are you using there?
WBR, Alexander Amelkin
On 2023-05-19 03:10, Khem Raj wrote:
> it still doesn't work. Maybe send a github PR
>
> On Thu, May 18, 2023 at 1:46 PM Alexander Amelkin
> <alexander@amelkin.msk.ru> wrote:
>>
>> This last one one has been directly send by `git format-patch` and
>> `git send-email`, without any modification.
>> Please tell me if it works for you.
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#102666):
>> https://lists.openembedded.org/g/openembedded-devel/message/102666
>> 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]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
^ permalink raw reply [flat|nested] 14+ messages in thread
* [meta-oe][PATCH] ipmitool: Update links
2023-05-18 0:42 ` [oe] " Khem Raj
2023-05-18 19:52 ` Alexander Amelkin
2023-05-18 20:41 ` Alexander Amelkin
@ 2023-05-22 10:16 ` Alexander Amelkin
2023-05-22 10:18 ` Alexander Amelkin
2 siblings, 1 reply; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-22 10:16 UTC (permalink / raw)
To: openembedded-devel; +Cc: Alexander Amelkin
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 @@
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 @@
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [meta-oe][PATCH] ipmitool: Update links
2023-05-22 10:16 ` Alexander Amelkin
@ 2023-05-22 10:18 ` Alexander Amelkin
0 siblings, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-22 10:18 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
Please try this last one. I've persuaded my git not to add hunk headers. Looks like your git was unhappy with them.
WBR, Alexander Amelkin
[-- Attachment #2: Type: text/html, Size: 151 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [meta-oe][PATCH] ipmitool: Update links
2023-05-19 0:10 ` [oe] " Khem Raj
2023-05-19 13:23 ` Alexander Amelkin
@ 2023-05-22 10:43 ` Alexander Amelkin
1 sibling, 0 replies; 14+ messages in thread
From: Alexander Amelkin @ 2023-05-22 10:43 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 76 bytes --]
Hmm... funny. I see the original patch was merged on May 15th.
Thank you.
[-- Attachment #2: Type: text/html, Size: 80 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-05-22 10:43 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 12:47 [meta-oe][PATCH] ipmitool: Update links Alexander Amelkin
2023-05-17 0:09 ` [oe] " Khem Raj
2023-05-17 11:02 ` Alexander Amelkin
2023-05-17 11:13 ` Alexander Amelkin
2023-05-18 0:42 ` [oe] " Khem Raj
2023-05-18 19:52 ` Alexander Amelkin
2023-05-18 20:41 ` Alexander Amelkin
2023-05-18 20:46 ` Alexander Amelkin
2023-05-19 0:10 ` [oe] " Khem Raj
2023-05-19 13:23 ` Alexander Amelkin
2023-05-22 10:43 ` Alexander Amelkin
2023-05-22 10:16 ` Alexander Amelkin
2023-05-22 10:18 ` Alexander Amelkin
-- strict thread matches above, loose matches on Subject: below --
2023-05-15 13:40 Alexander Amelkin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.