* [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.
@ 2012-06-22 3:48 Elvis Dowson
2012-06-28 17:09 ` Elvis Dowson
0 siblings, 1 reply; 5+ messages in thread
From: Elvis Dowson @ 2012-06-22 3:48 UTC (permalink / raw)
To: openembedded-devel; +Cc: Elvis Dowson
This commit fixes WARNING:
/tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
.../lighttpd/lighttpd_1.4.30.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
index 1341405..b02f35c 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
@@ -6,5 +6,5 @@ inherit systemd
SRC_URI += "file://lighttpd.service"
-SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.
2012-06-22 3:48 [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd Elvis Dowson
@ 2012-06-28 17:09 ` Elvis Dowson
2012-06-28 17:34 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Elvis Dowson @ 2012-06-28 17:09 UTC (permalink / raw)
To: openembedded-devel
Hi,
I sent this patch a while back, and this still hasn't been applied. I just did a git pull and noticed this. Its a trivial patch, so would it be possible for someone to please apply it.
Elvis
On Jun 22, 2012, at 7:48 AM, Elvis Dowson wrote:
> This commit fixes WARNING:
> /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
> it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd
>
> Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
> ---
> .../lighttpd/lighttpd_1.4.30.bbappend | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> index 1341405..b02f35c 100644
> --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> @@ -6,5 +6,5 @@ inherit systemd
>
> SRC_URI += "file://lighttpd.service"
>
> -SYSTEMD_PACKAGES = "${PN}"
> +SYSTEMD_PACKAGES = "${PN}-systemd"
> SYSTEMD_SERVICE_${PN} = "lighttpd.service"
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.
2012-06-28 17:09 ` Elvis Dowson
@ 2012-06-28 17:34 ` Martin Jansa
2012-06-28 17:40 ` Elvis Dowson
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-06-28 17:34 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
On Thu, Jun 28, 2012 at 09:09:37PM +0400, Elvis Dowson wrote:
> Hi,
> I sent this patch a while back, and this still hasn't been applied. I just did a git pull and noticed this. Its a trivial patch, so would it be possible for someone to please apply it.
It's trivial but if some image or task had lighttpd in RDEPENDS then it
got also systemd support with it.. so those images/tasks need to be
fixed too.
I don't have such task/image, just explaining that it's not so trivial
as this..
Cheers,
>
> Elvis
>
> On Jun 22, 2012, at 7:48 AM, Elvis Dowson wrote:
>
> > This commit fixes WARNING:
> > /tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
> > it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd
> >
> > Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
> > ---
> > .../lighttpd/lighttpd_1.4.30.bbappend | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > index 1341405..b02f35c 100644
> > --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
> > @@ -6,5 +6,5 @@ inherit systemd
> >
> > SRC_URI += "file://lighttpd.service"
> >
> > -SYSTEMD_PACKAGES = "${PN}"
> > +SYSTEMD_PACKAGES = "${PN}-systemd"
> > SYSTEMD_SERVICE_${PN} = "lighttpd.service"
> > --
> > 1.7.9.5
> >
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.
2012-06-28 17:34 ` Martin Jansa
@ 2012-06-28 17:40 ` Elvis Dowson
0 siblings, 0 replies; 5+ messages in thread
From: Elvis Dowson @ 2012-06-28 17:40 UTC (permalink / raw)
To: openembedded-devel
HI Martin,
On Jun 28, 2012, at 9:34 PM, Martin Jansa wrote:
> On Thu, Jun 28, 2012 at 09:09:37PM +0400, Elvis Dowson wrote:
>> I sent this patch a while back, and this still hasn't been applied. I just did a git pull and noticed this. Its a trivial patch, so would it be possible for someone to please apply it.
>
> It's trivial but if some image or task had lighttpd in RDEPENDS then it
> got also systemd support with it.. so those images/tasks need to be
> fixed too.
I did a full clean build, and the last three patches squashed all warnings for the following layers:
BBLAYERS ?= " \
/tool/yocto/poky/meta \
/tool/yocto/poky/meta-yocto \
/tool/yocto/meta-openembedded/meta-oe \
/tool/yocto/meta-xilinx \
"
I guess if someone else encounters some issues, they can fix recipes in their meta-layers accordingly.
Best regards,
Elvis Dowson
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.
@ 2012-07-05 20:08 Elvis Dowson
0 siblings, 0 replies; 5+ messages in thread
From: Elvis Dowson @ 2012-07-05 20:08 UTC (permalink / raw)
To: openembedded-devel; +Cc: Elvis Dowson
This commit fixes WARNING:
/tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb:
it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
.../lighttpd/lighttpd_1.4.31.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
index 1341405..b02f35c 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
@@ -6,5 +6,5 @@ inherit systemd
SRC_URI += "file://lighttpd.service"
-SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-05 20:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22 3:48 [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd Elvis Dowson
2012-06-28 17:09 ` Elvis Dowson
2012-06-28 17:34 ` Martin Jansa
2012-06-28 17:40 ` Elvis Dowson
-- strict thread matches above, loose matches on Subject: below --
2012-07-05 20:08 Elvis Dowson
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.