All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] net-snmp: use precise BSD license
@ 2021-12-13 11:05 Ross Burton
  2021-12-13 11:05 ` [PATCH 02/12] gnome-themes-extra: set correct SRC_URI Ross Burton
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is vague, this license is BSD 3-clause BSD.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
index e5a28de40d..b0c5bbdac0 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Various tools relating to the Simple Network Management Protocol"
 HOMEPAGE = "http://www.net-snmp.org/"
 SECTION = "net"
-LICENSE = "BSD & MIT"
+LICENSE = "BSD-3-Clause & MIT"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=9d100a395a38584f2ec18a8275261687"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 02/12] gnome-themes-extra: set correct SRC_URI
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 03/12] qpdf: remove obsolete support for renamed libtool Ross Burton
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

gnome-themes-extra uses an unconventional version for GNOME as it doesn't
have three parts, it's just 3.28 instead of 3.28.0.

Because of this the default SRC_URI from gnomebase doesn't work, so
manually set the correct SRC_URI.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
index 3a018bb519..bba972006a 100644
--- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
@@ -12,6 +12,8 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
 
 DEPENDS += "intltool-native gtk+"
 
+# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
 SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
 SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 03/12] qpdf: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
  2021-12-13 11:05 ` [PATCH 02/12] gnome-themes-extra: set correct SRC_URI Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 04/12] php: " Ross Burton
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
index 964becf1dd..793dbb1953 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_10.4.0.bb
@@ -5,9 +5,9 @@ SECTION = "libs"
 DEPENDS = "libpcre zlib libjpeg-turbo"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
+SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
 
 LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
-SRC_URI[sha256sum] = "9ac6e691cc3f35a9fe44632e3fba727e1b6ef21181c0a883287abf5cf97ae222"
 
 inherit autotools-brokensep gettext
 
@@ -17,8 +17,6 @@ EXTRA_OECONF = "--without-random \
                 --disable-check-autofiles \
                 "
 
-EXTRA_OEMAKE:class-target = "LIBTOOL=${HOST_SYS}-libtool"
-
 LDFLAGS:append:mipsarch = " -latomic"
 LDFLAGS:append:riscv32 = " -latomic"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 04/12] php: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
  2021-12-13 11:05 ` [PATCH 02/12] gnome-themes-extra: set correct SRC_URI Ross Burton
  2021-12-13 11:05 ` [PATCH 03/12] qpdf: remove obsolete support for renamed libtool Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 05/12] dhcp-relay: " Ross Burton
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb b/meta-oe/recipes-devtools/php/php_8.0.12.bb
index 4f484179cc..38771948f1 100644
--- a/meta-oe/recipes-devtools/php/php_8.0.12.bb
+++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb
@@ -141,8 +141,8 @@ EOF
 
 do_configure:append() {
     # No, libtool, we really don't want rpath set...
-    sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${HOST_SYS}-libtool
-    sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${HOST_SYS}-libtool
+    sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+    sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 }
 
 do_install:append:class-native() {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 05/12] dhcp-relay: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (2 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 04/12] php: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 06/12] apache2: " Ross Burton
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
index 93364758e3..8e41609f00 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb
@@ -43,7 +43,6 @@ EXTRA_OECONF = "--enable-paranoia \
                 --enable-libtool \
                 --with-randomdev=/dev/random \
                "
-EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'"
 
 # Enable shared libs per dhcp README
 do_configure:prepend () {
@@ -59,7 +58,7 @@ do_compile:prepend() {
     install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/bind/bind-9.11.32/
     cp -fpR ${S}/m4/*.m4 ${S}/bind/bind-9.11.32/libtool.m4/
     rm -rf ${S}/bind/bind-9.11.32/libtool
-    install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/
+    install -m 0755 ${S}/libtool ${S}/bind/bind-9.11.32/
 }
 
 do_install:append () {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 06/12] apache2: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (3 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 05/12] dhcp-relay: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 07/12] xfsdump: " Ross Burton
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
index 4b36c50d55..29deedf3a6 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.51.bb
@@ -156,7 +156,6 @@ apache_sysroot_preprocess() {
     install -d ${SYSROOT_DESTDIR}${sbindir}
     install -m 755 ${D}${sbindir}/apachectl ${SYSROOT_DESTDIR}${sbindir}
     sed -i 's!my $installbuilddir = .*!my $installbuilddir = "${STAGING_DIR_HOST}/${datadir}/${BPN}/build";!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs
-    sed -i 's!my $libtool = .*!my $libtool = "${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool";!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/apxs
 
     sed -i 's!^APR_CONFIG = .*!APR_CONFIG = ${STAGING_BINDIR_CROSS}/apr-1-config!' ${SYSROOT_DESTDIR}${datadir}/${BPN}/build/config_vars.mk
     sed -i 's!^APU_CONFIG = .*!APU_CONFIG = ${STAGING_BINDIR_CROSS}/apu-1-config!' ${SYSROOT_DESTDIR}${datadir}/${BPN}/build/config_vars.mk
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 07/12] xfsdump: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (4 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 06/12] apache2: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 08/12] unbound: " Ross Burton
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
index 3e18fba74f..3b06730b70 100644
--- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
+++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.9.bb
@@ -25,8 +25,6 @@ PACKAGECONFIG[gettext] = "--enable-gettext=yes,--enable-gettext=no,gettext"
 
 CFLAGS += "-D_FILE_OFFSET_BITS=64"
 
-EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool' V=1"
-
 do_configure () {
     export DEBUG="-DNDEBUG"
     install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 08/12] unbound: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (5 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 07/12] xfsdump: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 09/12] cpufrequtils: " Ross Burton
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-networking/recipes-support/unbound/unbound_1.13.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
index 4eb313ad09..61a75d71f4 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb
@@ -22,9 +22,7 @@ RDEPENDS:${PN} = "bash openssl-bin daemonize"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--with-libexpat=${STAGING_EXECPREFIXDIR} \
-		--with-ssl=${STAGING_EXECPREFIXDIR} \
-		libtool=${HOST_SYS}-libtool \
-"
+		--with-ssl=${STAGING_EXECPREFIXDIR}"
 		
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd', d)}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 09/12] cpufrequtils: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (6 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 08/12] unbound: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 10/12] gtk+: " Ross Burton
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
index f1fb3052e0..ff41459968 100644
--- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
+++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
-EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo 'CP=cp'"
+EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} STRIPCMD=echo 'CP=cp'"
 
 do_compile() {
     oe_runmake
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 10/12] gtk+: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (7 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 09/12] cpufrequtils: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 11/12] srecord: " Ross Burton
  2021-12-13 11:05 ` [PATCH 12/12] apache-websocket: " Ross Burton
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../gtk+/gtk+/hardcoded_libtool.patch         | 36 -------------------
 meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb    |  1 -
 2 files changed, 37 deletions(-)
 delete mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch

diff --git a/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch b/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
deleted file mode 100644
index 9eb7f6bf5c..0000000000
--- a/meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-Updated to apply to gtk+-2.24.15
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-Index: gtk+-2.24.31/configure.ac
-===================================================================
---- gtk+-2.24.31.orig/configure.ac
-+++ gtk+-2.24.31/configure.ac
-@@ -415,7 +415,7 @@ AC_MSG_CHECKING([Whether to write depend
- case $enable_explicit_deps in
-   auto)
-     export SED
--    deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
-+    deplibs_check_method=`(./$host_alias-libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
-     if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
-       enable_explicit_deps=yes  
-     else
-@@ -772,7 +772,7 @@ else
-     dnl Now we check to see if our libtool supports shared lib deps
-     dnl (in a rather ugly way even)
-     if $dynworks; then
--        module_libtool_config="${CONFIG_SHELL-/bin/sh} ./libtool --config"
-+        module_libtool_config="${CONFIG_SHELL-/bin/sh} $host_alias-libtool --config"
-         module_deplibs_check=`$module_libtool_config | \
-             grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \
-             sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'`
-@@ -1579,7 +1579,7 @@ fi
- # We are using gmodule-no-export now, but I'm leaving the stripping
- # code in place for now, since pango and atk still require gmodule.
- export SED
--export_dynamic=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
-+export_dynamic=`($host_alias-libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
- if test -n "$export_dynamic"; then
-   GDK_DEP_LIBS=`echo $GDK_DEP_LIBS | sed -e "s/$export_dynamic//"`
-   GTK_DEP_LIBS=`echo $GTK_DEP_LIBS | sed -e "s/$export_dynamic//"`
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
index ccd82b91f2..082967e04c 100644
--- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c"
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
            file://xsettings.patch \
-           file://hardcoded_libtool.patch \
            file://toggle-font.diff;striplevel=0 \
            file://doc-fixes.patch \
            file://strict-prototypes.patch \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 11/12] srecord: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (8 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 10/12] gtk+: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  2021-12-13 11:05 ` [PATCH 12/12] apache-websocket: " Ross Burton
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/srecord/srecord_1.64.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb
index 4c34fa1bc3..4a00be1baf 100644
--- a/meta-oe/recipes-support/srecord/srecord_1.64.bb
+++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb
@@ -17,7 +17,7 @@ DEPENDS = "libtool-native boost groff-native"
 
 inherit autotools-brokensep
 
-EXTRA_OECONF = "--without-gcrypt LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
+EXTRA_OECONF = "--without-gcrypt"
 
 # Set variable WITHOUT_DOC=0 to enable documentation generation
 EXTRA_OEMAKE = "WITHOUT_DOC=1"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 12/12] apache-websocket: remove obsolete support for renamed libtool
  2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
                   ` (9 preceding siblings ...)
  2021-12-13 11:05 ` [PATCH 11/12] srecord: " Ross Burton
@ 2021-12-13 11:05 ` Ross Burton
  10 siblings, 0 replies; 12+ messages in thread
From: Ross Burton @ 2021-12-13 11:05 UTC (permalink / raw)
  To: openembedded-devel

libtool is now longer renamed to ${host}-libtool, so remove the changes
to support this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-httpd/apache-mod/apache-websocket_git.bb           | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
index cf6e28a20c..040788609e 100644
--- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
+++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
@@ -21,8 +21,7 @@ S = "${WORKDIR}/git"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 
-EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl \
-                LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool"
+EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl"
 
 do_install() {
     install -d ${D}${libexecdir}/apache2/modules
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-12-13 11:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 11:05 [PATCH 01/12] net-snmp: use precise BSD license Ross Burton
2021-12-13 11:05 ` [PATCH 02/12] gnome-themes-extra: set correct SRC_URI Ross Burton
2021-12-13 11:05 ` [PATCH 03/12] qpdf: remove obsolete support for renamed libtool Ross Burton
2021-12-13 11:05 ` [PATCH 04/12] php: " Ross Burton
2021-12-13 11:05 ` [PATCH 05/12] dhcp-relay: " Ross Burton
2021-12-13 11:05 ` [PATCH 06/12] apache2: " Ross Burton
2021-12-13 11:05 ` [PATCH 07/12] xfsdump: " Ross Burton
2021-12-13 11:05 ` [PATCH 08/12] unbound: " Ross Burton
2021-12-13 11:05 ` [PATCH 09/12] cpufrequtils: " Ross Burton
2021-12-13 11:05 ` [PATCH 10/12] gtk+: " Ross Burton
2021-12-13 11:05 ` [PATCH 11/12] srecord: " Ross Burton
2021-12-13 11:05 ` [PATCH 12/12] apache-websocket: " Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.