commit: 3676184ec6609b36c1b04523ce36a1dfa3f73b79
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:30:05 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 03:54:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3676184e
targets: Emerge kernel sources with --update
Ensure that we have the appropriate version.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/support/kmerge.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 7f1f029c..c241440a 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -189,7 +189,7 @@ then
rm -f ${clst_port_conf}/profile/package.provided
fi
- USE=symlink run_merge "${ksource}"
+ USE=symlink run_merge --update "${ksource}"
SOURCESDIR="/tmp/kerncache/${kname}/sources"
if [ -L /usr/src/linux ]
@@ -219,7 +219,7 @@ then
fi
fi
else
- USE=symlink run_merge "${ksource}"
+ USE=symlink run_merge --update "${ksource}"
if [ ! "${clst_kextraversion}" = "" ]
then