summaryrefslogtreecommitdiffstats
path: root/recipes-security/google-authenticator-libpam
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2024-07-22 06:31:17 -0400
committerArmin Kuster <akuster808@gmail.com>2024-07-29 20:07:01 -0400
commitca109750337d0c4a0cd63b5be8d32b436b544704 (patch)
treec8ee2ff511cf6abf38f88b8742d1b2f28fb42084 /recipes-security/google-authenticator-libpam
parentf0deac37873e0e4c2f7adcdfa6846679743a600f (diff)
downloadmeta-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.bb2
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
9DEPENDS = "libpam" 9DEPENDS = "libpam"
10 10
11S = "${WORKDIR}/git" 11S = "${UNPACKDIR}/git"
12 12
13inherit autotools features_check 13inherit autotools features_check
14 14