summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb')
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 03b3721ca..35f2306a0 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
7 7
8inherit autotools-brokensep 8inherit autotools-brokensep
9 9
10DEPENDS_append_libc-musl = " libtirpc" 10DEPENDS += "libtirpc"
11CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" 11CFLAGS += "-I${STAGING_INCDIR}/tirpc"
12LDLIBS_append_libc-musl = " -ltirpc " 12LDLIBS += " -ltirpc "
13 13
14PR = "r2" 14PR = "r2"
15 15