From e22afa3e393acceedff74975dfa4f33fd0088e72 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 13 Dec 2021 11:05:11 +0000 Subject: apache-websocket: remove obsolete support for renamed libtool libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-webserver') 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 -- cgit v1.2.3-54-g00ecf