Message ID | 20250828064523.114335-1-changqing.li@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-frozenlist: disable the support of ccache | expand |
diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb index 7d813a026c..363dab969e 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.7.0.bb @@ -11,4 +11,6 @@ DEPENDS += " \ python3-expandvars-native \ " +CCACHE_DISABLE = "1" + BBCLASSEXTEND = "native nativesdk"