Home
last modified time | relevance | path

Searched refs:libtool (Results 1 – 25 of 180) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-cross_2.4.7.bb1 require libtool-${PV}.inc
11 # Remove any existing libtool m4 since old stale versions would break
13 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
19 # artefact works on a machine where its not present. libtool-cross isn't used
26 install -m 0755 libtool ${D}${bindir_crossscripts}/libtool
31 -i ${D}${bindir_crossscripts}/libtool
32 sed -i '/^archive_cmds=/s/\-nostdlib//g' ${D}${bindir_crossscripts}/libtool
36 install -d ${D}${target_datadir}/libtool/build-aux/
38 install -c ${S}/build-aux/compile ${D}${target_datadir}/libtool/build-aux/
41 install -c ${S}/build-aux/depcomp ${D}${target_datadir}/libtool/build-aux/
[all …]
H A Dnativesdk-libtool_2.4.7.bb1 require libtool-${PV}.inc
3 FILESEXTRAPATHS =. "${FILE_DIRNAME}/libtool:"
9 S = "${WORKDIR}/libtool-${PV}"
10 FILES:${PN} += "${datadir}/libtool/*"
13 # Remove any existing libtool m4 since old stale versions would break
15 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
22 install -m 0755 libtool ${D}${bindir}/
29 install -m 755 ${D}${bindir}/libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/libtool
H A Dlibtool-2.4.7.inc2 DESCRIPTION = "This is GNU libtool, a generic library support script. \
5 HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
11 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
13 file://0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch \
18 file://0003-libtool.m4-Cleanup-sysroot-trailing.patch \
19 file://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \
21 file://0007-libtool-Fix-support-for-NIOS2-processor.patch \
22 file://0008-libtool-Check-for-static-libs-for-internal-compiler-.patch \
26 file://0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch \
44 DEPENDS = "libtool-native"
H A Dlibtool-native_2.4.7.bb1 require libtool-${PV}.inc
7 EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}"
10 # Remove any existing libtool m4 since old stale versions would break
12 rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
19 install -m 0755 libtool ${D}${bindir}/libtool
H A Dlibtool_2.4.7.bb1 require libtool-${PV}.inc
8 # We want the results of libtool-cross preserved - don't stage anything ourselves.
13 ${datadir}/libtool/build-aux \
29 -i ${D}${bindir}/libtool
34 MULTILIB_SCRIPTS = "${PN}:${bindir}/libtool"
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A Dlibtoolize_check.patch4 Subject: [PATCH] check for libtoolize rather than libtool
6 libtool is now in package libtool-bin, but apr only needs libtoolize.
21 # ltmain.sh (GNU libtool 1.1361 2004/01/02 23:10:52) 1.5a
24 -# Require libtool 1.4 or newer
25 -if test -z "$libtool"; then
26 - libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14`
28 -lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
33 - echo "buildconf: libtool not found."
35 echo " You need libtool version 1.4 or newer installed"
H A D0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch6 When ccache is enabled, libtool requires --tag=CC when use ccache,
9 | libtool: compile: unable to infer tagged configuration
10 | libtool: error: specify a tag with '--tag'
11 | libtool: compile: unable to infer tagged configuration
33 # Use a custom-made libtool replacement
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch2 Subject: [PATCH 02/12] libtool.m4: Rename the --with-sysroot option to avoid conflict with gcc/binu…
4 This patch renames the --with-sysroot option to --with-libtool-sysroot
12 http://lists.gnu.org/archive/html/libtool/2010-10/msg00048.html
16 Index: libtool-2.4.7/m4/libtool.m4
18 --- libtool-2.4.7.orig/m4/libtool.m4
19 +++ libtool-2.4.7/m4/libtool.m4
26 +AC_ARG_WITH([libtool-sysroot],
27 +[AS_HELP_STRING([--with-libtool-sysroot@<:@=DIR@:>@],
55 Index: libtool-2.4.7/tests/sysroot.at
57 --- libtool-2.4.7.orig/tests/sysroot.at
[all …]
H A D0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch2 Subject: [PATCH 12/12] libtool.m4: For reproducibility stop encoding hostname in libtool script
4 For reproducibilty, stop encoding the hostname into the libtool script, this isn't
10 https://sources.debian.org/data/main/libt/libtool/2.4.6-10/debian/patches/
13 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=bd826173c4c9c3f…
15 diff --git a/m4/libtool.m4 b/m4/libtool.m4
17 --- a/m4/libtool.m4
18 +++ b/m4/libtool.m4
H A D0003-libtool.m4-Cleanup-sysroot-trailing.patch1 libtool.m4: Cleanup sysroot trailing "/"
3 If $CC has --sysroot=/, it is a valid configuration however libtool will
14 * m4/libtool.m4: Cleanup sysroot trailing '/' handling
16 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=365805327c7b9bb…
20 m4/libtool.m4 | 4 +++-
23 diff --git a/m4/libtool.m4 b/m4/libtool.m4
25 --- a/m4/libtool.m4
26 +++ b/m4/libtool.m4
H A D0006-libtool.m4-Handle-as-a-sysroot-correctly.patch1 libtool.m4: Change libtool to handle sysroots by default
10 m4/libtool.m4 | 6 +++---
13 diff --git a/m4/libtool.m4 b/m4/libtool.m4
15 --- a/m4/libtool.m4
16 +++ b/m4/libtool.m4
H A D0007-libtool-Fix-support-for-NIOS2-processor.patch1 libtool: Fix support for NIOS2 processor
4 is caught by the some of the greedy checks for OS/2 in libtool,
6 the nios2 string, which results in incorrect behavior of libtool.
18 Submitted: https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00021.html
19 Reworked and submitted: https://lists.gnu.org/archive/html/libtool-patches/2024-01/msg00068.html
20 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=49e6cb0d4dfdca2…
22 Index: libtool-2.4.7/build-aux/ltmain.in
24 --- libtool-2.4.7.orig/build-aux/ltmain.in
25 +++ libtool-2.4.7/build-aux/ltmain.in
H A D0008-libtool-Check-for-static-libs-for-internal-compiler-.patch2 Subject: [PATCH 08/12] libtool: Check for static libs for internal compiler libraries
16 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00016.htm…
18 diff --git a/m4/libtool.m4 b/m4/libtool.m4
20 --- a/m4/libtool.m4
21 +++ b/m4/libtool.m4
H A Dmultilib.patch5 Ugly, but just patch this out. This fixes issues where libtool and
6 libXX-libtool couldn't be installed into the same system.
11 Index: libtool-2.4.6/libtoolize.in
13 --- libtool-2.4.6.orig/libtoolize.in
14 +++ libtool-2.4.6/libtoolize.in
H A Dnohardcodepaths.patch9 Index: libtool-2.4.5/libtoolize.in
11 --- libtool-2.4.5.orig/libtoolize.in
12 +++ libtool-2.4.5/libtoolize.in
H A D0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch6 Add these to the list of options libtool passes through.
12 https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00019.html
13 https://lists.gnu.org/archive/html/libtool-patches/2024-01/msg00066.html
14 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=cdf4bf702f11d17…
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0008-libtool.patch4 Subject: [PATCH] libtool
9 This patch stops this speading to libdir in the libstdc++.la file within libtool.
10 Arguably, it shouldn't be passing this into libtool in the first place but
18 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2023-04/msg00000.htm…
29 func_warning "ignoring multiple \`-rpath's for a libtool library"
/openbmc/openbmc/poky/meta/recipes-support/apr/
H A Dapr_1.7.4.bb69 # The "2" means libtool version 2.
77 RDEPENDS:${PN}-dev += "bash libtool"
81 #for some reason, build/libtool.m4 handled by buildconf still be overwritten
84 sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4
94 rm -f ${D}${datadir}/build-1/libtool
95 sed -i s,LIBTOOL=.*,LIBTOOL=libtool,g ${D}${datadir}/build-1/apr_rules.mk
103 SSTATE_SCAN_FILES += "apr_rules.mk libtool"
113 sed -i s,LIBTOOL=.*,LIBTOOL=libtool,g $d/apr_rules.mk
118 cp ${S}/libtool ${SYSROOT_DESTDIR}${datadir}/build-1/libtool
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0004-configure.ac-don-t-include-build-libtool.m4.patch4 Subject: [PATCH 04/11] configure.ac: don't include build/libtool.m4
6 we delete build/libtool.m4 before do_configure,
7 we will use libtool.m4 under ACLOCALDIR
27 -m4_include([build/libtool.m4])
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0004-Fix-libtool-detection.patch4 Subject: [PATCH] Fix libtool detection
6 Use LT_INIT instead of the deprecated AC_PROG_LIBTOOL to detect libtool, so it
7 can work with our libtoolize and libtool.
30 +#### libtool stuff ####
38 +dnl Unfortunately, even up to libtool 2.2.6a there is no way to know
44 +dnl only implemented in libtool 2.x, and refine as we go if we have
60 + [AC_MSG_ERROR([Unable to find libltdl version 2. Makes sure you have libtool 2.2 or later inst…
H A D0008-libtool-do-not-use-jlibtool.patch4 Subject: [PATCH] libtool: do not use jlibtool
7 our libtool, so fix the makfiles to make it compatible
8 with our libtool.
18 scripts/libtool.mk | 22 ++++++++++++++++------
88 # Install libtool library ${1}
118 diff --git a/scripts/libtool.mk b/scripts/libtool.mk
120 --- a/scripts/libtool.mk
121 +++ b/scripts/libtool.mk
131 # When using libtool, it produces a '.libs' directory. Ensure that it
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.3.bb46 rm -f ${S}/libtool
47 …rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S…
52libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/bu…
53 #| x86_64-linux-libtool: install: error: relink `libsvn_ra_serf-1.la' with the above command before…
54 #| x86_64-linux-libtool: install: warning: `../../subversion/libsvn_repos/libsvn_repos-1.la' has no…
/openbmc/openpower-host-ipmi-oem/
H A D.gitignore30 # https://www.gnu.org/software/libtool/
31 /libtool
46 *-libtool
/openbmc/phosphor-mboxd/
H A D.gitignore30 # https://www.gnu.org/software/libtool/
41 /libtool
50 arm-openbmc-linux-gnueabi-libtool
/openbmc/hiomapd/
H A D.gitignore30 # https://www.gnu.org/software/libtool/
41 /libtool
50 arm-openbmc-linux-gnueabi-libtool

12345678