diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-15 18:23:19 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-15 18:23:19 +0000 |
commit | b7136663510f56f2927cdaad5922dc3d166fd26a (patch) | |
tree | e34e06b483acdcded3e3f86765b31d1d3f9d81ad | |
parent | profiles: drop aws/c4.4xlarge (diff) | |
download | portage-b7136663510f56f2927cdaad5922dc3d166fd26a.tar.xz |
eclass/linux-build: set KBUILD_BUILD_VERSION
-rw-r--r-- | eclass/linux-build.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 7072a7a3..95ad9437 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -376,6 +376,7 @@ linux-build_src_prepare() { KBUILD_BUILD_USER="${KBUILD_BUILD_USER:-${PORTAGE_BUILD_USER}}" KBUILD_BUILD_HOST="${KBUILD_BUILD_HOST:-${HOSTNAME}}" KBUILD_BUILD_TIMESTAMP="$(date --iso-8601=seconds)" + KBUILD_BUILD_VERSION="1" ) copt=( |