| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/ |
| H A D | libtool-cross_2.4.7.bb | 1 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 33 sed -i '/^archive_expsym_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/ [all …]
|
| H A D | nativesdk-libtool_2.4.7.bb | 1 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 D | libtool-2.4.7.inc | 2 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://0006-libtool.m4-Handle-as-a-sysroot-correctly.patch \ 20 file://0007-libtool-Fix-support-for-NIOS2-processor.patch \ 21 file://0008-libtool-Check-for-static-libs-for-internal-compiler-.patch \ 25 file://0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch \ 43 DEPENDS = "libtool-native"
|
| H A D | libtool-native_2.4.7.bb | 1 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 D | libtool_2.4.7.bb | 1 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"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0006-libtool.m4-Handle-as-a-sysroot-correctly.patch | 2 Subject: [PATCH 06/12] libtool.m4: Handle "/" as a sysroot correctly 4 Update libtool.m4 to resolve a problem with lt_sysroot not being properly 5 updated if the option '--with[-libtool]-sysroot' is not provided when 7 is handled correctly by libtool. 12 http://lists.gnu.org/archive/html/bug-libtool/2013-09/msg00005.html 14 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00018.htm… 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
|
| H A D | 0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch | 2 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 14 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00014.htm… 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 [all …]
|
| H A D | 0012-libtool.m4-For-reproducibility-stop-encoding-hostnam.patch | 2 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: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00011.htm… 15 diff --git a/m4/libtool.m4 b/m4/libtool.m4 17 --- a/m4/libtool.m4 18 +++ b/m4/libtool.m4
|
| H A D | 0008-libtool-Check-for-static-libs-for-internal-compiler-.patch | 2 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 D | multilib.patch | 5 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 D | 0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch | 5 Add these to the list of options libtool passes through. 9 Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00019.htm… 11 Index: libtool-2.4.7/build-aux/ltmain.in 13 --- libtool-2.4.7.orig/build-aux/ltmain.in 14 +++ libtool-2.4.7/build-aux/ltmain.in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/ |
| H A D | libtoolize_check.patch | 4 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 D | 0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch | 6 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/srecord/files/ |
| H A D | libtool.patch | 1 Instead of just looking for a libtool binary, actually configure libtool. 26 dnl! Now look for libtool. 28 -AC_CHECK_PROGS(LIBTOOL, libtool) 33 - Homepage: http://www.gnu.org/software/libtool/]) 38 - sudo apt-get install libtool 45 - sudo yum install libtool 52 - sudo pkg_add -r libtool 59 - libtool package.
|
| /OK3568_Linux_fs/buildroot/package/sdl_mixer/ |
| H A D | 0002-configure__set_macro_directory.patch | 17 libtool: Version mismatch error. This is libtool 2.4.6, but the 18 libtool: definition of this LT_INIT comes from libtool 2.2.6. 19 libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 20 libtool: and run autoconf again.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | depcomp | 47 libtool Whether libtool is used (yes/no). 255 if test "$libtool" = yes; then 304 if test "$libtool" = yes; then 444 if test "$libtool" = yes; then 487 if test "$libtool" = yes; then 521 if test "$libtool" = yes; then 576 if test "$libtool" = yes; then 627 if test "$libtool" = yes; then 682 if test "$libtool" = yes; then 725 if test "$libtool" = yes; then
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/ |
| H A D | apr_1.7.2.bb | 67 # The "2" means libtool version 2. 75 RDEPENDS:${PN}-dev += "bash libtool" 79 #for some reason, build/libtool.m4 handled by buildconf still be overwritten 82 sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4 92 rm -f ${D}${datadir}/build-1/libtool 93 sed -i s,LIBTOOL=.*,LIBTOOL=libtool,g ${D}${datadir}/build-1/apr_rules.mk 101 SSTATE_SCAN_FILES += "apr_rules.mk libtool" 111 sed -i s,LIBTOOL=.*,LIBTOOL=libtool,g $d/apr_rules.mk 116 cp ${S}/libtool ${SYSROOT_DESTDIR}${datadir}/build-1/libtool
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-autotools.mk | 68 patch -i support/libtool/buildroot-libtool-v1.5.patch $${i}; \ 70 patch -i support/libtool/buildroot-libtool-v2.2.patch $${i}; \ 73 patch -i support/libtool/buildroot-libtool-v2.4.4.patch $${i}; \ 75 patch -i support/libtool/buildroot-libtool-v2.4.patch $${i}; \ 257 $(2)_DEPENDENCIES += host-automake host-autoconf host-libtool
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | depcomp | 50 libtool Whether libtool is used (yes/no). 169 if test "$libtool" = yes; then 221 if test "$libtool" = yes; then 308 if test "$libtool" = yes; then 348 if test "$libtool" = yes; then 406 if test "$libtool" = yes; then 457 if test "$libtool" = yes; then 502 if test "$libtool" = yes; then
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius-libtool-do-not-use-jlibtool.patch | 4 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
|
| H A D | freeradius-libtool-detection.patch | 4 Subject: [PATCH 1/2] Fix libtool detection 8 Use LT_INIT instead of the deprecated AC_PROG_LIBTOOL to detect libtool, so it 9 can work with our libtoolize and libtool. 49 +#### libtool stuff #### 57 +dnl Unfortunately, even up to libtool 2.2.6a there is no way to know 63 +dnl only implemented in libtool 2.x, and refine as we go if we have 79 + [AC_MSG_ERROR([Unable to find libltdl version 2. Makes sure you have libtool 2.2 or later inst…
|
| /OK3568_Linux_fs/buildroot/package/libtool/ |
| H A D | libtool.mk | 8 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz 9 LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool 25 HOST_LIBTOOL_LICENSE = GPL-2.0+ (libtool), LGPL-2.1+ (libltdl) 55 LIBTOOL = $(HOST_DIR)/bin/libtool
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/subversion/ |
| H A D | subversion_1.14.2.bb | 46 rm -f ${S}/libtool 47 …rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S… 52 …libtool: 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…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0004-configure.ac-don-t-include-build-libtool.m4.patch | 4 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])
|
| /OK3568_Linux_fs/buildroot/support/libtool/ |
| H A D | buildroot-libtool-v2.4.4.patch | 2 Update based on libtool-2.4.4, useful for 2.4.3 as well but not 2.4.2. 36 -all-static | -static | -static-libtool-libs) 54 -static-libtool-libs) 71 - -static | -static-libtool-libs) 72 + -static-libtool-libs) 86 # Replace all uninstalled libtool libraries with the installed ones
|