summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.10.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.10.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.10.bb b/meta/recipes-support/lzo/lzo_2.10.bb
index 490d2307ac..8eefec3cc9 100644
--- a/meta/recipes-support/lzo/lzo_2.10.bb
+++ b/meta/recipes-support/lzo/lzo_2.10.bb
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ 8SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
9 file://0001-Use-memcpy-instead-of-reinventing-it.patch \ 9 file://0001-Use-memcpy-instead-of-reinventing-it.patch \
10 file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \ 10 file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \
11 file://acinclude.m4 \
12 file://run-ptest \ 11 file://run-ptest \
13 " 12 "
14 13
@@ -19,10 +18,6 @@ inherit autotools ptest
19 18
20EXTRA_OECONF = "--enable-shared" 19EXTRA_OECONF = "--enable-shared"
21 20
22do_configure_prepend () {
23 cp ${WORKDIR}/acinclude.m4 ${S}/
24}
25
26do_install_ptest() { 21do_install_ptest() {
27 t=${D}${PTEST_PATH} 22 t=${D}${PTEST_PATH}
28 cp ${S}/util/check.sh $t 23 cp ${S}/util/check.sh $t