diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-08 10:04:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 09:44:33 +0100 |
commit | 562210c8a09967e1573107fea12e0bd2cca5501b (patch) | |
tree | 4588144e137cc329c5e9c497cbafd4c7a2d33b9a /meta/recipes-extended | |
parent | fddb23c3106d0d6e5d41a7933298ebb11744cf05 (diff) | |
download | poky-562210c8a09967e1573107fea12e0bd2cca5501b.tar.gz |
ppp, libpam: Add missing dep on virtual/crypt
(From OE-Core rev: 0842bd7093040d1f99ffa0523b993341653b1c87)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb index 92ab72a42f..3aec2cdb4c 100644 --- a/meta/recipes-extended/pam/libpam_1.3.0.bb +++ b/meta/recipes-extended/pam/libpam_1.3.0.bb | |||
@@ -32,7 +32,7 @@ SRC_URI_append_libc-musl = " file://0001-Add-support-for-defining-missing-funcit | |||
32 | file://include_paths_header.patch \ | 32 | file://include_paths_header.patch \ |
33 | " | 33 | " |
34 | 34 | ||
35 | DEPENDS = "bison-native flex flex-native cracklib libxml2-native" | 35 | DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" |
36 | 36 | ||
37 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 37 | EXTRA_OECONF = "--with-db-uniquename=_pam \ |
38 | --includedir=${includedir}/security \ | 38 | --includedir=${includedir}/security \ |