* [meta-networking][PATCH] autofs: Remove systemd related things.
@ 2013-01-10 10:44 Noor, Ahsan
2013-01-10 11:53 ` Andreas Müller
0 siblings, 1 reply; 6+ messages in thread
From: Noor, Ahsan @ 2013-01-10 10:44 UTC (permalink / raw)
To: openembedded-devel
From: Noor Ahsan <noor_ahsan@mentor.com>
* Autofs was being inherited from systemd. This class is only
present in meta-systemd. So bitbake was giving parse error
about systemd class. So removed systemd from inherit and
removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
.../recipes-daemons/autofs/autofs_5.0.7.bb | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
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 c1b0b46..ad737e3 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
DEPENDS += "openldap libtirpc flex-native bison-native"
-inherit autotools systemd
+inherit autotools
SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \
@@ -40,9 +40,6 @@ inherit update-rc.d
INITSCRIPT_NAME = "autofs"
INITSCRIPT_PARAMS = "defaults"
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE = "autofs.service"
-
# FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS
CFLAGS += "${LDFLAGS}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [meta-networking][PATCH] autofs: Remove systemd related things.
2013-01-10 10:44 [meta-networking][PATCH] autofs: Remove systemd related things Noor, Ahsan
@ 2013-01-10 11:53 ` Andreas Müller
2013-01-10 11:58 ` Andreas Müller
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2013-01-10 11:53 UTC (permalink / raw)
To: openembedded-devel
On Thu, Jan 10, 2013 at 11:44 AM, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
> From: Noor Ahsan <noor_ahsan@mentor.com>
>
> * Autofs was being inherited from systemd. This class is only
> present in meta-systemd. So bitbake was giving parse error
> about systemd class. So removed systemd from inherit and
> removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
Is this still true after auto BBMASKing?
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] autofs: Remove systemd related things.
2013-01-10 11:53 ` Andreas Müller
@ 2013-01-10 11:58 ` Andreas Müller
2013-01-10 12:30 ` Joe MacDonald
2013-01-10 12:31 ` Martin Jansa
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Müller @ 2013-01-10 11:58 UTC (permalink / raw)
To: openembedded-devel
On Thu, Jan 10, 2013 at 12:53 PM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Thu, Jan 10, 2013 at 11:44 AM, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
>> From: Noor Ahsan <noor_ahsan@mentor.com>
>>
>> * Autofs was being inherited from systemd. This class is only
>> present in meta-systemd. So bitbake was giving parse error
>> about systemd class. So removed systemd from inherit and
>> removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
> Is this still true after auto BBMASKing?
I misread the patch so please forget previous mail. But it would be
nice to have an systemd append.
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-networking][PATCH] autofs: Remove systemd related things.
2013-01-10 11:58 ` Andreas Müller
@ 2013-01-10 12:30 ` Joe MacDonald
2013-01-10 12:33 ` Joe MacDonald
2013-01-10 12:31 ` Martin Jansa
1 sibling, 1 reply; 6+ messages in thread
From: Joe MacDonald @ 2013-01-10 12:30 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 918 bytes --]
[Re: [oe] [meta-networking][PATCH] autofs: Remove systemd related things.] On 13.01.10 (Thu 12:58) Andreas Müller wrote:
> On Thu, Jan 10, 2013 at 12:53 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
> > On Thu, Jan 10, 2013 at 11:44 AM, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
> >> From: Noor Ahsan <noor_ahsan@mentor.com>
> >>
> >> * Autofs was being inherited from systemd. This class is only
> >> present in meta-systemd. So bitbake was giving parse error
> >> about systemd class. So removed systemd from inherit and
> >> removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
> > Is this still true after auto BBMASKing?
> I misread the patch so please forget previous mail. But it would be
> nice to have an systemd append.
Yeah, I agree. I'll merge this patch, but please also consider sending
a patch for meta-systemd that has the appropriate bbappends.
--
-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] autofs: Remove systemd related things.
2013-01-10 12:30 ` Joe MacDonald
@ 2013-01-10 12:33 ` Joe MacDonald
0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2013-01-10 12:33 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1121 bytes --]
[Re: [oe] [meta-networking][PATCH] autofs: Remove systemd related things.] On 13.01.10 (Thu 07:30) Joe MacDonald wrote:
> [Re: [oe] [meta-networking][PATCH] autofs: Remove systemd related things.] On 13.01.10 (Thu 12:58) Andreas Müller wrote:
>
> > On Thu, Jan 10, 2013 at 12:53 PM, Andreas Müller
> > <schnitzeltony@googlemail.com> wrote:
> > > On Thu, Jan 10, 2013 at 11:44 AM, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
> > >> From: Noor Ahsan <noor_ahsan@mentor.com>
> > >>
> > >> * Autofs was being inherited from systemd. This class is only
> > >> present in meta-systemd. So bitbake was giving parse error
> > >> about systemd class. So removed systemd from inherit and
> > >> removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
> > > Is this still true after auto BBMASKing?
> > I misread the patch so please forget previous mail. But it would be
> > nice to have an systemd append.
>
> Yeah, I agree. I'll merge this patch,
Unless it's already been merged. :-)
> but please also consider sending a patch for meta-systemd that has the
> appropriate bbappends.
--
-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] autofs: Remove systemd related things.
2013-01-10 11:58 ` Andreas Müller
2013-01-10 12:30 ` Joe MacDonald
@ 2013-01-10 12:31 ` Martin Jansa
1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2013-01-10 12:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
On Thu, Jan 10, 2013 at 12:58:06PM +0100, Andreas Müller wrote:
> On Thu, Jan 10, 2013 at 12:53 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
> > On Thu, Jan 10, 2013 at 11:44 AM, Noor, Ahsan <noor_ahsan@mentor.com> wrote:
> >> From: Noor Ahsan <noor_ahsan@mentor.com>
> >>
> >> * Autofs was being inherited from systemd. This class is only
> >> present in meta-systemd. So bitbake was giving parse error
> >> about systemd class. So removed systemd from inherit and
> >> removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.
> > Is this still true after auto BBMASKing?
> I misread the patch so please forget previous mail. But it would be
> nice to have an systemd append.
I'll forget also this mail, because it has systemd bbappend (Noor sent
it in separate patch). :)
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- 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-01-10 12:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 10:44 [meta-networking][PATCH] autofs: Remove systemd related things Noor, Ahsan
2013-01-10 11:53 ` Andreas Müller
2013-01-10 11:58 ` Andreas Müller
2013-01-10 12:30 ` Joe MacDonald
2013-01-10 12:33 ` Joe MacDonald
2013-01-10 12:31 ` Martin Jansa
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.