Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/
Date: Sun, 25 Aug 2019 04:16:44
Message-Id: 1566706592.6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32.gyakovlev@gentoo
1 commit: 6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 25 04:07:48 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 25 04:16:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e37b75c
7
8 dev-embedded/u-boot-tools: use tools-only defconfig
9
10 We already use make tools-only build target
11 But to buld tools-only on arches other than x86 or arm we need to
12 configure with tools-only_defconfig as well, as plain defconfig tries to
13 build everything on other arches.
14
15 This change does not change what gets built, just allows to add more
16 arches to ebuild, hence no revbump as no rebuild required.
17
18 X-url: https://github.com/u-boot/u-boot/commit/80870e2a664e277df0b6c0604bc4c5591aebde67
19 Reported-by: Shawn Anastasio <shawn <AT> anastas.io>
20 Package-Manager: Portage-2.3.73, Repoman-2.3.17
21 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
22
23 dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
27 index ef93a005196..fa4a3233b98 100644
28 --- a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
29 +++ b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild
30 @@ -31,7 +31,7 @@ src_compile() {
31 HOSTCC="$(tc-getCC)" \
32 HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
33 HOSTLDFLAGS="${LDFLAGS}" \
34 - defconfig
35 + tools-only_defconfig
36
37 emake \
38 V=1 \