mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
nghttp2: never build python bindings
This has already been done for oe-core/master. (From OE-Core rev: 9e8cbf46fe6e4e257b76b228de56d4a891199896) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
351110f0cf
commit
30656ea54d
@@ -19,6 +19,10 @@ PACKAGECONFIG[manpages] = ""
|
||||
# first place
|
||||
EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF"
|
||||
|
||||
# Do not let configure try to decide this.
|
||||
#
|
||||
EXTRA_OECMAKE += "-DENABLE_PYTHON_BINDINGS=OFF"
|
||||
|
||||
PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
|
||||
|
||||
RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
|
||||
|
||||
Reference in New Issue
Block a user