From: "Tanu Kaskinen" <tanuk@iki.fi>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/4] pulseaudio: Remove OE_LT_RPATH_ALLOW
Date: Thu, 17 Dec 2020 21:27:35 +0200 [thread overview]
Message-ID: <20201217192738.14311-2-tanuk@iki.fi> (raw)
In-Reply-To: <20201217192738.14311-1-tanuk@iki.fi>
I don't know what these variables were supposed to do, but there doesn't
seem to be anything that would use these variables, so removing them
should be safe. The PulseAudio recipe is the only place where these
appear in the repository.
These lines were included already in the original PulseAudio recipe that
was added in commit d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8 in 2007,
and already at that time there didn't seem to be anything using these
variables.
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 3a26cb59dd..4aea8bc6aa 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -129,11 +129,6 @@ EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", "
export TARGET_PFPU = "${TARGET_FPU}"
-# TODO: Use more fine granular version
-#OE_LT_RPATH_ALLOW=":${libdir}/pulse-0.9:"
-OE_LT_RPATH_ALLOW = "any"
-OE_LT_RPATH_ALLOW[export]="1"
-
set_cfg_value () {
sed -i -e "s/\(; *\)\?$2 =.*/$2 = $3/" "$1"
if ! grep -q "^$2 = $3\$" "$1"; then
--
2.20.1
next prev parent reply other threads:[~2020-12-17 19:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-17 19:27 [PATCH 0/4] pulseaudio: Autotools to Meson Tanu Kaskinen
2020-12-17 19:27 ` Tanu Kaskinen [this message]
2020-12-17 19:27 ` [PATCH 2/4] pulseaudio: disable EsounD support Tanu Kaskinen
2020-12-17 19:27 ` [PATCH 3/4] pulseaudio: disable GConf support Tanu Kaskinen
2020-12-17 19:27 ` [PATCH 4/4] pulseaudio: switch build system from Autotools to Meson Tanu Kaskinen
2020-12-19 17:24 ` [OE-core] [PATCH 0/4] pulseaudio: " Khem Raj
2020-12-19 20:36 ` Khem Raj
2020-12-20 14:25 ` Tanu Kaskinen
2020-12-20 16:09 ` Khem Raj
2020-12-21 13:03 ` Andrey Zhizhikin
2020-12-21 13:25 ` Tanu Kaskinen
2020-12-21 14:06 ` Andrey Zhizhikin
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=20201217192738.14311-2-tanuk@iki.fi \
--to=tanuk@iki.fi \
--cc=openembedded-core@lists.openembedded.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