diff options
| author | Armin Kuster <akuster808@gmail.com> | 2024-07-22 06:31:17 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-07-29 20:07:01 -0400 |
| commit | ca109750337d0c4a0cd63b5be8d32b436b544704 (patch) | |
| tree | c8ee2ff511cf6abf38f88b8742d1b2f28fb42084 /recipes-security/google-authenticator-libpam | |
| parent | f0deac37873e0e4c2f7adcdfa6846679743a600f (diff) | |
| download | meta-security-ca109750337d0c4a0cd63b5be8d32b436b544704.tar.gz | |
recipes-*: convert WORKDIR->UNPACKDIR
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.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb index 8a0b1ee..ba0531c 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | |||
| @@ -8,7 +8,7 @@ SRCREV = "962f353aac6cfc7b804547319db40f8b804f0b6c" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "libpam" | 9 | DEPENDS = "libpam" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools features_check | 13 | inherit autotools features_check |
| 14 | 14 | ||
