From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
meta-arago-distro/recipes-benchmark/lmbench/lmbench_%.bbappend | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/recipes-benchmark/lmbench/lmbench_%.bbappend
b/meta-arago-distro/recipes-benchmark/lmbench/lmbench_%.bbappend
index e13c8b5..64000b8 100644
--- a/meta-arago-distro/recipes-benchmark/lmbench/lmbench_%.bbappend
+++ b/meta-arago-distro/recipes-benchmark/lmbench/lmbench_%.bbappend
@@ -1,5 +1,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+DEPENDS += "libtirpc"
+
INSANE_SKIP_${PN} += "ldflags"
PR_append = ".arago3"
@@ -7,11 +9,10 @@ PR_append = ".arago3"
SRC_URI += "file://0001-Makefile-Add-TI-SDK-Modifications.patch"
EXTRA_OEMAKE = ""
+CFLAGS = "-I${STAGING_INCDIR}/tirpc"
+LDFLAGS = "-ltirpc"
do_compile () {
- unset CFLAGS
- unset LDFLAGS
- unset CPPFLAGS
oe_runmake -C src
}
--
2.7.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago