All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
@ 2011-07-11 15:47 Richard Purdie
  2011-07-11 15:48 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2011-07-11 15:47 UTC (permalink / raw)
  To: openembedded-core

Online package management decisions like this are now handled by image.bbclass
itself so this code is superfluous to requirements.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/sysklogd/sysklogd.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index f2b1c15..891dd3b 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
 # syslog initscript is handled explicitly because order of
 # update-rc.d and update-alternatives is important (see below)
 DEPENDS_append = " update-rc.d update-rc.d-native"
-RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
+RDEPENDS_${PN}_append = " update-rc.d"
 
 SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \
            file://no-strip-install.patch \





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

* Re: [PATCH] sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
  2011-07-11 15:47 [PATCH] sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion Richard Purdie
@ 2011-07-11 15:48 ` Koen Kooi
  2011-07-12 13:52   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-07-11 15:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 11 jul 2011, om 17:47 heeft Richard Purdie het volgende geschreven:

> Online package management decisions like this are now handled by image.bbclass
> itself so this code is superfluous to requirements.

That's missing a PR bump :)

> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> meta/recipes-extended/sysklogd/sysklogd.inc |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
> index f2b1c15..891dd3b 100644
> --- a/meta/recipes-extended/sysklogd/sysklogd.inc
> +++ b/meta/recipes-extended/sysklogd/sysklogd.inc
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
> # syslog initscript is handled explicitly because order of
> # update-rc.d and update-alternatives is important (see below)
> DEPENDS_append = " update-rc.d update-rc.d-native"
> -RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
> +RDEPENDS_${PN}_append = " update-rc.d"
> 
> SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \
>            file://no-strip-install.patch \
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




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

* Re: [PATCH] sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
  2011-07-11 15:48 ` Koen Kooi
@ 2011-07-12 13:52   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-07-12 13:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, 2011-07-11 at 17:48 +0200, Koen Kooi wrote:
> Op 11 jul 2011, om 17:47 heeft Richard Purdie het volgende geschreven:
> 
> > Online package management decisions like this are now handled by image.bbclass
> > itself so this code is superfluous to requirements.
> 
> That's missing a PR bump :)

Merged to master with the addition of a PR bump.

Cheers,

Richard




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

end of thread, other threads:[~2011-07-12 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11 15:47 [PATCH] sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion Richard Purdie
2011-07-11 15:48 ` Koen Kooi
2011-07-12 13:52   ` Richard Purdie

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.