Skip to content

Commit

Permalink
llvm-project-source: Ensure deploy_source_date_epoch sstate hash does…
Browse files Browse the repository at this point in the history
…n't change

if machines are switched, do_deploy_source_date_epoch
would re-run as the stamps are tune specific

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 16c67b4)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
  • Loading branch information
kraj committed Feb 1, 2023
1 parent b7c0dcc commit e33eec3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes-devtools/clang/llvm-project-source.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RM_WORK_EXCLUDE += "${PN}"
inherit nopackages

PN = "llvm-project-source-${PV}"

WORKDIR = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}"
SSTATE_SWSPEC = "sstate:llvm-project-source::${PV}:${PR}::${SSTATE_VERSION}:"

Expand All @@ -18,6 +17,13 @@ STAMPCLEAN = "${STAMPS_DIR}/work-shared/llvm-project-source-${PV}-*"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = ""
PACKAGES = ""
TARGET_ARCH = "allarch"
TARGET_AS_ARCH = "none"
TARGET_CC_ARCH = "none"
TARGET_LD_ARCH = "none"
TARGET_OS = "linux"
baselib = "lib"
PACKAGE_ARCH = "all"

# space separated list of additional distro vendor values we want to support e.g.
# "yoe webos" or "-yoe -webos" '-' is optional
Expand Down

0 comments on commit e33eec3

Please sign in to comment.