summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2020-12-17 21:27:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-09 09:17:16 +0000
commit69e3551710e5192dc4ac99571819c51bf40a64d7 (patch)
tree3a2df700a38517bc992ed511b9225934c8ccc8e7 /meta
parent20856e0e5bd92b6001c045ae28c4e184d6ae7f04 (diff)
downloadpoky-69e3551710e5192dc4ac99571819c51bf40a64d7.tar.gz
pulseaudio: Remove OE_LT_RPATH_ALLOW
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. (From OE-Core rev: 0e0b43bf902963677c03b8e3ce7b976ae81158ae) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7a0b9209a366de7a2aed9b23a337b4ffdba61abe) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/pulseaudio/pulseaudio.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index c7f3e67022..417eb1d9d3 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -137,11 +137,6 @@ EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", "
137 137
138export TARGET_PFPU = "${TARGET_FPU}" 138export TARGET_PFPU = "${TARGET_FPU}"
139 139
140# TODO: Use more fine granular version
141#OE_LT_RPATH_ALLOW=":${libdir}/pulse-0.9:"
142OE_LT_RPATH_ALLOW = "any"
143OE_LT_RPATH_ALLOW[export]="1"
144
145set_cfg_value () { 140set_cfg_value () {
146 sed -i -e "s/\(; *\)\?$2 =.*/$2 = $3/" "$1" 141 sed -i -e "s/\(; *\)\?$2 =.*/$2 = $3/" "$1"
147 if ! grep -q "^$2 = $3\$" "$1"; then 142 if ! grep -q "^$2 = $3\$" "$1"; then