diff options
author | Ross Burton <ross.burton@arm.com> | 2021-12-13 11:05:11 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 21:20:01 -0800 |
commit | e22afa3e393acceedff74975dfa4f33fd0088e72 (patch) | |
tree | 2489cf38747d78e7d4d01f07f2d2458e13a6bd68 /meta-webserver/recipes-httpd | |
parent | b176959055667bd0b214ea9295c75f50c09f2871 (diff) | |
download | meta-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.bb | 3 |
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 | ||
22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
23 | 23 | ||
24 | EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl \ | 24 | EXTRA_OECONF = "APACHECTL=${STAGING_DIR_TARGET}${sbindir}/apachectl" |
25 | LIBTOOL=${STAGING_DIR_TARGET}${bindir_crossscripts}/${HOST_SYS}-libtool" | ||
26 | 25 | ||
27 | do_install() { | 26 | do_install() { |
28 | install -d ${D}${libexecdir}/apache2/modules | 27 | install -d ${D}${libexecdir}/apache2/modules |