summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-03-14 17:55:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:36 +0000
commit7f33f59c7ad2184aa66d0b417853a6b33e9bfbb3 (patch)
treef66e71591bbb8b50a15dc251d0884a9f671a1cd0 /meta/recipes-extended/logrotate
parenta163d2168ffc3cc72adcb711a59b1331215bb91c (diff)
downloadpoky-7f33f59c7ad2184aa66d0b417853a6b33e9bfbb3.tar.gz
upgrade logrotate: update the recipe
update the recipe: ogrotate_3.7.9.bb -> logrotate_3.8.1.bb (From OE-Core rev: 9dc1a8c793e1908032be0f0ea3b3f0832b1bf5aa) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.8.1.bb (renamed from meta/recipes-extended/logrotate/logrotate_3.7.9.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb
index 40d1a38eab..5a8156be57 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb
@@ -2,17 +2,20 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files"
2SECTION = "console/utils" 2SECTION = "console/utils"
3HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" 3HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5PR = "r2" 5PR = "r0"
6 6
7DEPENDS="coreutils popt" 7DEPENDS="coreutils popt"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" 9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
10 10
11SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz \ 11SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz \
12 file://allow-across-different-filesystems.patch" 12 file://act-as-mv-when-rotate.patch \
13 file://disable-check-different-filesystems.patch \
14 file://update-the-manual.patch \
15 "
13 16
14SRC_URI[md5sum] = "eeba9dbca62a9210236f4b83195e4ea5" 17SRC_URI[md5sum] = "bd2e20d8dc644291b08f9215397d28a5"
15SRC_URI[sha256sum] = "080caf904e70e04da16b8dfa95a5a787ec7d722ee1af18ccea437d3ffdd6fec0" 18SRC_URI[sha256sum] = "c12471e70ae8bc923bd5c4f25e8fd6483b68c6301f3cd79f7cfe37bc5b370169"
16 19
17 20
18EXTRA_OEMAKE = "CC='${CC}'" 21EXTRA_OEMAKE = "CC='${CC}'"