From 5177b9228fba2a441db80be99899f33ab68e7fa3 Mon Sep 17 00:00:00 2001 From: Valentin Cupif Date: Tue, 20 May 2014 15:07:04 +0200 Subject: [PATCH] Change prefix to /usr instead /usr/local on avsystem package. Change-Id: I6428ca11593753931a9c13a43e75c83859faad3c Signed-off-by: Valentin Cupif --- recipes-tizen/avsystem/avsystem-extraconf.inc | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/recipes-tizen/avsystem/avsystem-extraconf.inc b/recipes-tizen/avsystem/avsystem-extraconf.inc index 95540f4..5fb3099 100644 --- a/recipes-tizen/avsystem/avsystem-extraconf.inc +++ b/recipes-tizen/avsystem/avsystem-extraconf.inc @@ -18,39 +18,38 @@ do_compile() { CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; - autoreconf -v --install --force - ./configure --host=${HOST_SYS} + autoreconf -v --install --force + ./configure --host=${HOST_SYS} \ + --prefix=${prefix} CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ; autoreconf -v --install --force - ./configure --host=${HOST_SYS} \ - --enable-audiotest + ./configure --host=${HOST_SYS} \ + --prefix=${prefix} \ + --enable-audiotest make -j16 } -#PACKAGES += "avsystem-dbg" -#avsystem-dbg_files = "" -#avsystem-dbg_files += "avsystem.manifest" avsystem-dbg_files += "${prefix}/local/bin/.debug" avsystem-dbg_files += "${prefix}/local/bin/.debug/*" -avsystem-dbg_files += "${prefix}/local/lib/.debug/*.so.*" +avsystem-dbg_files += "${prefix}/lib/.debug/*.so.*" avsystem-dev_files = "" avsystem-dev_files += "avsystem.manifest" -avsystem-dev_files += "${prefix}/local/lib/pkgconfig/*.pc" -avsystem-dev_files += "${prefix}/local/lib/*.so" -avsystem-dev_files += "${prefix}/local/include/avsystem/*.h" +avsystem-dev_files += "${prefix}/lib/pkgconfig/*.pc" +avsystem-dev_files += "${prefix}/lib/*.so" +avsystem-dev_files += "${prefix}/include/avsystem/*.h" libavsysaudio_files = "" libavsysaudio_files += "avsystem.manifest" -libavsysaudio_files += "${prefix}/local/lib/lib*.so.*" +libavsysaudio_files += "${prefix}/lib/lib*.so.*" libavsysaudio_files += "${prefix}/local/bin/sound_initializer" libavsysaudio_files += "${prefix}/local/bin/avsys_volume_dump" libavsysaudio_files += "${prefix}/local/bin/avsys_audio_test" -- 2.7.4