From 8fb44e50ca3b3214b984395b2806944e78de4813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 10 Apr 2018 18:02:03 +0200 Subject: [PATCH] android-studio: fix runtime deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the new `skiprdeps' variable to skip runtime dependency checking for a number of files which are not meant to be run or loaded on the host and as such were generating a wrong dependency on libc.so. Closes: #12766 Closes: #9830 Signed-off-by: Jürgen Buchmüller --- srcpkgs/android-studio/template | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/srcpkgs/android-studio/template b/srcpkgs/android-studio/template index a68f9f95408..aa58a0c6b13 100644 --- a/srcpkgs/android-studio/template +++ b/srcpkgs/android-studio/template @@ -1,7 +1,7 @@ # Template file for 'android-studio' pkgname=android-studio version=3.0.1 -revision=1 +revision=2 # _studio_build and _studio_rev are for downloading the zip from dl.google.com # https://developer.android.com/studio/index.html#resources as of 2017-07-04 _studio_build=171.4443003 @@ -21,6 +21,13 @@ license="Apache-2.0" homepage="http://tools.android.com/" nopie=yes nostrip=yes +# These files are not run or loaded on the host thus skip scanning their runtime deps +skiprdeps="/opt/android-studio/plugins/android/resources/perfa/armeabi-v7a/libperfa.so + /opt/android-studio/plugins/android/resources/perfa/x86/libperfa.so + /opt/android-studio/plugins/android/resources/perfa/arm64-v8a/libperfa.so + /opt/android-studio/plugins/android/resources/perfd/armeabi-v7a/perfd + /opt/android-studio/plugins/android/resources/perfd/x86/perfd + /opt/android-studio/plugins/android/resources/perfd/arm64-v8a/perfd" do_install() { unzip android-studio-ide-${_studio_build}-linux.zip