[oe-commits] Koen Kooi : lz4: actually install things

git at git.openembedded.org git at git.openembedded.org
Tue Jan 28 00:49:27 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a2a77730f28decfd2448bcda68280174b55cf54c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a2a77730f28decfd2448bcda68280174b55cf54c

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Thu Jan 23 10:06:28 2014 +0100

lz4: actually install things

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

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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"



More information about the Openembedded-commits mailing list