Skip to content

Commit

Permalink
yasm: Update build for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Nov 30, 2019
1 parent b9dd167 commit f1265a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-devtools/yasm/yasm_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/yasm/yasm.git"

S = "${WORKDIR}/git"

inherit autotools gettext pythonnative
inherit autotools gettext python3native

CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"

Expand Down

0 comments on commit f1265a3

Please sign in to comment.