generic-poky/meta/packages/lzo/lzo_2.02.bb
Richard Purdie f5223d9430 lzo: Update to lzo 2.x
mtd-utils: Remove patch to use lzo 1.x

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2394 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-08 14:49:01 +00:00

23 lines
479 B
BlitzBasic

DESCRIPTION = "Lossless data compression library"
HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
LICENSE = "GPLv2"
SECTION = "libs"
PRIORITY = "optional"
PR = "r1"
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
file://autofoo.patch;patch=1 \
file://acinclude.m4"
inherit autotools
EXTRA_OECONF = "--enable-shared"
do_configure_prepend () {
cp ${WORKDIR}/acinclude.m4 ${S}/
}
do_stage() {
autotools_stage_all
}