[oe-commits] Denys Dmytriyenko : cryptodev-tests: don't use STAGING_KERNEL_DIR, fix re-packaging in multi-machine builds

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 08:06:55 UTC 2015


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Wed Sep  9 18:05:19 2015 -0400

cryptodev-tests: don't use STAGING_KERNEL_DIR, fix re-packaging in multi-machine builds

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
index efc41ae..be59a4a 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
@@ -9,7 +9,7 @@ file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \
 file://0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch \
 "
 
-EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
+EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
 
 do_compile() {
 	oe_runmake testprogs



More information about the Openembedded-commits mailing list