mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1440 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
400 B
BlitzBasic
15 lines
400 B
BlitzBasic
PR = "r7"
|
|
|
|
SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${P}.tar.gz"
|
|
|
|
S = "${WORKDIR}/${PN}-${PV}"
|
|
|
|
inherit autotools binconfig
|
|
|
|
do_stage() {
|
|
install -d ${STAGING_INCDIR}/libol
|
|
install -m 0755 ${S}/src/.libs/libol.so.0.0.0 ${STAGING_LIBDIR}/
|
|
ln -fs ${STAGING_LIBDIR}/libol.so.0.0.0 ${STAGING_LIBDIR}/libol.so.0
|
|
install ${S}/src/*.h ${STAGING_INCDIR}/libol/
|
|
}
|