Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland/files/
Date: Sun, 29 Nov 2015 17:22:10
Message-Id: 1448817679.4e3c79b86d0b44b0accb74ed5c769119e67892f8.tupone@gentoo
1 commit: 4e3c79b86d0b44b0accb74ed5c769119e67892f8
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 17:20:46 2015 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 17:21:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3c79b8
7
8 media-libs/raspberrypi-userland: part of the patch applied upstream
9
10 Package-Manager: portage-2.2.20.1
11
12 .../files/raspberrypi-userland-9999-gentoo.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch b/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch
16 index dc74ca0..2c465c7 100644
17 --- a/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch
18 +++ b/media-libs/raspberrypi-userland/files/raspberrypi-userland-9999-gentoo.patch
19 @@ -35,17 +35,6 @@
20 {
21 /* This is a complete echoed packet */
22 if (g_params.verify && (mem_check(header->data, bulk_tx_data[ctrl_received % NUM_BULK_BUFS], g_params.blocksize) != 0))
23 ---- interface/vchiq_arm/CMakeLists.txt.old 2015-02-20 21:23:05.736777755 +0100
24 -+++ interface/vchiq_arm/CMakeLists.txt 2015-02-20 21:24:11.335832941 +0100
25 -@@ -3,7 +3,7 @@
26 - vchiq_lib.c vchiq_util.c)
27 -
28 - # pull in VCHI cond variable emulation
29 --target_link_libraries(vchiq_arm)
30 -+target_link_libraries(vchiq_arm vcos)
31 -
32 - install(TARGETS vchiq_arm DESTINATION lib)
33 - #install(FILES etc/10-vchiq.rules DESTINATION /etc/udev/rules.d)
34 --- makefiles/cmake/vmcs.cmake.old 2015-02-21 14:31:57.608527445 +0100
35 +++ makefiles/cmake/vmcs.cmake 2015-02-21 14:32:09.358363958 +0100
36 @@ -10,7 +10,7 @@