public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/
Date: Sat, 14 Feb 2015 17:42:46 +0000 (UTC)	[thread overview]
Message-ID: <1423935701.0bcd80b60e54640ec532225190dc1777de7051d8.leio@gentoo> (raw)

commit:     0bcd80b60e54640ec532225190dc1777de7051d8
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 17:30:30 2015 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 17:41:41 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=0bcd80b6

raspberrypi-userland: Bump to latest snapshot for RPi2 ARMv7 support

Also remove useless CMAKE_TOOLCHAIN_FILE defining - eclass supposedly overrides that anyways.
Build fails with as-needed, though due to mmal_util linkage issues. Temporarily filter it out.

---
 media-libs/raspberrypi-userland/Manifest                          | 2 +-
 ...e20140830.ebuild => raspberrypi-userland-0_pre20150214.ebuild} | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-libs/raspberrypi-userland/Manifest b/media-libs/raspberrypi-userland/Manifest
index fce3d60..de9ea72 100644
--- a/media-libs/raspberrypi-userland/Manifest
+++ b/media-libs/raspberrypi-userland/Manifest
@@ -1 +1 @@
-DIST raspberrypi-userland-0_pre20140830.tar.xz 32066536 SHA256 f9a06d2ca7d41cdc700b83eeb7c3e06d3ea6bd3fd187880a563144a6bf6ee901 SHA512 775005177e760fff611d7ce7e4beb466ea111dfc4652b97593d1061b97b1ded32979f8666a0aada6338791abab988883bbfd902f267eba5734e8aa932ebcf487 WHIRLPOOL 3066272a88b868ef20f27614f6f680aa6eb8a43cd2e281a7a930b99be341b037fa843a1c36bfdc6be619544e5b4b8751e5ab58c853b1baff44894b39284bfa55
+DIST raspberrypi-userland-0_pre20150214.tar.xz 32389924 SHA256 1731d41d392129da67dd7e3d9a77ef2b500b6e99b490a981a5a739261c91fade SHA512 5491150d6ba7b3b008304877bd3e5e32641e89ec7a43334b9d652391b3a73a67381934edfecf06642ffd0b1a488a7da2424c5efc21f3f664516fec6881d548fd WHIRLPOOL a426365d5f530ecb43bad4fba5eb2edd7b932917fe985f2575b578b17018a58cb8af47c56124397cbc2ed6e6920f23a17b09f72a44b42beb5964bb3df02aea7f

diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
similarity index 88%
rename from media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
rename to media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
index 7482032..2e66015 100644
--- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild
+++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20150214.ebuild
@@ -51,9 +51,11 @@ src_prepare() {
 }
 
 src_configure() {
-	# toolchain file not needed, but build fails if it is not specified
-	local mycmakeargs=(-DCMAKE_TOOLCHAIN_FILE=/dev/null
-			$(cmake-utils_use_build wayland WAYLAND))
+	# FIXME: Fails to link apps using libmmal.so, due to libmmal_util getting filtered out and apps not linking to it
+	append-ldflags $(no-as-needed)
+	local mycmakeargs=(
+		$(cmake-utils_use_build wayland WAYLAND)
+	)
 	cmake-utils_src_configure
 }
 


             reply	other threads:[~2015-02-14 17:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-14 17:42 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-10  2:55 [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ Mart Raudsepp
2015-02-26 13:46 Mart Raudsepp
2015-02-17  7:39 Mart Raudsepp
2015-02-14 16:08 Mart Raudsepp
2014-11-25 13:17 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1423935701.0bcd80b60e54640ec532225190dc1777de7051d8.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox