* [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'
@ 2016-07-21 8:48 Thomas Perrot
2016-07-21 13:38 ` Khem Raj
2016-08-08 15:10 ` akuster808
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Perrot @ 2016-07-21 8:48 UTC (permalink / raw)
To: yocto
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
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"
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'
2016-07-21 8:48 [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit' Thomas Perrot
@ 2016-07-21 13:38 ` Khem Raj
2016-08-08 15:10 ` akuster808
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-07-21 13:38 UTC (permalink / raw)
To: Thomas Perrot; +Cc: yocto@yoctoproject.org
On Thu, Jul 21, 2016 at 1:48 AM, Thomas Perrot <thomas.perrot@tupi.fr> wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
> ---
> 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)}
while this is ok. For consistency may be check for systemd in
DISTRO_FEATURES check is better since thats what is used in other
places.
>
> PACKAGECONFIG ?= "gmp "
> PACKAGECONFIG[gmp] = "--with-gmp, --with-gmp=no, gmp"
> --
> 2.1.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'
2016-07-21 8:48 [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit' Thomas Perrot
2016-07-21 13:38 ` Khem Raj
@ 2016-08-08 15:10 ` akuster808
1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2016-08-08 15:10 UTC (permalink / raw)
To: yocto
On 07/21/2016 01:48 AM, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
> ---
> recipes-tpm/trousers/trousers_0.3.13.bb | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
merged
>
> 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"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-08 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 8:48 [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit' Thomas Perrot
2016-07-21 13:38 ` Khem Raj
2016-08-08 15:10 ` akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.