From 519ec0e56723231fe4cb88fc815a2a6a8754f044 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 23 Dec 2013 03:17:18 -0500 Subject: systemd: fix ptest to make it able to run on target This patch mainly involves four changes. 1. Ship the sys.tar.xz and extract it on target to avoid ELOOP error. 2. Make systemd-ptest rdepend on bash and perl as the test cases need them. 3. Fix paths in Makefile so that the test cases could run on target. 4. Install ${libdir}/udev/rules.d directory to make udev-test.pl work. [YOCTO #5664] [YOCTO #5673] [YOCTO #5674] (From OE-Core rev: 03ed9095b1ca54a060407f355be0ad9ec86b7610) Signed-off-by: Chen Qi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd/run-ptest | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/systemd/systemd') diff --git a/meta/recipes-core/systemd/systemd/run-ptest b/meta/recipes-core/systemd/systemd/run-ptest index 0418bc977b..2f6bd93a5b 100644 --- a/meta/recipes-core/systemd/systemd/run-ptest +++ b/meta/recipes-core/systemd/systemd/run-ptest @@ -1,2 +1,3 @@ +tar -C test -xJf test/sys.tar.xz make test/rules-test.sh.log make test/udev-test.pl.log -- cgit v1.2.3-54-g00ecf