diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-05 21:35:23 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
commit | 115d6020d89092a2753b231948ea8d4e81c087d9 (patch) | |
tree | 11d9e85b617cf78a587630769786f873a4275370 | |
parent | c154f78ff61608ce927cf53ae3f12cfc566d09b3 (diff) | |
download | meta-openembedded-115d6020d89092a2753b231948ea8d4e81c087d9.tar.gz |
usermode: require pam in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/usermode/usermode_1.111.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.111.bb b/meta-gnome/recipes-support/usermode/usermode_1.111.bb index c2d73289e..0f880404c 100644 --- a/meta-gnome/recipes-support/usermode/usermode_1.111.bb +++ b/meta-gnome/recipes-support/usermode/usermode_1.111.bb | |||
@@ -23,7 +23,8 @@ SRC_URI[sha256sum] = "3dd0b9639b5bd396b7ea5fada6aaa694dbfdaa3ad06eb95a6eabcdfd02 | |||
23 | 23 | ||
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
25 | 25 | ||
26 | inherit autotools gettext pkgconfig | 26 | inherit distro_features_check autotools gettext pkgconfig |
27 | 27 | ||
28 | EXTRA_OEMAKE += "INSTALL='install -p'" | 28 | EXTRA_OEMAKE += "INSTALL='install -p'" |
29 | 29 | ||
30 | REQUIRED_DISTRO_FEATURES = "pam" | ||