diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2016-07-21 10:48:20 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-08-20 10:22:59 -0700 |
commit | 6f09eccae7879c722e3dfafb488c90ed95941683 (patch) | |
tree | 1cf1a50c61ded7e3b9c6ef4bf913af4c0f633056 | |
parent | 0ba8cd8b2095b501baa86e8bf95dbf525d095b29 (diff) | |
download | meta-security-6f09eccae7879c722e3dfafb488c90ed95941683.tar.gz |
Fix a trousers build on when not in use systemd: unparsed line: 'inherit'
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-tpm/trousers/trousers_0.3.13.bb | 3 |
1 files changed, 1 insertions, 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}-${ | |||
16 | SRC_URI[md5sum] = "ad508f97b406f6e48cd90e85d78e7ca8" | 16 | SRC_URI[md5sum] = "ad508f97b406f6e48cd90e85d78e7ca8" |
17 | SRC_URI[sha256sum] = "bb908e4a3c88a17b247a4fc8e0fff3419d8a13170fe7bdfbe0e2c5c082a276d3" | 17 | SRC_URI[sha256sum] = "bb908e4a3c88a17b247a4fc8e0fff3419d8a13170fe7bdfbe0e2c5c082a276d3" |
18 | 18 | ||
19 | inherit autotools pkgconfig useradd update-rc.d | 19 | inherit autotools pkgconfig useradd update-rc.d ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |
20 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | ||
21 | 20 | ||
22 | PACKAGECONFIG ?= "gmp " | 21 | PACKAGECONFIG ?= "gmp " |
23 | PACKAGECONFIG[gmp] = "--with-gmp, --with-gmp=no, gmp" | 22 | PACKAGECONFIG[gmp] = "--with-gmp, --with-gmp=no, gmp" |