mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
lttng-modules: remove redundant devupstream assignments
These are set by devupstream, so they don't need to be set in the recipe. (From OE-Core rev: 39d39c61633e229a04eec6848b5e49c9f9860fa8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7fee41dcef
commit
49b0a7aa45
@@ -34,11 +34,6 @@ python do_package:prepend() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "devupstream:target"
|
||||
LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4"
|
||||
DEFAULT_PREFERENCE:class-devupstream = "-1"
|
||||
SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13"
|
||||
|
||||
SRCREV:class-devupstream = "7584cfc04914cb0842a986e9808686858b9c8630"
|
||||
PV:class-devupstream = "2.13.1+git${SRCPV}"
|
||||
S:class-devupstream = "${WORKDIR}/git"
|
||||
SRCREV_FORMAT ?= "lttng_git"
|
||||
|
||||
Reference in New Issue
Block a user