| Submitter | Stefan Schmidt |
|---|---|
| Date | Nov. 29, 2011, 3 p.m. |
| Message ID | <1322578833-9741-1-git-send-email-stefan@datenfreihafen.org> |
| Download | mbox | patch |
| Permalink | /patch/15615/ |
| State | Accepted |
| Commit | 67c0878c31b564a53b176b135b1a58155a2b5f4e |
| Headers | show |
Comments
On 11/29/2011 07:00 AM, Stefan Schmidt wrote: > Without this logrotate may fail like this: > compilation terminated. > | config.c:9:18: fatal error: popt.h: No such file or directory > > Signed-off-by: Stefan Schmidt<stefan@datenfreihafen.org> > --- > meta/recipes-extended/logrotate/logrotate_3.7.9.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > 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" > Merged into OE-Core Thanks Sau!
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"
Without this logrotate may fail like this: compilation terminated. | config.c:9:18: fatal error: popt.h: No such file or directory Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> --- meta/recipes-extended/logrotate/logrotate_3.7.9.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)