summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-08-28 13:23:02 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-08-30 23:21:39 +0200
commit16f3be66790df19991d406b9a2de69393f4e8c97 (patch)
treedcfd0fc422627696fd473fc2c45eb6cef24490f6 /dev-embedded/u-boot-tools/metadata.xml
parentsys-apps/gentoo-functions: add 0.15 (diff)
downloadgentoo-16f3be66790df19991d406b9a2de69393f4e8c97.tar.gz
gentoo-16f3be66790df19991d406b9a2de69393f4e8c97.tar.bz2
gentoo-16f3be66790df19991d406b9a2de69393f4e8c97.zip
dev-embedded/u-boot-tools: Version bump to 2021.07
* Bump EAPI to 8 * Use https:// instead of ftp:// in SRC_URI * Combine same build flags into myemakeargs * Use toolchain-funcs to export BUILD_CC and set HOSTCC=${BUILD_CC}, which enables us to correctly cross-compile the package, otherwise the build system tries to use cross-compiler as HOSTCC * Add USE=envtools that builds and installs only target-side environment tools which is useful for low storage situations where we only need envtools to read and modify U-Boot environment variables. This functionality matches the uboot-envtools package which is available in OpenWRT Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-embedded/u-boot-tools/metadata.xml')
-rw-r--r--dev-embedded/u-boot-tools/metadata.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-embedded/u-boot-tools/metadata.xml b/dev-embedded/u-boot-tools/metadata.xml
index 71b1461e1146..899a677d0cde 100644
--- a/dev-embedded/u-boot-tools/metadata.xml
+++ b/dev-embedded/u-boot-tools/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>embedded@gentoo.org</email>
- <name>Embedded Gentoo</name>
-</maintainer>
+ <maintainer type="project">
+ <email>embedded@gentoo.org</email>
+ <name>Embedded Gentoo</name>
+ </maintainer>
+ <use>
+ <flag name="envtools">Build only the target-side environment tools</flag>
+ </use>
</pkgmetadata>