summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libuser/libuser_0.62.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libuser/libuser_0.62.bb')
-rw-r--r--meta/recipes-extended/libuser/libuser_0.62.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb
index 1765346646..7ec54eb16e 100644
--- a/meta/recipes-extended/libuser/libuser_0.62.bb
+++ b/meta/recipes-extended/libuser/libuser_0.62.bb
@@ -22,6 +22,9 @@ SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3c
22 22
23DEPENDS = "popt libpam glib-2.0 python3" 23DEPENDS = "popt libpam glib-2.0 python3"
24 24
25inherit distro_features_check
26REQUIRED_DISTRO_FEATURES = "pam"
27
25inherit autotools gettext python3native python3-dir pkgconfig gtk-doc 28inherit autotools gettext python3native python3-dir pkgconfig gtk-doc
26 29
27EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" 30EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}"