From 834ee126687bcb8abf12ecd8c0ac53665806d0e8 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 12 Dec 2016 13:59:47 +0800 Subject: ltp/posix: replace CWD with PWD Backport a patch to replace CWD with PWD to avoid error messages in test results: basename: missing operand Try 'basename --help' for more information. (From OE-Core rev: 8665ccb5c3cefca43898caea06198e79504fdeff) (From OE-Core rev: 527437174bf74b2205dd5b48cbb64a54d7698162) Signed-off-by: Jackie Huang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/ltp/ltp_20160126.bb') diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb index 841302b0ad..6e2ceac0e2 100644 --- a/meta/recipes-extended/ltp/ltp_20160126.bb +++ b/meta/recipes-extended/ltp/ltp_20160126.bb @@ -64,6 +64,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ file://0035-fix-test_proc_kill-hang.patch \ file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ file://0037-containers-netns_netlink-Avoid-segmentation-fault.patch \ + file://0038-run-posix-option-group-test-replace-CWD-qith-PWD.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg