[OE-core] [PATCH] lz4: actually install things

Koen Kooi koen.kooi at linaro.org
Thu Jan 23 09:06:28 UTC 2014


This failure was masked by having lz4 installed on the host system :(

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
---
 meta/recipes-support/lz4/lz4_svn.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4_svn.bb b/meta/recipes-support/lz4/lz4_svn.bb
index 41464e2..a760313 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"
-- 
1.8.4.2




More information about the Openembedded-core mailing list