mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 13:36:08 +00:00
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>
This commit is contained in:
parent
20856e0e5b
commit
69e3551710
@ -137,11 +137,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user