All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] autofs: Fix build breakage with systemd in DISTRO_FEATURE
@ 2013-03-18 21:18 Khem Raj
  2013-03-19  0:55 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2013-03-18 21:18 UTC (permalink / raw)
  To: openembedded-devel

When systemd is in distro features we need to translate it
into the appropriate PACKAGECONFIG flag

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-daemons/autofs/autofs_5.0.7.bb         |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index 6cc3b25..7d8cf17 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -51,6 +51,8 @@ CFLAGS += "${LDFLAGS}"
 
 PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd"
 
+PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
+
 EXTRA_OEMAKE = "DONTSTRIP=1"
 EXTRA_OECONF += "--disable-mount-locking \
                 --enable-ignore-busy --with-openldap=no \
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-networking][PATCH] autofs: Fix build breakage with systemd in DISTRO_FEATURE
  2013-03-18 21:18 [meta-networking][PATCH] autofs: Fix build breakage with systemd in DISTRO_FEATURE Khem Raj
@ 2013-03-19  0:55 ` Joe MacDonald
  0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2013-03-19  0:55 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

[[oe] [meta-networking][PATCH] autofs: Fix build breakage with systemd in DISTRO_FEATURE] On 13.03.18 (Mon 14:18) Khem Raj wrote:

> When systemd is in distro features we need to translate it
> into the appropriate PACKAGECONFIG flag

Aw poo.  Thanks, Khem.  Merged.

-J.

> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../recipes-daemons/autofs/autofs_5.0.7.bb         |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> index 6cc3b25..7d8cf17 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -51,6 +51,8 @@ CFLAGS += "${LDFLAGS}"
>  
>  PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd"
>  
> +PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
> +
>  EXTRA_OEMAKE = "DONTSTRIP=1"
>  EXTRA_OECONF += "--disable-mount-locking \
>                  --enable-ignore-busy --with-openldap=no \
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-19  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18 21:18 [meta-networking][PATCH] autofs: Fix build breakage with systemd in DISTRO_FEATURE Khem Raj
2013-03-19  0:55 ` Joe MacDonald

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.