| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | 0001-session-close-socket.patch | 15 baselib/session.cpp | 6 ++++++ 18 diff --git a/baselib/session.cpp b/baselib/session.cpp 20 --- a/baselib/session.cpp 21 +++ b/baselib/session.cpp
|
| H A D | openhpi-invalide-session.patch | 11 --- openhpi-3.4.0/baselib/safhpi.cpp.orig 2014-02-25 10:45:20.911734868 +0800 12 +++ openhpi-3.4.0/baselib/safhpi.cpp 2014-02-25 10:46:05.366925389 +0800
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
| H A D | wx-config-fix-libdir-for-multilib.patch | 2 multilib. Add an option '--baselib' for wx-config to support multilib when 3 cross compile. And set default value of baselib with "lib${wxPLATFORM_LIB_DIR}". 22 + set(libdir "\${exec_prefix}/\${baselib}") 35 + wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]][--baselib=DIR] 45 +wxconfig_input_options="prefix exec_prefix baselib utility $wxconfig_schema" 53 +baselib=${input_option_baselib:-lib@wxPLATFORM_LIB_DIR@}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/bats/ |
| H A D | bats_1.6.1.bb | 19 sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats 20 sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats-exec-file 21 sed -i 's:\$BATS_ROOT/lib:\$BATS_ROOT/${baselib}:g' ${S}/libexec/bats-core/bats-exec-test 26 ${S}/install.sh ${D}${prefix} ${baselib}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser/ |
| H A D | 0001-iniparser.pc-Make-libpath-a-variable.patch | 6 Will set according to baselib that yocto exports. 20 +libdir=${exec_prefix}/@baselib@
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
| H A D | cross_compile.patch | 9 +baselib ?= lib 13 +libdir = ${basedir}/${baselib}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/ |
| H A D | grpc_1.46.7.bb | 44 -DgRPC_INSTALL_LIBDIR=${baselib} \ 45 -DgRPC_INSTALL_CMAKEDIR=${baselib}/cmake/${BPN} \ 60 sed -i -e "s#lib/pkgconfig/#${baselib}/pkgconfig/#g" ${S}/CMakeLists.txt
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lockdev/ |
| H A D | lockdev_1.0.3.bb | 23 EXTRA_OEMAKE = "basedir=${D}${prefix} baselib=${baselib} LD='${CC}' LD='${CC}'"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/iniparser/ |
| H A D | iniparser_4.1.bb | 23 sed -i -e 's,@baselib@,${baselib},g' ${D}${libdir}/pkgconfig/iniparser.pc
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/ |
| H A D | python3-wxgtk4_4.1.1.bb | 24 …{RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/ |
| H A D | icecc-create-env | 151 local baselib=`echo "$lib" | sed 's,\(/[^/]*\)/.*\(/[^/]*\)$,\1\2,'` 152 test -f "$baselib" && lib=$baselib
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/ |
| H A D | pseudo.inc | 36 …x} --libdir=${prefix}/lib/pseudo/lib${SITEINFO_BITS} --with-sqlite-lib=${baselib} --with-sqlite=${… 38 …--prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${baselib} --with-sqlite=${… 93 …--prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${baselib} --with-sqlite=${… 108 …--prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlite-lib=${baselib} --with-sqlite=${…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pmdk/ |
| H A D | pmdk_1.11.1.bb | 25 …S='n' DOC='n' HOST_SYS='${HOST_SYS}' EXTRA_CFLAGS='${SELECTED_OPTIMIZATION}' LIB_PREFIX=${baselib}" 38 rm -rf ${D}/usr/${baselib}/pmdk_debug
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cross.bbclass | 56 target_base_libdir = "${target_base_prefix}/${baselib}" 57 target_libdir = "${target_exec_prefix}/${baselib}"
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | bitbake.conf | 10 baselib = "${BASELIB}" 11 baselib[vardepvalue] = "${baselib}" 26 export base_libdir = "${root_prefix}/${baselib}" 46 export libdir = "${exec_prefix}/${baselib}"
|
| H A D | multilib.conf | 2 baselib = "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASE…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc-common.inc | 87 orig_tune_baselib = orig_tune_params['baselib'] 111 tune_baselib = tune_parameters['baselib'] 113 bb.warn("Tune %s doesn't have a baselib set. Skipping..." % tune)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/ |
| H A D | libhugetlbfs_git.bb | 38 LIBARGS = "LIB32=${baselib} LIB64=${baselib}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/luajit/ |
| H A D | luajit_git.bb | 56 'MULTILIB=${baselib}' \ 85 FILES:${PN} += "${prefix}/${baselib} ${prefix}/share"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/ |
| H A D | libpam_1.5.2.bb | 61 baselib = d.getVar('baselib') or '' 62 return baselib.replace('lib', '')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/physfs/ |
| H A D | physfs_3.0.2.bb | 15 EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | clang.inc | 21 LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dca/ |
| H A D | dcadec_0.2.0.bb | 15 EXTRA_OEMAKE = "CONFIG_SHARED=1 PREFIX=${prefix} BASELIB=${baselib}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/zlog/ |
| H A D | zlog_1.2.15.bb | 13 EXTRA_OEMAKE = "CC='${CC}' LD='${LD}' LIBRARY_PATH=${baselib}"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/quazip/ |
| H A D | quazip_0.7.3.bb | 16 EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix} LIB_ARCH=${@d.getVar('baselib').replace('lib', '')}"
|