summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/pulseaudio
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2020-12-17 21:27:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-20 00:03:04 +0000
commit726a8695994ae67515526d66e915bce49bcf82ce (patch)
tree7f1121a78c58494398aff9fe6e626342c216d6fb /meta/recipes-multimedia/pulseaudio
parentf50b230c27077e32eeab38fde11308d90b73a664 (diff)
downloadpoky-726a8695994ae67515526d66e915bce49bcf82ce.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: 7a0b9209a366de7a2aed9b23a337b4ffdba61abe) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio')
-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 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", "", "
129 129
130export TARGET_PFPU = "${TARGET_FPU}" 130export TARGET_PFPU = "${TARGET_FPU}"
131 131
132# TODO: Use more fine granular version
133#OE_LT_RPATH_ALLOW=":${libdir}/pulse-0.9:"
134OE_LT_RPATH_ALLOW = "any"
135OE_LT_RPATH_ALLOW[export]="1"
136
137set_cfg_value () { 132set_cfg_value () {
138 sed -i -e "s/\(; *\)\?$2 =.*/$2 = $3/" "$1" 133 sed -i -e "s/\(; *\)\?$2 =.*/$2 = $3/" "$1"
139 if ! grep -q "^$2 = $3\$" "$1"; then 134 if ! grep -q "^$2 = $3\$" "$1"; then