diff options
-rw-r--r-- | meta/packages/lzo/lzo-native_1.08.bb | 3 | ||||
-rw-r--r-- | meta/packages/lzo/lzo_1.08.bb | 36 |
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/packages/lzo/lzo-native_1.08.bb b/meta/packages/lzo/lzo-native_1.08.bb deleted file mode 100644 index 3de88e34bf..0000000000 --- a/meta/packages/lzo/lzo-native_1.08.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require lzo_${PV}.bb | ||
2 | inherit native | ||
3 | 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 index a01912da0f..0000000000 --- a/meta/packages/lzo/lzo_1.08.bb +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
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 = "r14" | ||
7 | |||
8 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | EXTRA_OECONF = "--enable-shared" | ||
13 | |||
14 | #do_configure () { | ||
15 | # # override this function to avoid the autoconf/automake/aclocal/autoheader | ||
16 | # # calls for now | ||
17 | # gnu-configize | ||
18 | # oe_runconf | ||
19 | #} | ||
20 | |||
21 | do_stage() { | ||
22 | install -m 0644 include/lzo1.h ${STAGING_INCDIR}/lzo1.h | ||
23 | install -m 0644 include/lzo16bit.h ${STAGING_INCDIR}/lzo16bit.h | ||
24 | install -m 0644 include/lzo1a.h ${STAGING_INCDIR}/lzo1a.h | ||
25 | install -m 0644 include/lzo1b.h ${STAGING_INCDIR}/lzo1b.h | ||
26 | install -m 0644 include/lzo1c.h ${STAGING_INCDIR}/lzo1c.h | ||
27 | install -m 0644 include/lzo1f.h ${STAGING_INCDIR}/lzo1f.h | ||
28 | install -m 0644 include/lzo1x.h ${STAGING_INCDIR}/lzo1x.h | ||
29 | install -m 0644 include/lzo1y.h ${STAGING_INCDIR}/lzo1y.h | ||
30 | install -m 0644 include/lzo1z.h ${STAGING_INCDIR}/lzo1z.h | ||
31 | install -m 0644 include/lzo2a.h ${STAGING_INCDIR}/lzo2a.h | ||
32 | install -m 0644 include/lzoconf.h ${STAGING_INCDIR}/lzoconf.h | ||
33 | install -m 0644 include/lzoutil.h ${STAGING_INCDIR}/lzoutil.h | ||
34 | |||
35 | oe_libinstall -a -so -C src liblzo ${STAGING_LIBDIR} | ||
36 | } | ||