summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/sysklogd.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-07 14:35:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-12 15:00:44 +0100
commitd41f64bd9bb17e120dc305a23208a43be44e3999 (patch)
tree64ce11d87d6b1910493bceae69081dfdebac25ad /meta/recipes-extended/sysklogd/sysklogd.inc
parentf974868cadf74d0cf8380b2c6a4152d2fa4590b5 (diff)
downloadpoky-d41f64bd9bb17e120dc305a23208a43be44e3999.tar.gz
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. (From OE-Core rev: 2710debe3335ca3763ee7fb3a757df09dc5ca8ee) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc2
1 files changed, 1 insertions, 1 deletions
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 \
14# syslog initscript is handled explicitly because order of 14# syslog initscript is handled explicitly because order of
15# update-rc.d and update-alternatives is important (see below) 15# update-rc.d and update-alternatives is important (see below)
16DEPENDS_append = " update-rc.d update-rc.d-native" 16DEPENDS_append = " update-rc.d update-rc.d-native"
17RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}" 17RDEPENDS_${PN}_append = " update-rc.d"
18 18
19SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ 19SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \
20 file://no-strip-install.patch \ 20 file://no-strip-install.patch \