From 5c4224f57614b3b836b576be6d834ffa6c8e852c Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 26 Apr 2023 08:32:26 +0800 Subject: agl-test-framework: fix installation bug aio-stress should be installed to the "aio_stress" folder. Bug-AGL: SPEC-4733 Signed-off-by: Yan Change-Id: If46baf06b9c2db8adeb7c4c8edb9948671f9ee73 --- meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-test') diff --git a/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb b/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb index 48241071..d014ca13 100644 --- a/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb +++ b/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb @@ -16,7 +16,7 @@ SRC_URI = "https://oss.oracle.com/~mason/aio-stress/aio-stress.c \ S = "${WORKDIR}" FILES:${PN} += " \ - /usr/AGL/agl-test/tests/aio-stress/resource \ + /usr/AGL/agl-test/tests/aio_stress/resource \ " do_compile() { @@ -24,8 +24,8 @@ do_compile() { } do_install:append() { - install -d ${D}/usr/AGL/agl-test/tests/aio-stress/resource/ - install -m 0755 ${WORKDIR}/aio-stress ${D}/usr/AGL/agl-test/tests/aio-stress/resource/ + install -d ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ + install -m 0755 ${WORKDIR}/aio-stress ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ } RDEPENDS:${PN} += " \ -- cgit 1.2.3-korg