mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
squashfs-tools: put version in recipe filename
A recipe that fetches from git but is otherwise a released version should not be using _git.bb recipe names. Put the version in the filename, drop the explicit PV, and set the tag name in the SRC_URI to verify the SHA. (From OE-Core rev: 8529dbae1b345d1517023dae09637a4baad9ffe8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4dc6974afe
commit
fe0b0ae081
|
@ -7,9 +7,9 @@ SECTION = "base"
|
|||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
PV = "4.6.1"
|
||||
SRCREV = "d8cb82d9840330f9344ec37b992595b5d7b44184"
|
||||
SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https;branch=v6.1.1"
|
||||
SRCREV = "d8cb82d9840330f9344ec37b992595b5d7b44184"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
S = "${WORKDIR}/git"
|
Loading…
Reference in New Issue
Block a user