Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 25 of 162) sorted by relevance

1234567

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0012-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch6 for cases where -rpath isn't specified. debian (#151024)
21 && command_line.rpath == NULL)
31 rpath = command_line.rpath;
32 if (rpath == NULL)
33 rpath = (const char *) getenv ("LD_RUN_PATH");
34 + if ((rpath) && (strlen (rpath) == 0))
35 + rpath = NULL;
H A D0010-sync-with-OE-libtool-changes.patch10 fix-rpath.patch:
15 norm-rpath.patch:
38 + # We only want to hardcode in an rpath if it isn't in the
56 - func_append rpath " $flag"
57 + # We only want to hardcode in an rpath if it isn't in the
64 + rpath+=" $flag"
75 - func_append rpath " $flag"
76 + # We only want to hardcode in an rpath if it isn't in the
81 + func_append rpath " $flag"
H A D0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch4 Subject: [PATCH] Fix rpath in libtool when sysroot is enabled
26 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
27 for libdir in $rpath; do
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass26 # Throw away everything other than the rpath list
32 for rpath in rpaths:
34 if rpath.find("$ORIGIN") != -1:
35 new_rpaths.append(rpath)
37 rpath = os.path.normpath(rpath)
38 if baseprefix not in rpath and tmpdir not in rpath:
40 if rpath in ['/lib', '/usr/lib', '/lib64/', '/usr/lib64']:
44 new_rpaths.append(rpath)
55 #bb.note("Setting rpath for %s to %s" %(fpath, args))
73 rpath = l.partition("(compatibility")[0].strip()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Makefile.am-update-rpath-link.patch4 Subject: [PATCH] Makefile.am: update rpath link
10 …ed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
11 …ed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
29 …DFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,…
30 …DFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-no-rpath-for-cross-compiling.patch4 Subject: [PATCH] nss:no rpath for cross compiling
21 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
22 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
24 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
25 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch25 + # We only want to hardcode in an rpath if it isn't in the
43 - func_append rpath " $flag"
44 + # We only want to hardcode in an rpath if it isn't in the
51 + rpath+=" $flag"
62 - func_append rpath " $flag"
63 + # We only want to hardcode in an rpath if it isn't in the
68 + func_append rpath " $flag"
H A D0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch17 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
18 for libdir in $rpath; do
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch57 + -Wl,-rpath='$$ORIGIN/../lib/android' \
70 + -Wl,-rpath='$$ORIGIN/../lib/android' \
83 + -Wl,-rpath='$$ORIGIN/../lib/android' \
101 - -Wl,-rpath=/usr/lib/p7zip \
103 + -Wl,-rpath='$$ORIGIN' \
133 + -Wl,-rpath='$$ORIGIN' \
160 + -Wl,-rpath='$$ORIGIN' \
205 + -Wl,-rpath='$$ORIGIN' \
233 + -Wl,-rpath='$$ORIGIN' \
251 + -Wl,-rpath='$$ORIGIN' \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/
H A Dchrpath_0.16.bb1 SUMMARY = "Tool to edit rpath in ELF binaries"
2 DESCRIPTION = "chrpath allows you to change the rpath (where the \
4 (yet) allow you to add an rpath if there isn't one already."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Do-not-emit-useless-rpath.patch4 Subject: [PATCH] Do not emit useless rpath
6 rpath is pointing to standard libdir which is un-used and yocto build QA
27 - $(CC) $^ -rdynamic -Wl,-rpath=$(libdir) -o $@ $(LDFLAGS) $(CONFIG_LIBS) $(LIBS))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/
H A D0001-drop-including-rpath-cmake-module.patch4 Subject: [PATCH] drop including rpath cmake module
25 -include(rpath)
34 -include (rpath)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0008-libtool.patch6 libstdc++ from gcc-runtime gets created with -rpath=/usr/lib/../lib for qemux86-64
29 func_warning "ignoring multiple \`-rpath's for a libtool library"
38 if test -z "$rpath"; then
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmeson.build9 rpath = ':'.join([OECORE_TARGET_SYSROOT + '/lib', OECORE_TARGET_SYSROOT + '/usr/lib']) variable
30 build_rpath: oe_sdk.allowed() ? rpath : '',
50 build_rpath: oe_sdk.allowed() ? rpath : '',
/openbmc/phosphor-power/tools/power-utils/test/
H A Dmeson.build15 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
42 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dmeson.build9 rpath = ':'.join([OECORE_TARGET_SYSROOT + '/lib', OECORE_TARGET_SYSROOT + '/usr/lib']) variable
25 build_rpath: oe_sdk.allowed() ? rpath : '')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-test_lib.sh-remove-gobin-requirement-during-build.patch29 if [[ "${rpath}" != "." && "${rpath}" != "" ]]; then
30 repro="(cd ${rpath} && ${command[*]})"
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb_14.2.bb30 …--ldflags) echo "-Wl,-rpath-link,${STAGING_LIBDIR}/.. -Wl,-rpath,${libdir}/.. -lpthread -ldl -luti…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A D0001-Cargo.toml-do-not-abort-on-panic.patch20 rpath = false
27 rpath = false
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/
H A D0001-Disable-LDFLAGSICUDT-for-Linux.patch17 @@ -23,7 +23,7 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
18 LD_RPATH_PRE = -Wl,-rpath,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A Dremove-rpath-from-tests.patch4 Avoid QA warnings by removing hardcoded rpath from binaries.
22 - LDOPTS += -Xlinker -rpath $(ABSOLUTE_LIB_DIR)
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Doe_cmake_fixup.patch1 Issue with rpath including /usr/lib and crosscompile checkes causing oe configure to fail
3 Use oe's cmake rpath framework and exclude some of the cmake checks that fail in our env
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc20 MAKEOPTS:class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'"
36 …te=${STAGING_DIR_TARGET}${exec_prefix} --cflags="${CFLAGS}" --bits=${SITEINFO_BITS} --without-rpath
38 …te=${STAGING_DIR_TARGET}${exec_prefix} --cflags="${CFLAGS}" --bits=${SITEINFO_BITS} --without-rpath
93 …h-sqlite-lib=${baselib} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=32 --without-rpath
108 …h-sqlite-lib=${baselib} --with-sqlite=${STAGING_DIR_TARGET}${exec_prefix} --bits=32 --without-rpath
/openbmc/inarp/
H A Dconfigure.ac39 testcase_flags="-Wl,-rpath,\${OECORE_TARGET_SYSROOT}/lib"
40 testcase_flags="${testcase_flags} -Wl,-rpath,\${OECORE_TARGET_SYSROOT}/usr/lib"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/
H A Dudisks2_2.10.1.bb36 # | configure.ac:656: error: required file 'build-aux/config.rpath' not found
38 touch ${S}/build-aux/config.rpath

1234567