]> code.ossystems Code Review - openembedded-core.git/commitdiff
lzo: Drop 1.08
authorRichard Purdie <richard@openedhand.com>
Mon, 16 Jun 2008 11:08:59 +0000 (11:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 16 Jun 2008 11:08:59 +0000 (11:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4671 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/lzo/lzo-native_1.08.bb [deleted file]
meta/packages/lzo/lzo_1.08.bb [deleted file]

diff --git a/meta/packages/lzo/lzo-native_1.08.bb b/meta/packages/lzo/lzo-native_1.08.bb
deleted file mode 100644 (file)
index 3de88e3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-require lzo_${PV}.bb
-inherit native
-S = "${WORKDIR}/lzo-${PV}"
\ No newline at end of file
diff --git a/meta/packages/lzo/lzo_1.08.bb b/meta/packages/lzo/lzo_1.08.bb
deleted file mode 100644 (file)
index a01912d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Lossless data compression library"
-HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
-LICENSE = "GPLv2"
-SECTION = "libs"
-PRIORITY = "optional"
-PR = "r14"
-
-SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-shared"
-
-#do_configure () {
-#      # override this function to avoid the autoconf/automake/aclocal/autoheader
-#      # calls for now
-#      gnu-configize
-#      oe_runconf
-#}
-
-do_stage() {
-       install -m 0644 include/lzo1.h ${STAGING_INCDIR}/lzo1.h
-       install -m 0644 include/lzo16bit.h ${STAGING_INCDIR}/lzo16bit.h
-       install -m 0644 include/lzo1a.h ${STAGING_INCDIR}/lzo1a.h
-       install -m 0644 include/lzo1b.h ${STAGING_INCDIR}/lzo1b.h
-       install -m 0644 include/lzo1c.h ${STAGING_INCDIR}/lzo1c.h
-       install -m 0644 include/lzo1f.h ${STAGING_INCDIR}/lzo1f.h
-       install -m 0644 include/lzo1x.h ${STAGING_INCDIR}/lzo1x.h
-       install -m 0644 include/lzo1y.h ${STAGING_INCDIR}/lzo1y.h
-       install -m 0644 include/lzo1z.h ${STAGING_INCDIR}/lzo1z.h
-       install -m 0644 include/lzo2a.h ${STAGING_INCDIR}/lzo2a.h
-       install -m 0644 include/lzoconf.h ${STAGING_INCDIR}/lzoconf.h
-       install -m 0644 include/lzoutil.h ${STAGING_INCDIR}/lzoutil.h
-
-        oe_libinstall -a -so -C src liblzo ${STAGING_LIBDIR}
-}