diff options
author | stefson <herrtimson@yahoo.de> | 2018-11-07 20:52:38 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 23:52:13 +0000 |
commit | 69db8036643a3b20b5b98e89e2518a283258c7de (patch) | |
tree | e6cc36e5fd9ad04bf7c101faf9a30dee4c0ea190 /media-libs/raspberrypi-userland | |
parent | sys-kernel/genkernel: set VERSION_ISCSI_ISNS version (diff) | |
download | gentoo-69db8036643a3b20b5b98e89e2518a283258c7de.tar.gz gentoo-69db8036643a3b20b5b98e89e2518a283258c7de.tar.bz2 gentoo-69db8036643a3b20b5b98e89e2518a283258c7de.zip |
media-libs/raspberrypi-userland: 9999: remove upstreamed patch
Closes: https://bugs.gentoo.org/641046
Link: https://github.com/raspberrypi/userland/commit/2fe51001dbd421ac35a55af443ac080b50128266
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'media-libs/raspberrypi-userland')
-rw-r--r-- | media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch | 15 | ||||
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild | 2 |
2 files changed, 0 insertions, 17 deletions
diff --git a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch b/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch deleted file mode 100644 index a5e60554cd13..000000000000 --- a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- raspberrypi-userland-9999/host_applications/linux/apps/dtoverlay/CMakeLists.txt.old 2017-02-04 19:01:38.944537134 +0100 -+++ raspberrypi-userland-9999/host_applications/linux/apps/dtoverlay/CMakeLists.txt 2017-02-04 19:02:09.634401479 +0100 -@@ -22,12 +22,4 @@ - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dtparam DESTINATION bin) - - set(DTOVERLAY_SCRIPTS dtoverlay-pre dtoverlay-post) --foreach(_script ${DTOVERLAY_SCRIPTS}) -- add_custom_command( -- TARGET dtoverlay -- COMMAND ${CMAKE_COMMAND} -- -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${_script} -- ${CMAKE_BINARY_DIR}/../../bin/${_script} -- ) --endforeach() - install(PROGRAMS ${DTOVERLAY_SCRIPTS} DESTINATION bin) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild index 99b348863247..6906bbc70397 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-9999.ebuild @@ -18,8 +18,6 @@ RDEPEND="" EGIT_REPO_URI="https://github.com/raspberrypi/userland" -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) - pkg_setup() { append-ldflags $(no-as-needed) } |