aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-03-14 17:55:17 +0800
committerSaul Wold <sgw@linux.intel.com>2012-03-19 00:05:17 -0700
commit9dc1a8c793e1908032be0f0ea3b3f0832b1bf5aa (patch)
tree4d8e93b4184fde0752ff7be91a8a3a55a2c41a10 /meta/recipes-extended/logrotate/logrotate_3.7.9.bb
parent2ec5f1eab1f3d2eeff9f3984654a3fb4d87679e7 (diff)
downloadopenembedded-core-9dc1a8c793e1908032be0f0ea3b3f0832b1bf5aa.tar.gz
upgrade logrotate: update the recipe
update the recipe: ogrotate_3.7.9.bb -> logrotate_3.8.1.bb Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-extended/logrotate/logrotate_3.7.9.bb')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.7.9.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
deleted file mode 100644
index 40d1a38eab..0000000000
--- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "Rotates, compresses, removes and mails system log files"
-SECTION = "console/utils"
-HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate"
-LICENSE = "GPLv2"
-PR = "r2"
-
-DEPENDS="coreutils popt"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
-
-SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.gz \
- file://allow-across-different-filesystems.patch"
-
-SRC_URI[md5sum] = "eeba9dbca62a9210236f4b83195e4ea5"
-SRC_URI[sha256sum] = "080caf904e70e04da16b8dfa95a5a787ec7d722ee1af18ccea437d3ffdd6fec0"
-
-
-EXTRA_OEMAKE = "CC='${CC}'"
-
-do_install(){
- oe_runmake install DESTDIR=${D} PREFIX=${D} MANDIR=${mandir}
-}
-
-do_install_append(){
- mkdir -p ${D}${sysconfdir}/logrotate.d
- mkdir -p ${D}${sysconfdir}/cron.daily
- mkdir -p ${D}${localstatedir}/lib
- install -p -m 644 examples/logrotate-default ${D}${sysconfdir}/logrotate.conf
- install -p -m 755 examples/logrotate.cron ${D}${sysconfdir}/cron.daily/logrotate
- touch ${D}${localstatedir}/lib/logrotate.status
-}