mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
libsquish: Fix build when libdir != 'lib'
Fixes build when libdir is something like lib64 or lib32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,11 +6,13 @@ LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92
|
||||
PV = "1.10+git${SRCPV}"
|
||||
|
||||
SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master \
|
||||
file://0001-Add-support-for-variable-libdir.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "INSTALL_DIR=${D}${prefix} LIBDIR=${base_libdir} \
|
||||
EXTRA_OEMAKE = "INSTALL_DIR=${D}${prefix} LIBDIR_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
|
||||
${@bb.utils.contains('TUNE_FEATURES', 'altivec', 'USE_ALTIVEC=1', '', d)}"
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user