]> code.ossystems Code Review - openembedded-core.git/commitdiff
lz4: actually install things
authorKoen Kooi <koen.kooi@linaro.org>
Thu, 23 Jan 2014 09:06:28 +0000 (10:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:48:29 +0000 (00:48 +0000)
This failure was masked by having lz4 installed on the host system :(

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/lz4/lz4_svn.bb

index 41464e2351ff6632a73a619ab38d841692dbbdb9..a760313daf34491d0a0ebb3f565cd9bf59bf422a 100644 (file)
@@ -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"