diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-08-08 14:49:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 14:49:01 +0000 |
| commit | f5223d94301e660252a510ac85399ea502602657 (patch) | |
| tree | e11d69e5ee9b715e79c18fdae35c93a44c3834a8 /meta/packages/lzo/lzo_2.02.bb | |
| parent | fa86980349302a164be0bd2ff0a77e20ec9fa7f6 (diff) | |
| download | poky-f5223d94301e660252a510ac85399ea502602657.tar.gz | |
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
Diffstat (limited to 'meta/packages/lzo/lzo_2.02.bb')
| -rw-r--r-- | meta/packages/lzo/lzo_2.02.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/lzo/lzo_2.02.bb b/meta/packages/lzo/lzo_2.02.bb new file mode 100644 index 0000000000..d8318a14eb --- /dev/null +++ b/meta/packages/lzo/lzo_2.02.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Lossless data compression library" | ||
| 2 | HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | SECTION = "libs" | ||
| 5 | PRIORITY = "optional" | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ | ||
| 9 | file://autofoo.patch;patch=1 \ | ||
| 10 | file://acinclude.m4" | ||
| 11 | |||
| 12 | inherit autotools | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--enable-shared" | ||
| 15 | |||
| 16 | do_configure_prepend () { | ||
| 17 | cp ${WORKDIR}/acinclude.m4 ${S}/ | ||
| 18 | } | ||
| 19 | |||
| 20 | do_stage() { | ||
| 21 | autotools_stage_all | ||
| 22 | } | ||
