summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-12-13 11:05:11 +0000
committerKhem Raj <raj.khem@gmail.com>2021-12-13 21:20:01 -0800
commite22afa3e393acceedff74975dfa4f33fd0088e72 (patch)
tree2489cf38747d78e7d4d01f07f2d2458e13a6bd68 /meta-webserver/recipes-httpd
parentb176959055667bd0b214ea9295c75f50c09f2871 (diff)
downloadmeta-openembedded-e22afa3e393acceedff74975dfa4f33fd0088e72.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb3
1 files changed, 1 insertions, 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 cf6e28a20..040788609 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"
21 21
22LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 22LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
23 23
24EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl \ 24EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl"
25 LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool"
26 25
27do_install() { 26do_install() {
28 install -d ${D}${libexecdir}/apache2/modules 27 install -d ${D}${libexecdir}/apache2/modules