From: Marcin Juszkiewicz Date: Fri, 26 Oct 2007 11:37:02 +0000 (+0000) Subject: lzo: strip whitespaces X-Git-Tag: 2011-1~10422 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=03b1d82252df454211c05d3ab8c233803b8dd00c;p=openembedded-core.git lzo: strip whitespaces git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2999 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/lzo/lzo_1.08.bb b/meta/packages/lzo/lzo_1.08.bb index c9a8a1384e..a01912da0f 100644 --- a/meta/packages/lzo/lzo_1.08.bb +++ b/meta/packages/lzo/lzo_1.08.bb @@ -7,7 +7,7 @@ PR = "r14" SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz" -inherit autotools +inherit autotools EXTRA_OECONF = "--enable-shared"