mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cherokee: Use python3 native during build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5057746583
commit
698c36f584
|
|
@ -20,7 +20,7 @@ SRC_URI = "git://github.com/cherokee/webserver \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep pkgconfig binconfig update-rc.d systemd pythonnative
|
||||
inherit autotools-brokensep pkgconfig binconfig update-rc.d systemd python3native
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||
PACKAGECONFIG[ffmpeg] = "--with-ffmpeg,--without-ffmpeg,libav"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user