[v3] ltp: fix rpc build error
Submitted by Kory Maincent on Dec. 17, 2020, 5:42 p.m.
|
Patch ID: 179006
Details
Commit Message
@@ -42,14 +42,14 @@ inherit autotools-brokensep pkgconfig
TARGET_CC_ARCH += "${LDFLAGS}"
+export libdir := "${libdir}"
+export incdir := "${incdir}"
export prefix = "/opt/${PN}"
-export exec_prefix = "/opt/${PN}"
PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
+PACKAGECONFIG[rpc] = "--with-tirpc, --without-tirpc, virtual/librpc,"
EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
EXTRA_OECONF = " --with-realtime-testsuite --with-open-posix-testsuite "
-# ltp network/rpc test cases ftbfs when libtirpc is found
-EXTRA_OECONF += " --without-tirpc "
do_install(){
install -d ${D}${prefix}/
Add support to tirpc tests build. Export incdir and libdir to have the right path. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> --- Change since v1: - Use PACKAGECONFIG to enable rpc tests - Improve ${libdir} and ${incdir} export Change since v2: - Improve ${libdir} and ${incdir} export meta/recipes-extended/ltp/ltp_20200930.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145820): https://lists.openembedded.org/g/openembedded-core/message/145820 Mute This Topic: https://lists.openembedded.org/mt/79042035/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-