| Submitter | Saul Wold |
|---|---|
| Date | Dec. 2, 2011, 6:55 a.m. |
| Message ID | <483abca9a5875b3e6ff5048121ee0f4cec188e7b.1322808632.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/16041/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb index b736593..8dc0504 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files" SECTION = "console/utils" HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" LICENSE = "GPLv2" -PR = "r0" +PR = "r1" -DEPENDS="coreutils" +DEPENDS="coreutils popt" LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"