diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2017-02-24 13:35:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:15 +0100 |
commit | 3a407c0cbcca10c7719f39ec0441c9d91deb5ab6 (patch) | |
tree | c7b873b97854dc4bd2dcec50b201b77d792ee69a /meta-webserver | |
parent | d8bb36abe8fb9d3d8da2fdbdc7b9ddefce1acc7f (diff) | |
download | meta-openembedded-3a407c0cbcca10c7719f39ec0441c9d91deb5ab6.tar.gz |
apache-websocket: add depend on pbzip2-native
This fixes the build failure:
ERROR: apache-websocket-0.1.1-r0 do_install_source: Failed to
archive (...) /bin/sh: pbzip2: command not found
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | 2 |
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 | ||
7 | inherit autotools-brokensep pkgconfig | 7 | inherit autotools-brokensep pkgconfig |
8 | 8 | ||
9 | DEPENDS = "apache2 apache2-native" | 9 | DEPENDS = "apache2 apache2-native pbzip2-native" |
10 | RDEPENDS_${PN} += "apache2" | 10 | RDEPENDS_${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 |