diff options
author | A. Varnin <fenixk19@mail.ru> | 2014-10-20 20:09:29 +0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-27 12:50:01 +0100 |
commit | 8e378559f63220b232706b0ba97525fbc9333058 (patch) | |
tree | 99b43a5819f414e93427f053855ba91cabb2ef48 /meta-oe/recipes-support/log4c | |
parent | 7a7f06b90c3f051569e4277b2491ece2d381ac84 (diff) | |
download | meta-openembedded-8e378559f63220b232706b0ba97525fbc9333058.tar.gz |
log4c: new package
Log4c is logging library for C (http://log4c.sourceforge.net/)
Signed-off-by: A. Varnin <fenixk19@mail.ru>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4c')
-rw-r--r-- | meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb new file mode 100644 index 000000000..43e074699 --- /dev/null +++ b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Logging Framework for C" | ||
2 | HOMEPAGE = "http://log4c.sourceforge.net" | ||
3 | LICENSE = "LGPLv2" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||
7 | SRC_URI = "http://cznic.dl.sourceforge.net/project/log4c/log4c/${PV}/log4c-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "0d94919136e1d16b68427562e74cb3dd" | ||
9 | SRC_URI[sha256sum] = "5991020192f52cc40fa852fbf6bbf5bd5db5d5d00aa9905c67f6f0eadeed48ea" | ||
10 | |||
11 | S = "${WORKDIR}/${PN}-${PV}" | ||
12 | |||
13 | EXTRA_OECONF = "--prefix=/usr" | ||
14 | |||
15 | inherit autotools | ||
16 | |||