From c52981c9bcc66bdf1dae9c41b32f9079b1ecf304 Mon Sep 17 00:00:00 2001 From: Stefan Stanacar Date: Fri, 30 Aug 2013 12:24:32 +0300 Subject: [PATCH] lib/oeqa: move skeletoninit.py where it belongs OE-core commit fcc59cbcdb1550489d372edf9f465efa7165245f / poky commit 748ddc39e56623f4e48987f0467f4722f6e162f2 added a new test, but in the wrong location. I took the patch from Alex's branch but renamed it from meta/lib/oeqa/runtime/skeleton.py to meta/lib/oeqa/skeletoninit.py before sending. This was unintentional, it should have been under meta/lib/oeqa/runtime. (From OE-Core rev: f12c346ef48cb44be2e356e4cf4f28d015c3f507) Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- meta/lib/oeqa/{ => runtime}/skeletoninit.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/lib/oeqa/{ => runtime}/skeletoninit.py (100%) diff --git a/meta/lib/oeqa/skeletoninit.py b/meta/lib/oeqa/runtime/skeletoninit.py similarity index 100% rename from meta/lib/oeqa/skeletoninit.py rename to meta/lib/oeqa/runtime/skeletoninit.py