/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-ipmiprovider-symlink.bbclass | 15 def install_symlink(d, libname, install_dir): 24 install_file = lib_dir + libname + ".?" 35 for libname in listvar_to_list(d, 'HOSTIPMI_PROVIDER_LIBRARY'): 37 install_symlink(d, libname, install_dir) 39 for libname in listvar_to_list(d, 'NETIPMI_PROVIDER_LIBRARY'): 41 install_symlink(d, libname, install_dir) 43 for libname in listvar_to_list(d, 'BLOBIPMI_PROVIDER_LIBRARY'): 45 install_symlink(d, libname, install_dir)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | utils.bbclass | 11 libname=`basename $1` 12 case "$libname" in 17 install -m 755 $1 $2/$libname 20 bbfatal "oe_soinstall: $libname is missing ELF tag 'SONAME'." 22 solink=`echo $libname | sed -e 's/\.so\..*/.so/'` 23 ln -sf $libname $2/$sonamelink 24 ln -sf $libname $2/$solink 63 libname="$1" 81 dotlai=$libname.lai 83 # Sanity check that the libname.lai is unique [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
H A D | build.patch | 17 static = ${libname}.a 18 -shared = ${libname}.${VER}.so 19 +shared = ${libname}.so.${VER} 20 soname = ${libname}.so.${MVER}
|
H A D | cross_compile.patch | 5 @@ -15,17 +15,18 @@ shared = ${libname}.${VER}.so 6 soname = ${libname}.so.${MVER}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 172 @@ -683,7 +683,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 181 @@ -700,7 +700,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 183 def libname_msvc(self, libname, is_static=False): 184 lib = libname.lower() 190 @@ -747,11 +747,11 @@ def libname_msvc(self, libname, is_static=False): 197 #if no lib can be found, just return the libname as msvc expects it 198 self.fatal('The library %r could not be found' % libname) 199 - return re.sub('\.lib$', '', libname) 200 + return re.sub(r'\.lib$', '', libname) 203 def check_lib_msvc(self, libname, is_static=False, uselib_store=None):
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 31 @@ -245,17 +246,27 @@ def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'… 33 minversion = minimum_library_version(conf, libname, minversion) 64 if not found and not conf.LIB_MAY_BE_BUNDLED(libname): 65 …r('ERROR: Python module %s of version %s not found, and bundling disabled' % (libname, minversion))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 33 @@ -245,17 +246,27 @@ def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'… 35 minversion = minimum_library_version(conf, libname, minversion) 66 if not found and not conf.LIB_MAY_BE_BUNDLED(libname): 67 …r('ERROR: Python module %s of version %s not found, and bundling disabled' % (libname, minversion))
|
/openbmc/linux/tools/perf/util/ |
H A D | map.c | 27 const char *libname; in replace_android_lib() local 32 libname = strrchr(filename, '/'); in replace_android_lib() 33 if (libname) in replace_android_lib() 34 lib_length = strlen(libname); in replace_android_lib() 56 "%s/libs/%s/%s", apk_path, app_abi, libname); in replace_android_lib() 61 "libs/%s/%s", app_abi, libname); in replace_android_lib() 98 ndk_length, ndk, app_length, app, arch, libname); in replace_android_lib()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-test_ctypes.test_find-skip-without-tools-sdk.patch | 23 self.assertEqual(find_library(libname), 'lib%s.so' % libname)
|
H A D | 0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch | 1419 # sort by libname, numeric error code
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/ |
H A D | tcp-wrappers_7.6.bb | 98 libname=`readlink ${D}${base_libdir}/libwrap.so | xargs basename` 99 ln -s ${rel_lib_prefix}${base_libdir}/${libname} ${D}${libdir}/libwrap.so
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 2004-libavcodec-omx-replace-opt-vc-path-with-usr-lib.patch | 24 @@ -141,7 +141,7 @@ static av_cold OMXContext *omx_init(void *logctx, const char *libname, const cha
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch | 23 OUTPUT_NAME _pyupm_${libname}
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 932 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ 933 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 934 echo "local: *; };" >> $output_objdir/$libname.ver~ 935 …bobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 936 …libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' 1125 … $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ 1282 library_names_spec='$libname.dll.a' 1286 …library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`… 1295 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1296 + library_names_spec='${libname}.dll.lib' [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | acinclude.m4 | 333 dnl check a particular libname 364 for libname in -lqt-mt -lqt3 -lqt2 -lqt; 366 QT_TRY_LINK($libname)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 76 libname = res.group(1) 77 if not libname in pkglibmap: 78 pkglibmap[libname] = pkg[0] 84 for libname, pkg in pkglibmap.items(): 89 RecipeHandler.recipelibmap[libname] = line.split(':', 1)[-1].strip()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.h | 356 void qtest_module_load(QTestState *s, const char *prefix, const char *libname);
|
H A D | libqtest.c | 986 void qtest_module_load(QTestState *s, const char *prefix, const char *libname) in qtest_module_load() argument 988 qtest_sendf(s, "module_load %s %s\n", prefix, libname); in qtest_module_load()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 02-Makefile.in.patch | 5 files and the correct soname and libname.
|