eventlog: added 0.2.5 from OE (needed by syslog-ng)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3059 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-11-02 13:31:13 +00:00
parent 895ebff2da
commit b47281e01a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
DESCRIPTION = "Replacement syslog API"
LICENSE = "BSD"
PR = "r1"
SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}