From 6f09eccae7879c722e3dfafb488c90ed95941683 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Thu, 21 Jul 2016 10:48:20 +0200 Subject: Fix a trousers build on when not in use systemd: unparsed line: 'inherit' Signed-off-by: Thomas Perrot Signed-off-by: Armin Kuster --- recipes-tpm/trousers/trousers_0.3.13.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-tpm/trousers/trousers_0.3.13.bb b/recipes-tpm/trousers/trousers_0.3.13.bb index e274972..6853f18 100644 --- a/recipes-tpm/trousers/trousers_0.3.13.bb +++ b/recipes-tpm/trousers/trousers_0.3.13.bb @@ -16,8 +16,7 @@ SRC_URI = "http://sourceforge.net/projects/trousers/files/${BPN}/${PV}/${BPN}-${ SRC_URI[md5sum] = "ad508f97b406f6e48cd90e85d78e7ca8" SRC_URI[sha256sum] = "bb908e4a3c88a17b247a4fc8e0fff3419d8a13170fe7bdfbe0e2c5c082a276d3" -inherit autotools pkgconfig useradd update-rc.d -inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} +inherit autotools pkgconfig useradd update-rc.d ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} PACKAGECONFIG ?= "gmp " PACKAGECONFIG[gmp] = "--with-gmp, --with-gmp=no, gmp" -- cgit v1.2.3-54-g00ecf