summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb2
1 files changed, 1 insertions, 1 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 da33115aa..0beb3ed04 100644
--- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
+++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
6 6
7inherit autotools-brokensep pkgconfig 7inherit autotools-brokensep pkgconfig
8 8
9DEPENDS = "apache2 apache2-native" 9DEPENDS = "apache2 apache2-native pbzip2-native"
10RDEPENDS_${PN} += "apache2" 10RDEPENDS_${PN} += "apache2"
11 11
12# Original (github.com/disconnect/apache-websocket) is dead since 2012, the 12# Original (github.com/disconnect/apache-websocket) is dead since 2012, the