From: Stefan Stanacar Date: Fri, 30 Aug 2013 09:24:32 +0000 (+0300) Subject: lib/oeqa: move skeletoninit.py where it belongs X-Git-Tag: 2015-4~5331 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f12c346ef48cb44be2e356e4cf4f28d015c3f507;p=openembedded-core.git 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. Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- 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