mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
084fe2241b
commit
3fa85ab34e
@@ -9,16 +9,10 @@ SECTION = "console/utils"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https \
|
||||
file://0001-BmapCopy.py-fix-error-message.patch \
|
||||
file://0002-CLI.py-fix-block-device-udev-race-condition.patch \
|
||||
file://0003-BmapCopy.py-tweak-suggested-udev-rule.patch \
|
||||
"
|
||||
|
||||
SRCREV = "d84a6fd202fe246a0bc19ed2082e41bcdd75fb13"
|
||||
SRC_URI = "git://github.com/yoctoproject/${BPN};branch=main;protocol=https"
|
||||
SRCREV = "2ff5750b8a3e0b36a9993c20e2ea10a07bc62085"
|
||||
S = "${WORKDIR}/git"
|
||||
BASEVER = "3.7"
|
||||
BASEVER = "3.8.0"
|
||||
PV = "${BASEVER}+git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
Reference in New Issue
Block a user