commit:     e39c0f15e959b58c5810e7f527eeba13c9177246
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Thu Oct 20 23:35:27 2016 +0000
Commit:     Felix Janda <felix.janda <AT> posteo <DOT> de>
CommitDate: Thu Oct 20 23:35:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=e39c0f15

dev-embedded/u-boot-tools: in tree version works

 dev-embedded/u-boot-tools/Manifest                 |  4 --
 .../files/u-boot-tools-2015.04-musl-support.patch  | 49 ----------------------
 dev-embedded/u-boot-tools/metadata.xml             |  8 ----
 .../u-boot-tools/u-boot-tools-2015.04-r99.ebuild   | 48 ---------------------
 4 files changed, 109 deletions(-)

diff --git a/dev-embedded/u-boot-tools/Manifest 
b/dev-embedded/u-boot-tools/Manifest
deleted file mode 100644
index 0b1710e..0000000
--- a/dev-embedded/u-boot-tools/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX u-boot-tools-2015.04-musl-support.patch 1132 SHA256 
a76b667d2c53151e28ad1e834dc058dda053fdb0488b02b143eaa65b21a06f0d SHA512 
e7e96944ff82a56fee2c032f2503b48e50a4e9a1654445f305963b65a8d97046d1f284a25a5033f4ce25359bb296927b1520ceb553436b2b26f50b13d73d225e
 WHIRLPOOL 
cd1de1ebd12580156193db07da9fe8505ed28bc6db8a029b1a8a8c40a4c45bebb04690f50f64b55ee0db1a823536d51471ae832dcb17dec1598a3486af3e4628
-DIST u-boot-2015.04.tar.bz2 9471487 SHA256 
0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 SHA512 
e50a3d7e44bf588a7cf8e28cdf3342bc38bd1bf55231d579c2501b75386cfff0fbc7a34648d893971e0095510c9d582b7180427832cb78470b4e7af2ce0e3646
 WHIRLPOOL 
dbfd4b13b82505ef94e8b394ba260684ee18c881bd84adfc841194ce6a4b967c8514cedfcac6777045a50b940e3a1882af667e152dc0fc0d3b9254a7dfca89d0
-EBUILD u-boot-tools-2015.04-r99.ebuild 1022 SHA256 
120708d93b114212944778c944d4a573dc0c1715bbbc95d88aa8e11e3fa5a347 SHA512 
704d66afaa1e7946dd0f0b7e7288c70c8b095dc8bf744404e780992f049f4f7162a323995bccd93b2fa37fba359fd3cdce6c2d28d229eea947db3c4d7ca0fae7
 WHIRLPOOL 
78f82b8392848099ca7d213076cdc4fec3290380908afecec940e4a3e48ecac301b057522cde3d33ae7814dcdfa7548a66b09c0db908328655add3bda16a4727
-MISC metadata.xml 247 SHA256 
751aa1f012df292bed9716a5c6a7e64114b695d2ba0c0572fc7e87fc3bbcebc5 SHA512 
15df289e0f962f564551f61ada3cfef0311f6af639887def780bf5ad3be105515c8d24c950ff340ed35d89b9cd994af3540322b684c5dec3b43ec6bb0041aa4e
 WHIRLPOOL 
b6c074cf39f6ec1e2d085151836db47f9a4d71bcc9cc3296889bfa10172c7f07837ca79c8613f9c483b1332683e78eebe88e0a433a7caf801fc7ccac2552cd53

diff --git 
a/dev-embedded/u-boot-tools/files/u-boot-tools-2015.04-musl-support.patch 
b/dev-embedded/u-boot-tools/files/u-boot-tools-2015.04-musl-support.patch
deleted file mode 100644
index a4e7245..0000000
--- a/dev-embedded/u-boot-tools/files/u-boot-tools-2015.04-musl-support.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-diff --git a/include/image.h b/include/image.h
-index 3844be6..60b924a 100644
---- a/include/image.h
-+++ b/include/image.h
-@@ -23,6 +23,7 @@
- struct lmb;
- 
- #ifdef USE_HOSTCC
-+#include <sys/types.h>
- 
- /* new uImage format support enabled on host */
- #define CONFIG_FIT            1
-diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
-index 1173eea..daa02a7 100644
---- a/tools/env/fw_env.c
-+++ b/tools/env/fw_env.c
-@@ -8,6 +8,8 @@
-  * SPDX-License-Identifier:   GPL-2.0+
-  */
- 
-+#define _GNU_SOURCE
-+
- #include <errno.h>
- #include <env_flags.h>
- #include <fcntl.h>
-diff --git a/tools/imagetool.h b/tools/imagetool.h
-index 3e15b4e..b7874f4 100644
---- a/tools/imagetool.h
-+++ b/tools/imagetool.h
-@@ -16,6 +16,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/stat.h>
-+#include <sys/types.h>
- #include <time.h>
- #include <unistd.h>
- #include <u-boot/sha1.h>
-diff --git a/tools/proftool.c b/tools/proftool.c
-index 3482951..9ce7a77 100644
---- a/tools/proftool.c
-+++ b/tools/proftool.c
-@@ -16,6 +16,7 @@
- #include <string.h>
- #include <unistd.h>
- #include <sys/param.h>
-+#include <sys/types.h>
- 
- #include <compiler.h>
- #include <trace.h>

diff --git a/dev-embedded/u-boot-tools/metadata.xml 
b/dev-embedded/u-boot-tools/metadata.xml
deleted file mode 100644
index 71b1461..0000000
--- a/dev-embedded/u-boot-tools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Embedded Gentoo</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2015.04-r99.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2015.04-r99.ebuild
deleted file mode 100644
index ba80c4a..0000000
--- a/dev-embedded/u-boot-tools/u-boot-tools-2015.04-r99.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-MY_P="u-boot-${PV/_/-}"
-DESCRIPTION="utilities for working with Das U-Boot"
-HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome";
-SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-musl-support.patch
-}
-
-src_compile() {
-       # Unset a few KBUILD variables. Bug #540476
-       unset KBUILD_OUTPUT KBUILD_SRC
-       emake defconfig
-       emake \
-               HOSTSTRIP=: \
-               STRIP=: \
-               HOSTCC="$(tc-getCC)" \
-               HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
-               HOSTLDFLAGS="${LDFLAGS}" \
-               CONFIG_ENV_OVERWRITE=y \
-               tools-all
-}
-
-src_install() {
-       cd tools
-       dobin bmp_logo gen_eth_addr img2srec mkimage
-       dobin easylogo/easylogo
-       dobin env/fw_printenv
-       dosym fw_printenv /usr/bin/fw_setenv
-       insinto /etc
-       doins env/fw_env.config
-       doman "${S}/doc/mkimage.1"
-}

Reply via email to