From b0b1afee5abc1d84d574cbe94f3a22f332b1d344 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: Apr 24 2020 16:01:54 +0000 Subject: vars/python2_host.vars: explicitly disable `ossaudiodev' module given presence of oss4-dev host package (via JL2210.) --- diff --git a/vars/python2_host.vars b/vars/python2_host.vars index 266b666..00fe379 100644 --- a/vars/python2_host.vars +++ b/vars/python2_host.vars @@ -13,6 +13,7 @@ cfgtest_ldflags_append "-L$mb_prefix/lib"' "../sbpython2/project/config/cfgdefs. || ! sed -i"" '/^PYCOMPILE_CFLAGS.*+= -std=c99/a\ PYCOMPILE_CFLAGS += -I'"${PREFIX}"'/include ' "../sbpython2/project/pycompile.mk"\ + || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython2/project/pyexts.mk\ || ! ex_pkg_state_set "${PKG_NAME}" "fetch_download" "-fetch_extract"; then return 1; fi;