* [gentoo-catalyst] [PATCH] kmerge: do not use --nodeps with kernel install
@ 2016-03-23 4:32 Mike Frysinger
2016-03-27 4:55 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2016-03-23 4:32 UTC (permalink / raw
To: gentoo-catalyst; +Cc: gmsoft
The kernel might pull in some tools needed to build it (like bc), so don't
merge it with --nodeps. Seems like its inclusion in fed3b45bb608d2022fbc2
was an oversight.
---
targets/support/kmerge.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 3d4afea..fc066cc 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -220,7 +220,7 @@ then
[ -L /usr/src/linux ] && rm -f /usr/src/linux
- PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --nodeps --update --newuse" run_merge "${clst_ksource}" || exit 1
+ PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse" run_merge "${clst_ksource}" || exit 1
SOURCESDIR="/tmp/kerncache/${clst_kname}/sources"
if [ -L /usr/src/linux ]
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-catalyst] [PATCH] kmerge: do not use --nodeps with kernel install
2016-03-23 4:32 [gentoo-catalyst] [PATCH] kmerge: do not use --nodeps with kernel install Mike Frysinger
@ 2016-03-27 4:55 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-03-27 4:55 UTC (permalink / raw
To: gentoo-catalyst; +Cc: gmsoft
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
On 23 Mar 2016 00:32, Mike Frysinger wrote:
> The kernel might pull in some tools needed to build it (like bc), so don't
> merge it with --nodeps. Seems like its inclusion in fed3b45bb608d2022fbc2
> was an oversight.
i've pushed this now as it seems to fix things on the targets i've tested
-mike
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-27 4:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 4:32 [gentoo-catalyst] [PATCH] kmerge: do not use --nodeps with kernel install Mike Frysinger
2016-03-27 4:55 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox