diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-07-29 16:31:12 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 08:47:08 -0700 |
| commit | 11a67b861af74d59ccfd609d6d943e966ccff731 (patch) | |
| tree | ce619cf42798050439a4c04ed471ed293f17ede4 /recipes-security/google-authenticator-libpam | |
| parent | d3a484abf81fc196389480df89cf5c82d13e6381 (diff) | |
| download | meta-security-11a67b861af74d59ccfd609d6d943e966ccff731.tar.gz | |
meta-security: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/google-authenticator-libpam')
| -rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb index f9ca092..4ab8374 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb | |||
| @@ -18,6 +18,6 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
| 18 | EXTRA_OECONF = "--libdir=${base_libdir}" | 18 | EXTRA_OECONF = "--libdir=${base_libdir}" |
| 19 | 19 | ||
| 20 | PACKAGES += "pam-google-authenticator" | 20 | PACKAGES += "pam-google-authenticator" |
| 21 | FILES_pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so" | 21 | FILES:pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so" |
| 22 | 22 | ||
| 23 | RDEPNEDS_pam-google-authenticator = "libpam" | 23 | RDEPNEDS_pam-google-authenticator = "libpam" |
