diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2024-03-21 16:08:39 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-23 10:18:20 +0000 |
| commit | 3fa85ab34efb01852729ea04989b139016bbe4bd (patch) | |
| tree | c5f55df7b17ca8ac741b42ddcf9b06f08f2cab37 /meta/recipes-support/bmaptool/bmaptool_git.bb | |
| parent | 084fe2241bf67047909032d7b7934479731910e6 (diff) | |
| download | poky-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.bb | 12 |
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" | |||
| 9 | LICENSE = "GPL-2.0-only" | 9 | LICENSE = "GPL-2.0-only" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 11 | 11 | ||
| 12 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 12 | SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https" |
| 13 | SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https \ | 13 | SRCREV = "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 | |||
| 19 | SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13" | ||
| 20 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 21 | BASEVER = "3.7" | 15 | BASEVER = "3.8.0" |
| 22 | PV = "${BASEVER}+git" | 16 | PV = "${BASEVER}+git" |
| 23 | 17 | ||
| 24 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
