mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
unixbench: set PV in recipe name and update SRC_URI
- SRCREV is unchanged - Add UPSTREAM_CHECK_GITTAGREGEX Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+3
-1
@@ -5,11 +5,13 @@ LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/kdlucas/byte-unixbench.git;protocol=https;nobranch=1 \
|
||||
git://github.com/kdlucas/byte-unixbench.git;protocol=https;branch=master;tag=v${PV} \
|
||||
file://0001-skip-make-checks.patch \
|
||||
"
|
||||
SRCREV = "e949d4402f76b4bc9b7b114418faace882f0ef12"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
Reference in New Issue
Block a user