* [PATCH 1/2] autofs: pass systemd directory to configure
@ 2013-10-17 11:38 Andreas Oberritter
2013-10-17 11:38 ` [PATCH 2/2] autofs: change DESCRIPTION to SUMMARY Andreas Oberritter
2013-10-17 11:45 ` [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure Andreas Oberritter
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Oberritter @ 2013-10-17 11:38 UTC (permalink / raw)
To: openembedded-devel
Otherwise, configure will try to auto-detect using host paths.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 1 +
1 file changed, 1 insertion(+)
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 0c66ebc..905be40 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \
"
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
ac_cv_path_RPCGEN=rpcgen \
+ systemddir=${systemd_unitdir}/system \
"
do_configure_prepend () {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] autofs: change DESCRIPTION to SUMMARY
2013-10-17 11:38 [PATCH 1/2] autofs: pass systemd directory to configure Andreas Oberritter
@ 2013-10-17 11:38 ` Andreas Oberritter
2013-10-17 11:45 ` [meta-networking][PATCH v2 " Andreas Oberritter
2013-10-17 11:45 ` [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure Andreas Oberritter
1 sibling, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2013-10-17 11:38 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 905be40..f8df0ef 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Kernel based automounter for linux."
+SUMMARY = "Kernel based automounter for linux."
SECTION = "base"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure
2013-10-17 11:38 [PATCH 1/2] autofs: pass systemd directory to configure Andreas Oberritter
2013-10-17 11:38 ` [PATCH 2/2] autofs: change DESCRIPTION to SUMMARY Andreas Oberritter
@ 2013-10-17 11:45 ` Andreas Oberritter
2013-10-18 16:31 ` Joe MacDonald
1 sibling, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2013-10-17 11:45 UTC (permalink / raw)
To: openembedded-devel
Otherwise, configure will try to auto-detect using host paths.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 1 +
1 file changed, 1 insertion(+)
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 0c66ebc..905be40 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \
"
CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
ac_cv_path_RPCGEN=rpcgen \
+ systemddir=${systemd_unitdir}/system \
"
do_configure_prepend () {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-networking][PATCH v2 2/2] autofs: change DESCRIPTION to SUMMARY
2013-10-17 11:38 ` [PATCH 2/2] autofs: change DESCRIPTION to SUMMARY Andreas Oberritter
@ 2013-10-17 11:45 ` Andreas Oberritter
2013-10-18 16:31 ` Joe MacDonald
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2013-10-17 11:45 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 905be40..f8df0ef 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Kernel based automounter for linux."
+SUMMARY = "Kernel based automounter for linux."
SECTION = "base"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure
2013-10-17 11:45 ` [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure Andreas Oberritter
@ 2013-10-18 16:31 ` Joe MacDonald
0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2013-10-18 16:31 UTC (permalink / raw)
To: Andreas Oberritter; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
Merged, thanks.
-J.
[[oe] [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure] On 13.10.17 (Thu 13:45) Andreas Oberritter wrote:
> Otherwise, configure will try to auto-detect using host paths.
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 0c66ebc..905be40 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -85,6 +85,7 @@ EXTRA_OECONF += "--disable-mount-locking \
> "
> CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
> ac_cv_path_RPCGEN=rpcgen \
> + systemddir=${systemd_unitdir}/system \
> "
>
> do_configure_prepend () {
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH v2 2/2] autofs: change DESCRIPTION to SUMMARY
2013-10-17 11:45 ` [meta-networking][PATCH v2 " Andreas Oberritter
@ 2013-10-18 16:31 ` Joe MacDonald
0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2013-10-18 16:31 UTC (permalink / raw)
To: Andreas Oberritter; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 918 bytes --]
Merged this too. Thanks.
-J.
[[oe] [meta-networking][PATCH v2 2/2] autofs: change DESCRIPTION to SUMMARY] On 13.10.17 (Thu 13:45) Andreas Oberritter wrote:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 905be40..f8df0ef 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -1,4 +1,4 @@
> -DESCRIPTION = "Kernel based automounter for linux."
> +SUMMARY = "Kernel based automounter for linux."
> SECTION = "base"
> LICENSE = "GPL-2.0"
> LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-18 16:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 11:38 [PATCH 1/2] autofs: pass systemd directory to configure Andreas Oberritter
2013-10-17 11:38 ` [PATCH 2/2] autofs: change DESCRIPTION to SUMMARY Andreas Oberritter
2013-10-17 11:45 ` [meta-networking][PATCH v2 " Andreas Oberritter
2013-10-18 16:31 ` Joe MacDonald
2013-10-17 11:45 ` [meta-networking][PATCH v2 1/2] autofs: pass systemd directory to configure Andreas Oberritter
2013-10-18 16:31 ` 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.