mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
systemtap: 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 and drop the explicit PV. (From OE-Core rev: bf866a99d920331bc5c08c3dccc86f71b2d1b3bb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
667be7b685
commit
d304bce436
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
require systemtap_git.bb
|
||||
require systemtap_${PV}.bb
|
||||
|
||||
inherit_defer native
|
||||
|
||||
|
|
@ -1,14 +1,14 @@
|
|||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
SRCREV = "3a92ffe673c1621309a0b60892114495b651c9de"
|
||||
PV = "5.2"
|
||||
|
||||
SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master;protocol=https \
|
||||
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=https;branch=master \
|
||||
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
|
||||
file://0001-Install-python-modules-to-correct-library-dir.patch \
|
||||
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \
|
||||
"
|
||||
|
||||
SRCREV = "3a92ffe673c1621309a0b60892114495b651c9de"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user