* [PATCH 0/1] sysklogd: fix typo in RCONFLICTS
@ 2018-05-23 2:39 Chen Qi
2018-05-23 2:39 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2018-05-23 2:39 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 7897fb35a3420c2555ab59dfa438217ada4a9784:
libnss-mdns: fix postinst and postrm (2018-05-22 13:13:33 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/sysklogd-typo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/sysklogd-typo
Chen Qi (1):
sysklogd: fix typo in RCONFLICTS
meta/recipes-extended/sysklogd/sysklogd.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] sysklogd: fix typo in RCONFLICTS
2018-05-23 2:39 [PATCH 0/1] sysklogd: fix typo in RCONFLICTS Chen Qi
@ 2018-05-23 2:39 ` Chen Qi
2018-06-06 7:36 ` ChenQi
0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2018-05-23 2:39 UTC (permalink / raw)
To: openembedded-core
It should be RCONFLICTS_${PN} instead of RCONFLICTS_${PN}-syslog.
There's no ${PN}-syslog package.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-extended/sysklogd/sysklogd.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index 1a537fa..fc4e67c 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -33,7 +33,7 @@ SYSTEMD_AUTO_ENABLE = "enable"
INITSCRIPT_NAME = "syslog"
CONFFILES_${PN} = "${sysconfdir}/syslog.conf"
-RCONFLICTS_${PN}-syslog = "rsyslog busybox-syslog syslog-ng"
+RCONFLICTS_${PN} = "rsyslog busybox-syslog syslog-ng"
CFLAGS += "-DSYSV -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/1] sysklogd: fix typo in RCONFLICTS
2018-05-23 2:39 ` [PATCH 1/1] " Chen Qi
@ 2018-06-06 7:36 ` ChenQi
0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2018-06-06 7:36 UTC (permalink / raw)
To: openembedded-core
ping
On 05/23/2018 10:39 AM, Chen Qi wrote:
> It should be RCONFLICTS_${PN} instead of RCONFLICTS_${PN}-syslog.
> There's no ${PN}-syslog package.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
> meta/recipes-extended/sysklogd/sysklogd.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
> index 1a537fa..fc4e67c 100644
> --- a/meta/recipes-extended/sysklogd/sysklogd.inc
> +++ b/meta/recipes-extended/sysklogd/sysklogd.inc
> @@ -33,7 +33,7 @@ SYSTEMD_AUTO_ENABLE = "enable"
>
> INITSCRIPT_NAME = "syslog"
> CONFFILES_${PN} = "${sysconfdir}/syslog.conf"
> -RCONFLICTS_${PN}-syslog = "rsyslog busybox-syslog syslog-ng"
> +RCONFLICTS_${PN} = "rsyslog busybox-syslog syslog-ng"
>
> CFLAGS += "-DSYSV -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-06 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23 2:39 [PATCH 0/1] sysklogd: fix typo in RCONFLICTS Chen Qi
2018-05-23 2:39 ` [PATCH 1/1] " Chen Qi
2018-06-06 7:36 ` ChenQi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox