From 756f65f0f8b6ca85868448551fbdf178c77d6251 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Wed, 1 Nov 2017 11:59:06 +0000 Subject: trousers: allow overriding localstatedir mandir sysconfdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is currently impossible to override localstatedir, mandir and sysconfdir during ./configure, because they are being overriden unconditionally. With this patch it is now possible to set above locations as needed. Signed-off-by: André Draszik Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/trousers/trousers_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-tpm/recipes-tpm/trousers/trousers_git.bb') diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb index 352374c..e9f838e 100644 --- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb +++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb @@ -15,6 +15,7 @@ SRC_URI = " \ file://trousers-udev.rules \ file://tcsd.service \ file://get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch \ + file://0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf