summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd
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
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')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc2
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd_1.5.bb2
2 files changed, 2 insertions, 2 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 \
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb
index 040f052f67..f17c5a2c7c 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb
@@ -1,5 +1,5 @@
1require sysklogd.inc 1require sysklogd.inc
2PR = "r2" 2PR = "r3"
3 3
4SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b" 4SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b"
5SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773" 5SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773"