From 2710debe3335ca3763ee7fb3a757df09dc5ca8ee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 7 Jul 2011 14:35:01 +0100 Subject: sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion 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 --- meta/recipes-extended/sysklogd/sysklogd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc') diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index f2b1c15f2b..891dd3b80f 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 \ -- cgit v1.2.3