diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-01-23 10:06:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:52:37 +0000 |
commit | bede5a4180be0cbe29c4ee8b7ca53c47e822e4f1 (patch) | |
tree | 2505b49d0cbe6b67827e5bc48d737cf4211c61df /meta/recipes-support | |
parent | 933f6d4a3d9b20d0681d75bc30c57dde731624d0 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/lz4/lz4_svn.bb | 6 |
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" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/trunk" | 13 | S = "${WORKDIR}/trunk" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D}" | 15 | EXTRA_OEMAKE = "PREFIX=${prefix} CC=${TARGET_PREFIX}gcc DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}" |
16 | |||
17 | do_install() { | ||
18 | oe_runmake install | ||
19 | } | ||
16 | 20 | ||
17 | BBCLASSEXTEND += "native nativesdk" | 21 | BBCLASSEXTEND += "native nativesdk" |