summaryrefslogtreecommitdiff
path: root/meta/packages/mtd/mtd-utils
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 14:49:01 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 14:49:01 +0000
commitf5223d94301e660252a510ac85399ea502602657 (patch)
treee11d69e5ee9b715e79c18fdae35c93a44c3834a8 /meta/packages/mtd/mtd-utils
parentfa86980349302a164be0bd2ff0a77e20ec9fa7f6 (diff)
downloadopenembedded-core-f5223d94301e660252a510ac85399ea502602657.tar.gz
openembedded-core-f5223d94301e660252a510ac85399ea502602657.tar.bz2
openembedded-core-f5223d94301e660252a510ac85399ea502602657.tar.xz
openembedded-core-f5223d94301e660252a510ac85399ea502602657.zip
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/mtd/mtd-utils')
-rw-r--r--meta/packages/mtd/mtd-utils/lzo_1x.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/mtd/mtd-utils/lzo_1x.patch b/meta/packages/mtd/mtd-utils/lzo_1x.patch
deleted file mode 100644
index b882d9f50..000000000
--- a/meta/packages/mtd/mtd-utils/lzo_1x.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -60,7 +60,7 @@ $(BUILDDIR)/mkfs.jffs2: $(BUILDDIR)/crc3
- $(BUILDDIR)/compr_zlib.o \
- $(BUILDDIR)/compr_lzo.o \
- $(BUILDDIR)/compr.o
-- $(CC) $(LDFLAGS) -o $@ $^ -lz -llzo2
-+ $(CC) $(LDFLAGS) -o $@ $^ -lz -llzo
-
- $(BUILDDIR)/flash_eraseall: $(BUILDDIR)/crc32.o $(BUILDDIR)/flash_eraseall.o
- $(CC) $(LDFLAGS) -o $@ $^
-Index: git/compr_lzo.c
-===================================================================
---- git.orig/compr_lzo.c
-+++ git/compr_lzo.c
-@@ -26,7 +26,7 @@
- #include <string.h>
- #include <asm/types.h>
- #include <linux/jffs2.h>
--#include <lzo/lzo1x.h>
-+#include <lzo1x.h>
- #include "compr.h"
-
- extern int page_size;