summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb3
1 files changed, 3 insertions, 0 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 dcd3edaf34..f53150cfa4 100644
--- a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb
+++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb
@@ -26,6 +26,9 @@ SRC_URI = "git://codeberg.org/ipmitool/ipmitool;protocol=https;branch=master \
26 ${IANA_ENTERPRISE_NUMBERS} \ 26 ${IANA_ENTERPRISE_NUMBERS} \
27 file://0001-csv-revision-Drop-the-git-revision-info.patch \ 27 file://0001-csv-revision-Drop-the-git-revision-info.patch \
28 " 28 "
29
30UPSTREAM_CHECK_GITTAGREGEX = "IPMITOOL_(?P<pver>\d+(_\d+)+)"
31
29IANA_ENTERPRISE_NUMBERS ?= "" 32IANA_ENTERPRISE_NUMBERS ?= ""
30 33
31# Add these via bbappend if this database is needed by the system 34# Add these via bbappend if this database is needed by the system