[openwrt/openwrt] apk: disable python module

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 18 06:11:03 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3a1c19fd6b20e8ddc589519b192a65cc4270e22c

commit 3a1c19fd6b20e8ddc589519b192a65cc4270e22c
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sun Feb 9 18:40:56 2025 +0100

    apk: disable python module
    
    APK recently introduced python binding support. Disable this sub module
    as we don't ship python in normal build to reduce space.
    
    Link: https://github.com/openwrt/openwrt/pull/17925
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/system/apk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile
index c57edb9a87..b1b1fd3a40 100644
--- a/package/system/apk/Makefile
+++ b/package/system/apk/Makefile
@@ -61,6 +61,7 @@ MESON_COMMON_ARGS = \
 	-Ddefault_library=static \
 	-Durl_backend=wget \
 	-Dzstd=false \
+	-Dpython=disabled \
 	-Dtests=disabled
 
 MESON_HOST_ARGS += \




More information about the lede-commits mailing list