summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bmap-tools/bmap-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/bmap-tools/bmap-tools_git.bb')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index effba2ecad..9bbd7d51c8 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -9,7 +9,12 @@ SECTION = "console/utils"
9LICENSE = "GPL-2.0-only" 9LICENSE = "GPL-2.0-only"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https" 12FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
13SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https \
14 file://0001-BmapCopy.py-fix-error-message.patch \
15 file://0002-CLI.py-fix-block-device-udev-race-condition.patch \
16 file://0003-BmapCopy.py-tweak-suggested-udev-rule.patch \
17 "
13 18
14SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13" 19SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13"
15S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"