mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
d8bb36abe8
commit
3a407c0cbc
|
|
@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
|
|||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
DEPENDS = "apache2 apache2-native"
|
||||
DEPENDS = "apache2 apache2-native pbzip2-native"
|
||||
RDEPENDS_${PN} += "apache2"
|
||||
|
||||
# Original (github.com/disconnect/apache-websocket) is dead since 2012, the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user