diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-04 17:14:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-04 17:14:38 +0000 |
commit | e1fde811578b7d085fe10eec24aa4004d1bd8ea9 (patch) | |
tree | dfd35a4975c48f08bb36d19e8108e0b76a1022d1 /meta-extras/packages/libol | |
parent | 79b5e95f7674db714b2b4b0002666472eb10c8e7 (diff) | |
download | poky-e1fde811578b7d085fe10eec24aa4004d1bd8ea9.tar.gz |
libol: added 0.3.18 from OE, cleaned (for syslog-ng)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1440 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/libol')
-rw-r--r-- | meta-extras/packages/libol/libol_0.3.18.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-extras/packages/libol/libol_0.3.18.bb b/meta-extras/packages/libol/libol_0.3.18.bb new file mode 100644 index 0000000000..b8ad9b30ac --- /dev/null +++ b/meta-extras/packages/libol/libol_0.3.18.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | PR = "r7" | ||
2 | |||
3 | SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz" | ||
4 | |||
5 | S = "${WORKDIR}/${PN}-${PV}" | ||
6 | |||
7 | inherit autotools binconfig | ||
8 | |||
9 | do_stage() { | ||
10 | install -d ${STAGING_INCDIR}/libol | ||
11 | install -m 0755 ${S}/src/.libs/libol.so.0.0.0 ${STAGING_LIBDIR}/ | ||
12 | ln -fs ${STAGING_LIBDIR}/libol.so.0.0.0 ${STAGING_LIBDIR}/libol.so.0 | ||
13 | install ${S}/src/*.h ${STAGING_INCDIR}/libol/ | ||
14 | } | ||