| Message ID | 20260326152143.2224099-2-zboszor@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-gnome,01/13] libuser: Stop using PYTHON_ABI | expand |
diff --git a/meta-gnome/recipes-support/libuser/libuser_0.64.bb b/meta-gnome/recipes-support/libuser/libuser_0.64.bb index 27cbb43486..64b51e6c97 100644 --- a/meta-gnome/recipes-support/libuser/libuser_0.64.bb +++ b/meta-gnome/recipes-support/libuser/libuser_0.64.bb @@ -26,7 +26,7 @@ inherit autotools features_check gettext python3native python3-dir pkgconfig gtk REQUIRED_DISTRO_FEATURES = "pam" -EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" +EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" do_configure:prepend() { install -d ${S}/admin -d ${S}/m4
PYTHON_DIR contains PYTHON_ABI, use that. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --- meta-gnome/recipes-support/libuser/libuser_0.64.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)