summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bmaptool/bmaptool_git.bb
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2024-03-21 16:08:39 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-23 10:18:20 +0000
commit3fa85ab34efb01852729ea04989b139016bbe4bd (patch)
treec5f55df7b17ca8ac741b42ddcf9b06f08f2cab37 /meta/recipes-support/bmaptool/bmaptool_git.bb
parent084fe2241bf67047909032d7b7934479731910e6 (diff)
downloadpoky-3fa85ab34efb01852729ea04989b139016bbe4bd.tar.gz
bmaptool: update to latest
Upstream contains the patches that were being carried here. (From OE-Core rev: 240b3db72343f20f354f2681da48946da04c3260) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/bmaptool/bmaptool_git.bb')
-rw-r--r--meta/recipes-support/bmaptool/bmaptool_git.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb
index f706477323..fd53c21c06 100644
--- a/meta/recipes-support/bmaptool/bmaptool_git.bb
+++ b/meta/recipes-support/bmaptool/bmaptool_git.bb
@@ -9,16 +9,10 @@ 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
12FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 12SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https"
13SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https \ 13SRCREV = "2ff5750b8a3e0b36a9993c20e2ea10a07bc62085"
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 "
18
19SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13"
20S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
21BASEVER = "3.7" 15BASEVER = "3.8.0"
22PV = "${BASEVER}+git" 16PV = "${BASEVER}+git"
23 17
24UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"