Home
last modified time | relevance | path

Searched refs:SONAME (Results 1 – 13 of 13) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A DMakefile5 SONAME=libopenbmc_intf.so macro
7 LIBOBMC=$(SONAME).$(VERSION)
13 all: $(SONAME)
18 $(SONAME): $(LIBOBMC)
22 $(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname,$(SONAME) \
25 install: $(SONAME) $(LIBOBMC)
30 ln -sf $(LIBOBMC) $(DESTDIR)$(libdir)/$(SONAME)
33 rm -f *.o $(LIBOBMC) $(SONAME)
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A Dlibacpi_fix_for_x32.patch25 - @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/
26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME}
27 - @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so
32 + @cp -f ${SONAME} ${DESTDIR}${LIBDIR}/
33 + @chmod 644 ${DESTDIR}${LIBDIR}/${SONAME}
34 + @ln -s ${SONAME} ${DESTDIR}${LIBDIR}/libacpi.so
H A Dldflags.patch34 SOFLAGS = -shared -Wl,-soname,${SONAME}
H A Dmakefile-fix.patch38 SOFLAGS = -shared -Wl,-soname,${SONAME}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dfix_library_install_path.patch22 $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
24 - $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
25 + $(LNS) $(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-Make-space-for-flags-from-environment.patch78 SONAME = libruli.so.4
85 cp $(SONAME) libruli.a $(INSTALL_LIB_DIR)
88 - cd $(INSTALL_LIB_DIR) && ln -s $(SONAME) libruli.so
89 + cd $(INSTALL_LIB_DIR) && ln -sf $(SONAME) libruli.so
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/
H A Dbearssl_0.6.bb32 SONAME = "libbearssl.so.6"
38 BEARSSLDLL=build/${SONAME} \
39 LDDLLFLAGS="-shared -Wl,-soname,${SONAME}" \
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch41 - $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
42 + $(LD) $(LDFLAGS) -z muldefs -soname $(SONAME) -o $@ $^ $(LIBS)
/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/
H A Dskiboot.inc29 # libflash.so is a SONAME and is strongly required in the production
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass18 sonamelink=`${OBJDUMP} -p $1 | grep SONAME | awk '{print $2}'`
20 bbfatal "oe_soinstall: $libname is missing ELF tag 'SONAME'."
150 sonamelink=`${OBJDUMP} -p $libfile | grep SONAME | awk '{print $2}'`
H A Ddebian.bbclass77 for m in re.finditer(r"\s+SONAME\s+([^\s]+)", output):
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dprebuilt-libraries.rst18 #. The library must have the ELF tag ``SONAME`` set to the major version
20 running ``readelf -d filename | grep SONAME``.
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch394 + 0x0000000e (SONAME) Library soname: [libgcc_s.so.1]