aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lz4
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-23 10:06:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 00:52:37 +0000
commitbede5a4180be0cbe29c4ee8b7ca53c47e822e4f1 (patch)
tree2505b49d0cbe6b67827e5bc48d737cf4211c61df /meta/recipes-support/lz4
parent933f6d4a3d9b20d0681d75bc30c57dde731624d0 (diff)
downloadopenembedded-core-contrib-bede5a4180be0cbe29c4ee8b7ca53c47e822e4f1.tar.gz
lz4: actually install things
This failure was masked by having lz4 installed on the host system :( (From OE-Core rev: a2a77730f28decfd2448bcda68280174b55cf54c) Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lz4')
-rw-r--r--meta/recipes-support/lz4/lz4_svn.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_svn.bb
index 41464e2351..a760313daf 100644
--- a/meta/recipes-support/lz4/lz4_svn.bb
+++ b/meta/recipes-support/lz4/lz4_svn.bb
@@ -12,6 +12,10 @@ SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
S = "${WORKDIR}/trunk"
-EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D}"
+EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
+
+do_install() {
+ oe_runmake install
+}
BBCLASSEXTEND += "native nativesdk"